class
#include <atlas/output/Output.h>
Output
Derived classes
- class Gmsh
Constructors, destructors, conversion operators
- Output() defaulted
-
Output(const std::
string&, std:: ostream&, const eckit:: Parametrisation& = util:: NoConfig())
Public functions
-
auto write(const Mesh&,
const eckit::
Parametrisation& = util:: NoConfig()) const -> const Output& - Write mesh file.
-
auto write(const Field&,
const eckit::
Parametrisation& = util:: NoConfig()) const -> const Output& - Write field to file.
-
auto write(const FieldSet&,
const eckit::
Parametrisation& = util:: NoConfig()) const -> const Output& - Write fieldset to file using FunctionSpace.
-
auto write(const Field&,
const FunctionSpace&,
const eckit::
Parametrisation& = util:: NoConfig()) const -> const Output& - Write field to file using Functionspace.
-
auto write(const FieldSet&,
const FunctionSpace&,
const eckit::
Parametrisation& = util:: NoConfig()) const -> const Output& - Write fieldset to file using FunctionSpace.