v0.14.0 |
Op to generate artificial density field. More...
#include <users_modules/fracture_mechanics/src/CrackFrontElement.hpp>
Public Member Functions | |
OpGetDensityFieldForTesting (const std::string row_field, boost::shared_ptr< MatrixDouble > mat_coords_ptr, boost::shared_ptr< VectorDouble > density_at_pts, boost::shared_ptr< MatrixDouble > rho_grad_at_gauss_pts_ptr, boost::shared_ptr< MatrixDouble > rho_grad_grad_at_gauss_pts_ptr, boost::shared_ptr< CrackFrontElement > fe_singular_ptr, MatrixDouble &singular_disp, boost::shared_ptr< MatrixDouble > mat_grad_pos_at_pts_ptr) | |
MoFEMErrorCode | doWork (int row_side, EntityType row_type, HookeElement::EntData &row_data) |
Public Attributes | |
boost::shared_ptr< MatrixDouble > | matCoordsPtr |
boost::shared_ptr< VectorDouble > | rhoAtGaussPtsPtr |
boost::shared_ptr< MatrixDouble > | rhoGradAtGaussPtsPtr |
boost::shared_ptr< MatrixDouble > | rhoGradGradAtGaussPtsPtr |
boost::shared_ptr< CrackFrontElement > | feSingularPtr |
MatrixDouble & | singularDisp |
boost::shared_ptr< MatrixDouble > | matGradPosAtPtsPtr |
Op to generate artificial density field.
Definition at line 760 of file CrackFrontElement.hpp.
|
inline |
Definition at line 769 of file CrackFrontElement.hpp.
MoFEMErrorCode FractureMechanics::OpGetDensityFieldForTesting::doWork | ( | int | row_side, |
EntityType | row_type, | ||
HookeElement::EntData & | row_data | ||
) |
Definition at line 1485 of file CrackFrontElement.cpp.
boost::shared_ptr<CrackFrontElement> FractureMechanics::OpGetDensityFieldForTesting::feSingularPtr |
Definition at line 766 of file CrackFrontElement.hpp.
boost::shared_ptr<MatrixDouble> FractureMechanics::OpGetDensityFieldForTesting::matCoordsPtr |
Definition at line 762 of file CrackFrontElement.hpp.
boost::shared_ptr<MatrixDouble> FractureMechanics::OpGetDensityFieldForTesting::matGradPosAtPtsPtr |
Definition at line 768 of file CrackFrontElement.hpp.
boost::shared_ptr<VectorDouble> FractureMechanics::OpGetDensityFieldForTesting::rhoAtGaussPtsPtr |
Definition at line 763 of file CrackFrontElement.hpp.
boost::shared_ptr<MatrixDouble> FractureMechanics::OpGetDensityFieldForTesting::rhoGradAtGaussPtsPtr |
Definition at line 764 of file CrackFrontElement.hpp.
boost::shared_ptr<MatrixDouble> FractureMechanics::OpGetDensityFieldForTesting::rhoGradGradAtGaussPtsPtr |
Definition at line 765 of file CrackFrontElement.hpp.
MatrixDouble& FractureMechanics::OpGetDensityFieldForTesting::singularDisp |
Definition at line 767 of file CrackFrontElement.hpp.