LifeV
|
The class to actually perform the loop over the elements to assemble a vector. More...
#include <IntegrateMatrixFaceID.hpp>
Private Attributes | |
std::shared_ptr< MeshType > | M_mesh |
UInt | M_boundaryId |
QuadratureBoundary | M_quadratureBoundary |
std::shared_ptr< TestSpaceType > | M_testSpace |
std::shared_ptr< SolutionSpaceType > | M_solutionSpace |
evaluation_Type | M_evaluation |
std::vector< ETCurrentBDFE< 3 > * > | M_globalCFE |
std::vector< ETCurrentFE< 3, TestSpaceType::field_dim > * > | M_testCFE |
std::vector< ETCurrentFE< 3, SolutionSpaceType::field_dim > * > | M_solutionCFE |
ETMatrixElemental | M_elementalMatrix |
Public Types | |
typedef ExpressionToEvaluation< ExpressionType, TestSpaceType::field_dim, SolutionSpaceType::field_dim, 3 >::evaluation_Type | evaluation_Type |
Type of the Evaluation. More... | |
Constructors, destructor | |
IntegrateMatrixFaceID (const std::shared_ptr< MeshType > &mesh, const UInt boundaryID, const QuadratureBoundary &quadratureBD, const std::shared_ptr< TestSpaceType > testSpace, const std::shared_ptr< SolutionSpaceType > solutionSpace, const ExpressionType &expression) | |
Full data constructor. More... | |
IntegrateMatrixFaceID (const IntegrateMatrixFaceID< MeshType, TestSpaceType, SolutionSpaceType, ExpressionType > &integrator) | |
Copy constructor. More... | |
~IntegrateMatrixFaceID () | |
Destructor. More... | |
Operator | |
template<typename MatrixType > | |
void | operator>> (MatrixType &mat) |
Operator wrapping the addTo method. More... | |
template<typename MatrixType > | |
void | operator>> (std::shared_ptr< MatrixType > mat) |
Operator wrapping the addTo method (for shared_ptr) More... | |
Methods | |
void | check (std::ostream &out=std::cout) |
Ouput method. More... | |
template<typename MatrixType > | |
void | addTo (MatrixType &mat) |
Method that performs the assembly. More... | |
template<typename MatrixType > | |
void | addTo (std::shared_ptr< MatrixType > mat) |
Private Methods | |
IntegrateMatrixFaceID () | |
The class to actually perform the loop over the elements to assemble a vector.
This class is used to store the data required for the assembly of a vector and perform that assembly with a loop over the elements, and then, for each elements, using the Evaluation corresponding to the Expression (this convertion is done within a typedef).
Definition at line 71 of file IntegrateMatrixFaceID.hpp.
typedef ExpressionToEvaluation< ExpressionType, TestSpaceType::field_dim, SolutionSpaceType::field_dim, 3 >::evaluation_Type evaluation_Type |
Type of the Evaluation.
Definition at line 82 of file IntegrateMatrixFaceID.hpp.
IntegrateMatrixFaceID | ( | const std::shared_ptr< MeshType > & | mesh, |
const UInt | boundaryID, | ||
const QuadratureBoundary & | quadratureBD, | ||
const std::shared_ptr< TestSpaceType > | testSpace, | ||
const std::shared_ptr< SolutionSpaceType > | solutionSpace, | ||
const ExpressionType & | expression | ||
) |
Full data constructor.
Definition at line 198 of file IntegrateMatrixFaceID.hpp.
IntegrateMatrixFaceID | ( | const IntegrateMatrixFaceID< MeshType, TestSpaceType, SolutionSpaceType, ExpressionType > & | integrator | ) |
Copy constructor.
Definition at line 278 of file IntegrateMatrixFaceID.hpp.
Destructor.
Definition at line 352 of file IntegrateMatrixFaceID.hpp.
|
private |
|
inline |
Operator wrapping the addTo method.
Definition at line 112 of file IntegrateMatrixFaceID.hpp.
|
inline |
Operator wrapping the addTo method (for shared_ptr)
Definition at line 119 of file IntegrateMatrixFaceID.hpp.
void check | ( | std::ostream & | out = std::cout | ) |
Ouput method.
Definition at line 369 of file IntegrateMatrixFaceID.hpp.
void addTo | ( | MatrixType & | mat | ) |
Method that performs the assembly.
The loop over the elements is located right in this method. Everything for the assembly is then performed: update the values, update the local vector, sum over the quadrature nodes, assemble in the global vector.
Definition at line 383 of file IntegrateMatrixFaceID.hpp.
|
inline |
Definition at line 145 of file IntegrateMatrixFaceID.hpp.
|
private |
Definition at line 164 of file IntegrateMatrixFaceID.hpp.
|
private |
Definition at line 167 of file IntegrateMatrixFaceID.hpp.
|
private |
Definition at line 170 of file IntegrateMatrixFaceID.hpp.
|
private |
Definition at line 173 of file IntegrateMatrixFaceID.hpp.
|
private |
Definition at line 174 of file IntegrateMatrixFaceID.hpp.
|
private |
Definition at line 177 of file IntegrateMatrixFaceID.hpp.
|
private |
Definition at line 179 of file IntegrateMatrixFaceID.hpp.
|
private |
Definition at line 181 of file IntegrateMatrixFaceID.hpp.
|
private |
Definition at line 182 of file IntegrateMatrixFaceID.hpp.
|
private |
Definition at line 184 of file IntegrateMatrixFaceID.hpp.