![]() |
v0.15.0 |
Assemble constrains vector. More...
#include "tutorials/cor-2to5/src/PoissonOperators.hpp"
Public Types | |
typedef boost::function< double(const double, const double, const double)> | FVal |
Public Member Functions | |
Op_g (FVal f_value, const string field_name="L", const double beta=1) | |
![]() | |
OpBaseRhs (const std::string field_name) | |
MoFEMErrorCode | doWork (int row_side, EntityType row_type, EntitiesFieldData::EntData &row_data) |
This function is called by finite element. | |
virtual MoFEMErrorCode | iNtegrate (EntitiesFieldData::EntData &data)=0 |
Class dedicated to integrate operator. | |
virtual MoFEMErrorCode | aSsemble (EntitiesFieldData::EntData &data)=0 |
Class dedicated to assemble operator to global system vector. | |
Protected Member Functions | |
MoFEMErrorCode | iNtegrate (EntitiesFieldData::EntData &data) |
Integrate local constrains vector. | |
MoFEMErrorCode | aSsemble (EntitiesFieldData::EntData &data) |
assemble constrains vectors | |
Protected Attributes | |
FTensor::Number< 0 > | NX |
x-direction index | |
FTensor::Number< 1 > | NY |
y-direction index | |
FTensor::Number< 2 > | NZ |
z-direction index | |
FVal | fValue |
Function pointer evaluating values of "U" at the boundary. | |
VectorDouble | locVec |
const double | bEta |
![]() | |
int | nbRows |
< error code | |
int | nbIntegrationPts |
number of integration points | |
Assemble constrains vector.
\[ \mathbf{g} = \int_{\partial\Omega} \boldsymbol\psi \overline{u} \textrm{d}\partial\Omega \]
Definition at line 419 of file PoissonOperators.hpp.
boost::function<double(const double, const double, const double)> PoissonExample::Op_g::FVal |
Definition at line 423 of file PoissonOperators.hpp.
|
inline |
Definition at line 425 of file PoissonOperators.hpp.
|
inlineprotected |
assemble constrains vectors
Definition at line 480 of file PoissonOperators.hpp.
|
inlineprotected |
Integrate local constrains vector.
Definition at line 442 of file PoissonOperators.hpp.
|
protected |
Definition at line 437 of file PoissonOperators.hpp.
|
protected |
Function pointer evaluating values of "U" at the boundary.
Definition at line 434 of file PoissonOperators.hpp.
|
protected |
Definition at line 436 of file PoissonOperators.hpp.
|
protected |
x-direction index
Definition at line 431 of file PoissonOperators.hpp.
|
protected |
y-direction index
Definition at line 432 of file PoissonOperators.hpp.
|
protected |
z-direction index
Definition at line 433 of file PoissonOperators.hpp.