Tutorial3 and 1 fix (#67)

This commit is contained in:
Dario Coscia
2023-01-03 10:22:24 +01:00
committed by GitHub
parent 53cbf3f22c
commit 9347e79287
4 changed files with 8 additions and 9 deletions

View File

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