|
PolyFEM
|
#include "MshReader.hpp"#include <polyfem/utils/Logger.hpp>#include <polyfem/utils/StringUtils.hpp>#include <mshio/mshio.h>#include <fstream>#include <string>#include <iostream>#include <vector>#include <filesystem>Go to the source code of this file.
Namespaces | |
| namespace | polyfem |
| namespace | polyfem::io |
Functions | |
| template<typename Entity > | |
| void | polyfem::io::map_entity_tag_to_physical_tag (const std::vector< Entity > &entities, std::unordered_map< int, int > &entity_tag_to_physical_tag) |