![]() |
v0.14.0 |
#include <src/finite_elements/TriLinearFormsIntegrators.hpp>
Public Member Functions | |
OpConvectiveTermLhsDuImpl (const std::string field_name_row, const std::string field_name_col, boost::shared_ptr< MatrixDouble > y_grad_ptr, ConstantFun alpha_fun=[]() { return 1;}) | |
Protected Member Functions | |
MoFEMErrorCode | iNtegrate (EntitiesFieldData::EntData &row_data, EntitiesFieldData::EntData &col_data) |
Protected Attributes | |
boost::shared_ptr< MatrixDouble > | yGradPtr |
ConstantFun | alphaConstant |
Definition at line 20 of file TriLinearFormsIntegrators.hpp.
|
inline |
Definition at line 22 of file TriLinearFormsIntegrators.hpp.
|
protected |
Definition at line 139 of file TriLinearFormsIntegrators.hpp.
|
protected |
Definition at line 36 of file TriLinearFormsIntegrators.hpp.
|
protected |
Definition at line 35 of file TriLinearFormsIntegrators.hpp.