System of equations.
More...
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.
#include <System.hpp>
|
typedef eqs_v | make_vactor< eqs > |
|
|
template<unsigned int ord = EQS_FIELDS> |
void | value (const grid_key_dx_dist< dim > &pos) |
| Create the row of the Matrix. More...
|
|
template<unsigned int eq_id> |
void | value_s (grid_key_dx_dist< dim > &it) |
| fill the row More...
|
|
template<unsigned int eq_id> |
void | value_f (grid_key_dx_dist< dim > &it) |
| fill the row More...
|
|
◆ value()
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.
◆ value_f()
template<unsigned int dim, unsigned int nvf, unsigned int ncf, typename ... eqs>
template<unsigned int eq_id>
void System< dim, nvf, ncf, eqs >::value_f |
( |
grid_key_dx_dist< dim > & |
it | ) |
|
|
inlineprivate |
◆ value_s()
template<unsigned int dim, unsigned int nvf, unsigned int ncf, typename ... eqs>
template<unsigned int eq_id>
void System< dim, nvf, ncf, eqs >::value_s |
( |
grid_key_dx_dist< dim > & |
it | ) |
|
|
inlineprivate |
The documentation for this class was generated from the following file: