PolyFEM
|
#include <MshReader.hpp>
Static Public Member Functions | |
static bool | load (const std::string &path, Eigen::MatrixXd &vertices, Eigen::MatrixXi &cells, std::vector< std::vector< int > > &elements, std::vector< std::vector< double > > &weights, std::vector< int > &body_ids) |
static bool | load (const std::string &path, Eigen::MatrixXd &vertices, Eigen::MatrixXi &cells, std::vector< std::vector< int > > &elements, std::vector< std::vector< double > > &weights, std::vector< int > &body_ids, std::vector< std::string > &node_data_name, std::vector< std::vector< double > > &node_data) |
Definition at line 9 of file MshReader.hpp.
|
static |
Definition at line 29 of file MshReader.cpp.
References load().
Referenced by polyfem::mesh::Mesh::create(), load(), and polyfem::mesh::read_surface_mesh().
|
static |
Definition at line 37 of file MshReader.cpp.
References polyfem::logger(), and polyfem::io::map_entity_tag_to_physical_tag().