![]() |
v0.14.0 |
#include <src/finite_elements/LinearFormsIntegratorsImpl.hpp>
Public Member Functions | |
OpConvectiveTermRhsImpl (const std::string field_name, boost::shared_ptr< MatrixDouble > u_ptr, boost::shared_ptr< MatrixDouble > y_grad_ptr, ConstantFun source_fun=[]() constexpr { return 1;}) | |
Protected Member Functions | |
MoFEMErrorCode | iNtegrate (EntitiesFieldData::EntData &data) |
Protected Attributes | |
boost::shared_ptr< MatrixDouble > | uPtr |
boost::shared_ptr< MatrixDouble > | yGradPtr |
ConstantFun | alphaConstant |
Definition at line 458 of file LinearFormsIntegratorsImpl.hpp.
|
inline |
Definition at line 459 of file LinearFormsIntegratorsImpl.hpp.
|
protected |
Definition at line 1166 of file LinearFormsIntegratorsImpl.hpp.
|
protected |
Definition at line 469 of file LinearFormsIntegratorsImpl.hpp.
|
protected |
Definition at line 467 of file LinearFormsIntegratorsImpl.hpp.
|
protected |
Definition at line 468 of file LinearFormsIntegratorsImpl.hpp.