![]() |
v0.13.0 |
#include <users_modules/multifield_plasticity/src/RigidBodies.hpp>
Public Member Functions | |
PlaneRigidBody (VectorDouble c_coords, VectorDouble roller_disp, int id) | |
MoFEMErrorCode | getRollerDataForTag () |
Tensor1< double, 3 > | getNormal (Tensor1< TPack3, 3 > &t_coords, Tensor1< TPack1, 3 > &t_disp) |
Tensor1< double, 3 > | getNormal (Tensor1< TPack3, 3 > &t_coords, Tensor1< double, 3 > &t_disp) |
Tensor1< double, 3 > | getNormal (Tensor1< double, 3 > &t_coords, Tensor1< double, 3 > &t_disp) |
Tensor2< double, 3, 3 > | getDiffNormal (Tensor1< TPack3, 3 > &t_coords, Tensor1< TPack1, 3 > &t_disp, Tensor1< TPack1, 3 > &t_normal) |
double | getGap (Tensor1< TPack3, 3 > &t_coords) |
Tensor1< double, 3 > | getdGap (Tensor1< TPack3, 3 > &t_coords, Tensor1< TPack1, 3 > &t_normal) |
template<typename T1 , typename T2 > | |
Tensor1< double, 3 > & | getNormalImpl (Tensor1< T1, 3 > &t_coords, Tensor1< T2, 3 > &t_disp) |
template<typename T1 > | |
double | getGapImpl (Tensor1< T1, 3 > &t_coords) |
template<typename T1 , typename T2 , typename T3 > | |
Tensor2< double, 3, 3 > | getDiffNormalImpl (Tensor1< T1, 3 > &t_coords, Tensor1< T2, 3 > &t_disp, Tensor1< T3, 3 > &t_normal) |
template<typename T1 , typename T2 > | |
Tensor1< double, 3 > | getdGapImpl (Tensor1< T1, 3 > &t_coords, Tensor1< T2, 3 > &t_normal) |
MoFEMErrorCode | getBodyOptions () |
![]() | |
RigidBodyData (VectorDouble c_coords, VectorDouble roller_disp, int id) | |
RigidBodyData ()=delete | |
virtual | ~RigidBodyData () |
MoFEMErrorCode | computeRotationMatrix () |
Tensor1< double, 3 > | getBodyOffset () |
template<typename T1 , typename T2 > | |
Tensor1< double, 3 > & | getPointCoords (Tensor1< T1, 3 > &t_coords, Tensor1< T2, 3 > &t_disp) |
MoFEMErrorCode | saveBasicDataOnTag (moab::Interface &moab_debug, EntityHandle &vertex) |
Public Attributes | |
PetscBool | fLip |
![]() | |
const int | iD |
Index< 'i', 3 > | i |
Index< 'j', 3 > | j |
Index< 'k', 3 > | k |
VectorDouble | originCoords |
VectorDouble | rollerDisp |
VectorDouble | BodyDispScaled |
double | gAp |
Tensor1< double, 3 > | tNormal |
Tensor1< double, 3 > | dGap |
Tensor1< double, 3 > | pointCoords |
Tensor1< double, 3 > | closestPoint |
Tensor1< double, 3 > | defaultOrientation |
Tensor1< double, 3 > | oRientation |
Tensor2< double, 3, 3 > | rotationMat |
Tensor2< double, 3, 3 > | diffNormal |
string | positionDataParamName |
int | bodyType |
array< double, 9 > | dataForTags |
Additional Inherited Members | |
![]() | |
using | TPack3 = PackPtr< double *, 3 > |
using | TPack1 = PackPtr< double *, 1 > |
Definition at line 164 of file RigidBodies.hpp.
PlaneRigidBody::PlaneRigidBody | ( | VectorDouble | c_coords, |
VectorDouble | roller_disp, | ||
int | id | ||
) |
Definition at line 166 of file RigidBodies.hpp.
|
virtual |
Implements RigidBodyData.
Definition at line 238 of file RigidBodies.hpp.
|
virtual |
Implements RigidBodyData.
Definition at line 198 of file RigidBodies.hpp.
Tensor1<double, 3> PlaneRigidBody::getdGapImpl | ( | Tensor1< T1, 3 > & | t_coords, |
Tensor1< T2, 3 > & | t_normal | ||
) |
Definition at line 232 of file RigidBodies.hpp.
|
virtual |
Implements RigidBodyData.
Definition at line 188 of file RigidBodies.hpp.
Tensor2<double, 3, 3> PlaneRigidBody::getDiffNormalImpl | ( | Tensor1< T1, 3 > & | t_coords, |
Tensor1< T2, 3 > & | t_disp, | ||
Tensor1< T3, 3 > & | t_normal | ||
) |
Definition at line 224 of file RigidBodies.hpp.
Implements RigidBodyData.
Definition at line 194 of file RigidBodies.hpp.
double PlaneRigidBody::getGapImpl | ( | Tensor1< T1, 3 > & | t_coords | ) |
Definition at line 216 of file RigidBodies.hpp.
|
virtual |
Implements RigidBodyData.
Definition at line 183 of file RigidBodies.hpp.
|
virtual |
Implements RigidBodyData.
Definition at line 179 of file RigidBodies.hpp.
|
virtual |
Implements RigidBodyData.
Definition at line 175 of file RigidBodies.hpp.
Tensor1<double, 3>& PlaneRigidBody::getNormalImpl | ( | Tensor1< T1, 3 > & | t_coords, |
Tensor1< T2, 3 > & | t_disp | ||
) |
Definition at line 204 of file RigidBodies.hpp.
|
virtual |
Implements RigidBodyData.
Definition at line 169 of file RigidBodies.hpp.
PetscBool PlaneRigidBody::fLip |
Definition at line 165 of file RigidBodies.hpp.