PolyFEM
|
This is the complete list of members for polyfem::io::MshWriter, including all inherited members.
MshWriter()=delete | polyfem::io::MshWriter | |
write(const std::string &path, const mesh::Mesh &mesh, const bool binary) | polyfem::io::MshWriter | static |
write(const std::string &path, const Eigen::MatrixXd &points, const Eigen::MatrixXi &cells, const std::vector< int > &body_ids, const bool is_volume, const bool binary=false) | polyfem::io::MshWriter | static |
write(const std::string &path, const Eigen::MatrixXd &points, const std::vector< std::vector< int > > &cells, const std::vector< int > &body_ids, const bool is_volume, const bool binary=false) | polyfem::io::MshWriter | static |