template<unsigned int dim, unsigned int nvf, unsigned int ncf, typename ... eqs>
class System< dim, nvf, ncf, eqs >
System of equations.
This class model a system of equations
- Template Parameters
-
dim | Dimensionality of the system |
nvf | number of variable fields |
ncf | number of constants fields |
eqs | sets of equations |
Definition at line 23 of file System.hpp.
template<unsigned int dim, unsigned int nvf, unsigned int ncf, typename ... eqs>
template<unsigned int ord = EQS_FIELDS>
void System< dim, nvf, ncf, eqs >::value |
( |
const grid_key_dx_dist< dim > & |
pos | ) |
|
|
inlineprivate |
Create the row of the Matrix.
- Template Parameters
-
Definition at line 39 of file System.hpp.