minor fix

This commit is contained in:
Dario Coscia
2023-05-05 17:45:10 +02:00
committed by Nicola Demo
parent 4e251b64f5
commit 37e9658211

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 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: \* ``SpatialProblem`` of problem we are considering. For reference:
:math:`\rightarrow` spatial variable(s) presented in the differential
equation \* ``TimeDependentProblem`` :math:`\rightarrow` time * ``SpatialProblem`` :math:`\rightarrow` spatial variable(s) presented in the differential equation
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 * ``ParametricProblem`` :math:`\rightarrow` parameter(s) presented in the differential equation
differential equation
Write the problem class Write the problem class
~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~