OGS
|
write_xdmf generates a function based on spatial mesh data. The generated function finally generates an XDMF string when temporal data is known
Definition in file writeXdmf.h.
#include <vector>
#include "MeshLib/IO/XDMF/XdmfData.h"
#include "MeshLib/Location.h"
#include "MeshPropertyDataType.h"
Go to the source code of this file.
Namespaces | |
namespace | MeshLib |
namespace | MeshLib::IO |
Typedefs | |
using | XdmfDimType = unsigned int |
Functions | |
std::function< std::string(std::vector< double >)> | MeshLib::IO::write_xdmf (XdmfData const &geometry, XdmfData const &topology, std::vector< XdmfData > const &constant_attributes, std::vector< XdmfData > const &variable_attributes, std::string const &h5filename, std::string const &ogs_version, std::string const &mesh_name) |
Generator function that creates a function capturing the spatial data of a mesh Temporal data can later be passed as argument. | |
using XdmfDimType = unsigned int |
Definition at line 23 of file writeXdmf.h.