LifeV
|
The class to actually perform the loop over the elements to assemble a vector. More...
#include <IntegrateVectorFaceID.hpp>
Private Attributes | |
std::shared_ptr< MeshType > | M_mesh |
UInt | M_boundaryId |
QuadratureBoundary | M_quadratureBoundary |
std::shared_ptr< TestSpaceType > | M_testSpace |
evaluation_Type | M_evaluation |
std::vector< ETCurrentBDFE< 3 > * > | M_globalCFE |
std::vector< ETCurrentFE< 3, TestSpaceType::field_dim > * > | M_testCFE |
ETVectorElemental | M_elementalVector |
Public Types | |
typedef ExpressionToEvaluation< ExpressionType, TestSpaceType::field_dim, 0, 3 >::evaluation_Type | evaluation_Type |
Type of the Evaluation. More... | |
Constructors, destructor | |
IntegrateVectorFaceID (const std::shared_ptr< MeshType > &mesh, const UInt boundaryID, const QuadratureBoundary &quadratureBD, const std::shared_ptr< TestSpaceType > &testSpace, const ExpressionType &expression) | |
Full data constructor. More... | |
IntegrateVectorFaceID (const IntegrateVectorFaceID< MeshType, TestSpaceType, ExpressionType > &integrator) | |
Copy constructor. More... | |
~IntegrateVectorFaceID () | |
Destructor. More... | |
Operator | |
template<typename VectorType > | |
void | operator>> (VectorType &vector) |
Operator wrapping the addTo method. More... | |
template<typename VectorType > | |
void | operator>> (std::shared_ptr< VectorType > vector) |
Operator wrapping the addTo method (for shared_ptr) More... | |
Methods | |
void | check (std::ostream &out=std::cout) |
Ouput method. More... | |
template<typename VectorType > | |
void | addTo (VectorType &vec) |
Method that performs the assembly. More... | |
Private Methods | |
IntegrateVectorFaceID () | |
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 70 of file IntegrateVectorFaceID.hpp.
typedef ExpressionToEvaluation< ExpressionType, TestSpaceType::field_dim, 0, 3 >::evaluation_Type evaluation_Type |
Type of the Evaluation.
Definition at line 81 of file IntegrateVectorFaceID.hpp.
IntegrateVectorFaceID | ( | const std::shared_ptr< MeshType > & | mesh, |
const UInt | boundaryID, | ||
const QuadratureBoundary & | quadratureBD, | ||
const std::shared_ptr< TestSpaceType > & | testSpace, | ||
const ExpressionType & | expression | ||
) |
Full data constructor.
Definition at line 186 of file IntegrateVectorFaceID.hpp.
IntegrateVectorFaceID | ( | const IntegrateVectorFaceID< MeshType, TestSpaceType, ExpressionType > & | integrator | ) |
Copy constructor.
Definition at line 258 of file IntegrateVectorFaceID.hpp.
Destructor.
Definition at line 326 of file IntegrateVectorFaceID.hpp.
|
private |
|
inline |
Operator wrapping the addTo method.
Definition at line 110 of file IntegrateVectorFaceID.hpp.
|
inline |
Operator wrapping the addTo method (for shared_ptr)
Definition at line 117 of file IntegrateVectorFaceID.hpp.
void check | ( | std::ostream & | out = std::cout | ) |
Ouput method.
Definition at line 342 of file IntegrateVectorFaceID.hpp.
void addTo | ( | VectorType & | vec | ) |
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 356 of file IntegrateVectorFaceID.hpp.
|
private |
Definition at line 155 of file IntegrateVectorFaceID.hpp.
|
private |
Definition at line 158 of file IntegrateVectorFaceID.hpp.
|
private |
Definition at line 161 of file IntegrateVectorFaceID.hpp.
|
private |
Definition at line 164 of file IntegrateVectorFaceID.hpp.
|
private |
Definition at line 167 of file IntegrateVectorFaceID.hpp.
|
private |
Definition at line 169 of file IntegrateVectorFaceID.hpp.
|
private |
Definition at line 170 of file IntegrateVectorFaceID.hpp.
|
private |
Definition at line 172 of file IntegrateVectorFaceID.hpp.