deal2lkit: A ToolKit library for Deal.II
assimp_interface.h File Reference
#include <deal.II/grid/tria.h>
#include <deal2lkit/config.h>

Go to the source code of this file.

Namespaces

 AssimpInterface
 

Functions

template<int dim, int spacedim>
bool AssimpInterface::generate_triangulation (const std::string filename, Triangulation< dim, spacedim > &tria, int mesh_index=-1, bool remove_duplicates=true, double tol=1e-12)
 Read in a file supported by Assimp, and generate a Triangulation out of it. More...