tutorial update

This commit is contained in:
Dario Coscia
2023-05-05 17:41:11 +02:00
committed by Nicola Demo
parent 0dba743f1d
commit 4e251b64f5

View File

@@ -82,11 +82,12 @@ time domain where we want the solution.
Summarizing, in PINA we can initialize a problem with a class which is Summarizing, in PINA we can initialize a problem with a class which is
inherited from three base classes: ``SpatialProblem``, inherited from three base classes: ``SpatialProblem``,
``TimeDependentProblem``, ``ParametricProblem``, depending on the type ``TimeDependentProblem``, ``ParametricProblem``, depending on the type
of problem we are considering. For reference: of problem we are considering. For reference: \* ``SpatialProblem``
:math:`\rightarrow` spatial variable(s) presented in the differential
* ``SpatialProblem`` :math:`\rightarrow` spatial variable(s) presented in the differential equation equation \* ``TimeDependentProblem`` :math:`\rightarrow` time
* ``TimeDependentProblem`` :math:`\rightarrow` time variable(s) presented in the differential equation variable(s) presented in the differential equation \*
* ``ParametricProblem`` :math:`\rightarrow` parameter(s) presented in the differential equation ``ParametricProblem`` :math:`\rightarrow` parameter(s) presented in the
differential equation
Write the problem class Write the problem class
~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~