v0.14.0 |
#include <users_modules/fracture_mechanics/src/MWLS.hpp>
Public Member Functions | |
OpMWLSCalculateBaseCoeffcientsAtGaussPtsTmpl (boost::shared_ptr< MatrixDouble > mat_pos_at_pts_ptr, boost::shared_ptr< MatrixDouble > mat_grad_pos_at_pts_ptr, boost::shared_ptr< CrackFrontElement > fe_singular_ptr, boost::shared_ptr< MWLSApprox > mwls_approx, bool testing=false) | |
Public Member Functions inherited from FractureMechanics::MWLSApprox::OpMWLSBase< T > | |
OpMWLSBase (boost::shared_ptr< MatrixDouble > mat_pos_at_pts_ptr, boost::shared_ptr< MatrixDouble > mat_grad_pos_at_pts_ptr, boost::shared_ptr< CrackFrontElement > fe_singular_ptr, boost::shared_ptr< MWLSApprox > mwls_approx, bool testing=false) | |
virtual | ~OpMWLSBase ()=default |
MoFEMErrorCode | doWork (int side, EntityType type, DataForcesAndSourcesCore::EntData &data) |
Public Attributes | |
const bool | testing |
Public Attributes inherited from FractureMechanics::MWLSApprox::OpMWLSBase< T > | |
boost::shared_ptr< MatrixDouble > | matPosAtPtsPtr |
boost::shared_ptr< MatrixDouble > | matGradPosAtPtsPtr |
boost::weak_ptr< CrackFrontElement > | feSingularPtr |
boost::shared_ptr< MWLSApprox > | mwlsApprox |
Protected Member Functions | |
MoFEMErrorCode | doMWLSWork (int side, EntityType type, DataForcesAndSourcesCore::EntData &data) |
Do specific work in operator. More... | |
|
inline |
|
protectedvirtual |
Do specific work in operator.
Is protected to prevent direct call. This can be only called by doWork method.
side | |
type | |
data |
Implements FractureMechanics::MWLSApprox::OpMWLSBase< T >.
Definition at line 1237 of file MWLS.cpp.
const bool FractureMechanics::MWLSApprox::OpMWLSCalculateBaseCoeffcientsAtGaussPtsTmpl< T >::testing |