Skip to content

Commit 37e9658

Browse files
Dario Cosciandem0
authored andcommitted
minor fix
1 parent 4e251b6 commit 37e9658

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

docs/source/_rst/tutorial1/tutorial.rst

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,11 @@ time domain where we want the solution.
8282
Summarizing, in PINA we can initialize a problem with a class which is
8383
inherited from three base classes: ``SpatialProblem``,
8484
``TimeDependentProblem``, ``ParametricProblem``, depending on the type
85-
of problem we are considering. For reference: \* ``SpatialProblem``
86-
:math:`\rightarrow` spatial variable(s) presented in the differential
87-
equation \* ``TimeDependentProblem`` :math:`\rightarrow` time
88-
variable(s) presented in the differential equation \*
89-
``ParametricProblem`` :math:`\rightarrow` parameter(s) presented in the
90-
differential equation
85+
of problem we are considering. For reference:
86+
87+
* ``SpatialProblem`` :math:`\rightarrow` spatial variable(s) presented in the differential equation
88+
* ``TimeDependentProblem`` :math:`\rightarrow` time variable(s) presented in the differential equation
89+
* ``ParametricProblem`` :math:`\rightarrow` parameter(s) presented in the differential equation
9190

9291
Write the problem class
9392
~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)