#include "elasticity.h"
#include <boost/algorithm/string.hpp>
#include "augmented_lagrangian_preconditioner.h"
Go to the source code of this file.
Functions | |
template<int dim, int spacedim> | |
void | read_grid_and_cad_files (const std::string &grid_file_name, const std::string &ids_and_cad_file_names, Triangulation< dim, spacedim > &tria) |
void read_grid_and_cad_files | ( | const std::string & | grid_file_name, |
const std::string & | ids_and_cad_file_names, | ||
Triangulation< dim, spacedim > & | tria ) |
Definition at line 46 of file elasticity.cc.
References GridIn< int dim, int spacedim >::attach_triangulation(), OpenCASCADE::count_elements(), GridIn< int dim, int spacedim >::read(), OpenCASCADE::read_IGES(), OpenCASCADE::read_STEP(), and Triangulation< int dim, int spacedim >::set_manifold().
Referenced by ElasticityProblem< dim, spacedim >::make_grid().