v0.14.0 |
Public Member Functions | |
OpRhs (boost::shared_ptr< MatrixDouble > u_grad_ptr) | |
MoFEMErrorCode | doWork (int side, EntityType type, EntitiesFieldData::EntData &data) |
Protected Attributes | |
boost::shared_ptr< MatrixDouble > | uGradPtr |
Use problem specific implementation for second stage of heat methid
Definition at line 69 of file heat_method.cpp.
Example::OpRhs::OpRhs | ( | boost::shared_ptr< MatrixDouble > | u_grad_ptr | ) |
MoFEMErrorCode Example::OpRhs::doWork | ( | int | side, |
EntityType | type, | ||
EntitiesFieldData::EntData & | data | ||
) |
|
protected |
Definition at line 77 of file heat_method.cpp.