Skip to content

Commit 4e251b6

Browse files
Dario Cosciandem0
authored andcommitted
tutorial update
1 parent 0dba743 commit 4e251b6

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

docs/source/_rst/tutorial1/tutorial.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,12 @@ 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:
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
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
9091

9192
Write the problem class
9293
~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)