|
ViennaGrid - The Vienna Grid Library
2.1.0
|
Writer for Comsol .mphtxt files. More...
#include <mphtxt_writer.hpp>
Public Member Functions | |
| template<typename MeshT , typename SegmentationT > | |
| void | operator() (MeshT const &mesh, SegmentationT const &segmentation, std::string const &filename) const |
| The functor interface triggering the read operation. Segmentations are not supported in this version. | |
Writer for Comsol .mphtxt files.
See http://chemelab.ucsd.edu/CAPE/comsol/Comsol_Reference.pdf, page 396-441 for a description of the file format
| void operator() | ( | MeshT const & | mesh, |
| SegmentationT const & | segmentation, | ||
| std::string const & | filename | ||
| ) | const [inline] |
The functor interface triggering the read operation. Segmentations are not supported in this version.
| mesh | The mesh which is to be written |
| segmentation | The segmentation which is to be written |
| filename | Name of the file |
1.7.6.1