static constexpr Mask in_main_matrix
A field is part of main "stiffness matrix" of the equation.
static constexpr Mask allow_output
The field can output. Is part of generated output selection. (default on)
static constexpr Mask equation_result
Match non-result fields, that are data fields of an equation.
static constexpr Mask input_copy
A field that is input of its equation and cna not read from input, thus muzt be set by copy...
static constexpr Mask in_time_term
A field is part of time term of the equation.
static constexpr Mask in_rhs
A field is part of the right hand side of the equation.
static constexpr Mask equation_input
The field is data parameter of the owning equation. (default on)
static constexpr Mask declare_input
The field can be set from input. The key in input field descriptor is declared. (default on) ...