KASKADE 7 development version
|
Reader for Ansys *.inp grid files. More...
#include <ansysmeshreader.hh>
Reader for Ansys *.inp grid files.
Definition at line 58 of file ansysmeshreader.hh.
Public Member Functions | |
AnsysMeshReader (double scale_=1.0, int verbose_=0) | |
Constructor. More... | |
template<class Grid , class Scalar > | |
std::unique_ptr< Grid > | readGrid (std::string const &fileName, int initialGridSize=1000) |
Reads an Ansys file and creates a corresponding grid. More... | |
template<class FSElement > | |
void | readElementSetIds (FSElement &element) const |
Extracts the element set id of each cell and stores it in the coefficient of a discontinuous P0 FE function. More... | |
|
inlineexplicit |
Constructor.
scale | Scale geometry by the given factor. Use this to convert the geometry to SI units. |
verbose | Output level to standard out (0=no output (default), 1=status messages, 2=debug messages). |
Definition at line 66 of file ansysmeshreader.hh.
|
inline |
Extracts the element set id of each cell and stores it in the coefficient of a discontinuous P0 FE function.
Definition at line 190 of file ansysmeshreader.hh.
|
inline |
Reads an Ansys file and creates a corresponding grid.
fileName | |
initialGridSize |
Definition at line 75 of file ansysmeshreader.hh.