![]() |
v0.14.0 |
#include <users_modules/multifield_plasticity/src/RigidBodies.hpp>
Public Member Functions | |
STLRigidBody (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 > | |
Tensor1< double, 3 > | getdGapImpl (Tensor1< T1, 3 > &t_coords, Tensor1< T2, 3 > &t_normal) |
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) |
MoFEMErrorCode | getBodyOptions () |
![]() | |
RigidBodyData (VectorDouble c_coords, VectorDouble roller_disp, int id) | |
RigidBodyData ()=delete | |
virtual | ~RigidBodyData () |
virtual Tensor1< double, 3 > | getNormal (Tensor1< TPack3, 3 > &t_coords, Tensor1< TPack1, 3 > &t_disp)=0 |
virtual Tensor1< double, 3 > | getNormal (Tensor1< TPack3, 3 > &t_coords, Tensor1< double, 3 > &t_disp)=0 |
virtual Tensor1< double, 3 > | getNormal (Tensor1< double, 3 > &t_coords, Tensor1< double, 3 > &t_disp)=0 |
virtual Tensor2< double, 3, 3 > | getDiffNormal (Tensor1< TPack3, 3 > &t_coords, Tensor1< TPack1, 3 > &t_disp, Tensor1< TPack1, 3 > &t_normal)=0 |
virtual double | getGap (Tensor1< TPack3, 3 > &t_coords)=0 |
virtual Tensor1< double, 3 > | getdGap (Tensor1< TPack3, 3 > &t_coords, Tensor1< TPack1, 3 > &t_normal)=0 |
virtual MoFEMErrorCode | getBodyOptions ()=0 |
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) |
virtual MoFEMErrorCode | getRollerDataForTag ()=0 |
Public Attributes | |
moab::Core | mbInstance |
moab::Interface * | bodyMesh |
shared_ptr< OrientedBoxTreeTool > | orientedBox |
EntityHandle | treeMeshset |
Tag | tagNormal |
EntityHandle | triangle |
![]() | |
const int | iD |
Index< 'i', 3 > | i |
Index< 'j', 3 > | j |
Index< 'k', 3 > | k |
VectorDouble | originCoords |
VectorDouble | rollerDisp |
VectorDouble | BodyDispScaled |
VectorDouble | BodyDirectionScaled |
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 |
boost::shared_ptr< TimeAccelerogram > | methodOpForRollerPosition |
boost::shared_ptr< TimeAccelerogram > | methodOpForRollerDirection |
int | bodyType |
array< double, 9 > | dataForTags |
Additional Inherited Members | |
![]() | |
using | TPack3 = PackPtr< double *, 3 > |
using | TPack1 = PackPtr< double *, 1 > |
Definition at line 1243 of file RigidBodies.hpp.
|
inline |
Definition at line 1251 of file RigidBodies.hpp.
|
inlinevirtual |
Implements RigidBodyData.
Definition at line 1334 of file RigidBodies.hpp.
|
inlinevirtual |
Implements RigidBodyData.
Definition at line 1285 of file RigidBodies.hpp.
|
inline |
Definition at line 1307 of file RigidBodies.hpp.
|
inlinevirtual |
Implements RigidBodyData.
Definition at line 1275 of file RigidBodies.hpp.
|
inline |
Definition at line 1313 of file RigidBodies.hpp.
Implements RigidBodyData.
Definition at line 1281 of file RigidBodies.hpp.
Definition at line 1302 of file RigidBodies.hpp.
|
inlinevirtual |
Implements RigidBodyData.
Definition at line 1270 of file RigidBodies.hpp.
|
inlinevirtual |
Implements RigidBodyData.
Definition at line 1266 of file RigidBodies.hpp.
|
inlinevirtual |
Implements RigidBodyData.
Definition at line 1262 of file RigidBodies.hpp.
|
inline |
Definition at line 1291 of file RigidBodies.hpp.
|
inlinevirtual |
Implements RigidBodyData.
Definition at line 1256 of file RigidBodies.hpp.
moab::Interface* STLRigidBody::bodyMesh |
Definition at line 1245 of file RigidBodies.hpp.
moab::Core STLRigidBody::mbInstance |
Definition at line 1244 of file RigidBodies.hpp.
shared_ptr<OrientedBoxTreeTool> STLRigidBody::orientedBox |
Definition at line 1246 of file RigidBodies.hpp.
Tag STLRigidBody::tagNormal |
Definition at line 1248 of file RigidBodies.hpp.
EntityHandle STLRigidBody::treeMeshset |
Definition at line 1247 of file RigidBodies.hpp.
EntityHandle STLRigidBody::triangle |
Definition at line 1249 of file RigidBodies.hpp.