File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
docs/source/_rst/tutorial1 Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -82,12 +82,11 @@ time domain where we want the solution.
82
82
Summarizing, in PINA we can initialize a problem with a class which is
83
83
inherited from three base classes: ``SpatialProblem ``,
84
84
``TimeDependentProblem ``, ``ParametricProblem ``, depending on the type
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
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
91
90
92
91
Write the problem class
93
92
~~~~~~~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments