1 #ifndef CBMBUILDER_H_INCLUDED
2 #define CBMBUILDER_H_INCLUDED
39 std::shared_ptr<Mesh>
Build(
const Mesh& mesh);
44 #endif // end_of_include_guard
The Copy-Based Mesh Builder directs the Mesh building process using another mesh. ...
Namespace for the core simulator.
std::shared_ptr< Mesh > Build(const Mesh &mesh)
Build a mesh exactly like the given mesh.
Structure of cells; key data structure.