Medusa  1.1
Coordinate Free Mehless Method implementation
mm::ImplicitVectorOperators< shape_storage_type, matrix_type, rhs_type >::Equation Class Reference

Detailed Description

template<class shape_storage_type, class matrix_type, class rhs_type>
class mm::ImplicitVectorOperators< shape_storage_type, matrix_type, rhs_type >::Equation

Represents one scalar component of a vector equation.

Definition at line 294 of file ImplicitVectorOperators_fwd.hpp.

+ Collaboration diagram for mm::ImplicitVectorOperators< shape_storage_type, matrix_type, rhs_type >::Equation:

Public Member Functions

ImplicitOperators< shape_storage_t, matrix_t, rhs_tc (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

ImplicitVectorOperatorsop
 Reference to underlying operators. More...
 
int eq_ixd
 Index of the equation. More...
 

Constructor & Destructor Documentation

◆ Equation()

template<class shape_storage_type , class matrix_type , class rhs_type >
mm::ImplicitVectorOperators< shape_storage_type, matrix_type, rhs_type >::Equation::Equation ( ImplicitVectorOperators op,
int  idx 
)
inlineprivate

Create an equation with given index.

Definition at line 300 of file ImplicitVectorOperators_fwd.hpp.

Member Function Documentation

◆ c()

template<class shape_storage_type , class matrix_type , class rhs_type >
ImplicitOperators<shape_storage_t, matrix_t, rhs_t> mm::ImplicitVectorOperators< shape_storage_type, matrix_type, rhs_type >::Equation::c ( int  comp)
inline

Returns ordinary ImplicitOperators for component comp of equation eq_idx.

See also
eq

Definition at line 307 of file ImplicitVectorOperators_fwd.hpp.

Member Data Documentation

◆ eq_ixd

template<class shape_storage_type , class matrix_type , class rhs_type >
int mm::ImplicitVectorOperators< shape_storage_type, matrix_type, rhs_type >::Equation::eq_ixd
private

Index of the equation.

Definition at line 296 of file ImplicitVectorOperators_fwd.hpp.

◆ op

template<class shape_storage_type , class matrix_type , class rhs_type >
ImplicitVectorOperators& mm::ImplicitVectorOperators< shape_storage_type, matrix_type, rhs_type >::Equation::op
private

Reference to underlying operators.

Definition at line 295 of file ImplicitVectorOperators_fwd.hpp.


The documentation for this class was generated from the following file: