Represents one scalar component of a vector equation.
Definition at line 294 of file ImplicitVectorOperators_fwd.hpp.
Public Member Functions | |
ImplicitOperators< shape_storage_t, matrix_t, rhs_t > | c (int comp) |
Returns ordinary ImplicitOperators for component comp of equation eq_idx . More... | |
Friends | |
class | ImplicitVectorOperators |
Private Member Functions | |
Equation (ImplicitVectorOperators &op, int idx) | |
Create an equation with given index. More... | |
Private Attributes | |
ImplicitVectorOperators & | op |
Reference to underlying operators. More... | |
int | eq_ixd |
Index of the equation. More... | |
|
inlineprivate |
Create an equation with given index.
Definition at line 300 of file ImplicitVectorOperators_fwd.hpp.
|
inline |
Returns ordinary ImplicitOperators for component comp
of equation eq_idx
.
Definition at line 307 of file ImplicitVectorOperators_fwd.hpp.
|
private |
Index of the equation.
Definition at line 296 of file ImplicitVectorOperators_fwd.hpp.
|
private |
Reference to underlying operators.
Definition at line 295 of file ImplicitVectorOperators_fwd.hpp.