v0.14.0 |
#include <tutorials/cor-2to5/src/PoissonOperators.hpp>
Public Member Functions | |
OpResF_Boundary (boost::shared_ptr< VectorDouble > &lambda_vals) | |
Public Member Functions inherited from PoissonExample::Op_g | |
Op_g (FVal f_value, const string field_name="L", const double beta=1) | |
Public Member Functions inherited from PoissonExample::OpBaseRhs< FaceElementForcesAndSourcesCore::UserDataOperator > | |
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. More... | |
virtual MoFEMErrorCode | iNtegrate (EntitiesFieldData::EntData &data)=0 |
Class dedicated to integrate operator. More... | |
virtual MoFEMErrorCode | aSsemble (EntitiesFieldData::EntData &data)=0 |
Class dedicated to assemble operator to global system vector. More... | |
Protected Member Functions | |
MoFEMErrorCode | iNtegrate (EntitiesFieldData::EntData &data) |
Integrate local constrains vector. More... | |
Protected Member Functions inherited from PoissonExample::Op_g | |
MoFEMErrorCode | iNtegrate (EntitiesFieldData::EntData &data) |
Integrate local constrains vector. More... | |
MoFEMErrorCode | aSsemble (EntitiesFieldData::EntData &data) |
assemble constrains vectors More... | |
Protected Attributes | |
boost::shared_ptr< VectorDouble > | lambdaVals |
Protected Attributes inherited from PoissonExample::Op_g | |
FTensor::Number< 0 > | NX |
x-direction index More... | |
FTensor::Number< 1 > | NY |
y-direction index More... | |
FTensor::Number< 2 > | NZ |
z-direction index More... | |
FVal | fValue |
Function pointer evaluating values of "U" at the boundary. More... | |
VectorDouble | locVec |
const double | bEta |
Protected Attributes inherited from PoissonExample::OpBaseRhs< FaceElementForcesAndSourcesCore::UserDataOperator > | |
int | nbRows |
< error code More... | |
int | nbIntegrationPts |
number of integration points More... | |
Additional Inherited Members | |
Public Types inherited from PoissonExample::Op_g | |
typedef boost::function< double(const double, const double, const double)> | FVal |
Definition at line 778 of file PoissonOperators.hpp.
|
inline |
Definition at line 780 of file PoissonOperators.hpp.
|
inlineprotected |
|
protected |
Definition at line 784 of file PoissonOperators.hpp.