chrono::fea::ChMeshFileLoader Member List
This is the complete list of members for chrono::fea::ChMeshFileLoader, including all inherited members.
ANCFShellFromGMFFile(std::shared_ptr< ChMesh > mesh, const char *filename, std::shared_ptr< ChMaterialShellANCF > my_material, std::vector< double > &node_ave_area, std::vector< int > &BC_nodes, ChVector3d pos_transform=VNULL, ChMatrix33<> rot_transform=ChMatrix33<>(1), double scaleFactor=1, bool printNodes=false, bool printElements=false) | chrono::fea::ChMeshFileLoader | static |
BSTShellFromObjFile(std::shared_ptr< ChMesh > mesh, const char *filename, std::shared_ptr< ChMaterialShellKirchhoff > my_material, double my_thickness, ChVector3d pos_transform=VNULL, ChMatrix33<> rot_transform=ChMatrix33<>(1)) | chrono::fea::ChMeshFileLoader | static |
FromAbaqusFile(std::shared_ptr< ChMesh > mesh, const char *filename, std::shared_ptr< ChContinuumMaterial > my_material, std::map< std::string, std::vector< std::shared_ptr< ChNodeFEAbase > > > &node_sets, ChVector3d pos_transform=VNULL, ChMatrix33<> rot_transform=ChMatrix33<>(1), bool discard_unused_nodes=true) | chrono::fea::ChMeshFileLoader | static |
FromTetGenFile(std::shared_ptr< ChMesh > mesh, const char *filename_node, const char *filename_ele, std::shared_ptr< ChContinuumMaterial > my_material, ChVector3d pos_transform=VNULL, ChMatrix33<> rot_transform=ChMatrix33<>(1)) | chrono::fea::ChMeshFileLoader | static |