#include "MEDMEM_FieldForward.hxx"#include "MEDMEM_Exception.hxx"#include <string>#include "MEDMEM_Field.hxx"
Go to the source code of this file.
Packages | |
| package | MEDMEM |
Functions | |
| MESH * | MEDMEM.readMeshInFile (const std::string &fileName, const std::string &meshName) |
| template<class T > | |
| FIELD< T > * | MEDMEM.readFieldInFile (const std::string &fileName, const std::string &fieldName) |
| void | MEDMEM.writeMeshToFile (const MESH *meshObj, const std::string &fileName) |
| template<class T > | |
| void | MEDMEM.writeFieldToFile (const FIELD< T > *fieldObj, const std::string &fileName) |