From 4e251b64f567dc3b58628f18d1a296e9cc7cf9fb Mon Sep 17 00:00:00 2001 From: Dario Coscia Date: Fri, 5 May 2023 17:41:11 +0200 Subject: [PATCH] tutorial update --- docs/source/_rst/tutorial1/tutorial.rst | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/source/_rst/tutorial1/tutorial.rst b/docs/source/_rst/tutorial1/tutorial.rst index 02c6538..16417fb 100644 --- a/docs/source/_rst/tutorial1/tutorial.rst +++ b/docs/source/_rst/tutorial1/tutorial.rst @@ -82,11 +82,12 @@ 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 ~~~~~~~~~~~~~~~~~~~~~~~