![]() |
v0.13.0 |
#include <users_modules/multifield_plasticity/src/RigidBodies.hpp>
Public Member Functions | |
TorusRigidBody (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) |
virtual 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 | |
double | rAdius |
double | innerRadius |
![]() | |
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 562 of file RigidBodies.hpp.
TorusRigidBody::TorusRigidBody | ( | VectorDouble | c_coords, |
VectorDouble | roller_disp, | ||
int | id | ||
) |
Definition at line 566 of file RigidBodies.hpp.
|
virtual |
Implements RigidBodyData.
Definition at line 682 of file RigidBodies.hpp.
|
virtual |
Implements RigidBodyData.
Definition at line 602 of file RigidBodies.hpp.
Tensor1<double, 3> TorusRigidBody::getdGapImpl | ( | Tensor1< T1, 3 > & | t_coords, |
Tensor1< T2, 3 > & | t_normal | ||
) |
Definition at line 677 of file RigidBodies.hpp.
|
virtual |
Implements RigidBodyData.
Definition at line 593 of file RigidBodies.hpp.
Tensor2<double, 3, 3> TorusRigidBody::getDiffNormalImpl | ( | Tensor1< T1, 3 > & | t_coords, |
Tensor1< T2, 3 > & | t_disp, | ||
Tensor1< T3, 3 > & | t_normal | ||
) |
Definition at line 655 of file RigidBodies.hpp.
Implements RigidBodyData.
Definition at line 599 of file RigidBodies.hpp.
double TorusRigidBody::getGapImpl | ( | Tensor1< T1, 3 > & | t_coords | ) |
Definition at line 650 of file RigidBodies.hpp.
|
virtual |
Implements RigidBodyData.
Definition at line 588 of file RigidBodies.hpp.
|
virtual |
Implements RigidBodyData.
Definition at line 584 of file RigidBodies.hpp.
|
virtual |
Implements RigidBodyData.
Definition at line 580 of file RigidBodies.hpp.
Tensor1<double, 3>& TorusRigidBody::getNormalImpl | ( | Tensor1< T1, 3 > & | t_coords, |
Tensor1< T2, 3 > & | t_disp | ||
) |
Definition at line 608 of file RigidBodies.hpp.
|
virtual |
Implements RigidBodyData.
Definition at line 572 of file RigidBodies.hpp.
double TorusRigidBody::innerRadius |
Definition at line 565 of file RigidBodies.hpp.
double TorusRigidBody::rAdius |
Definition at line 564 of file RigidBodies.hpp.