Specifies the options for saving a mesh (and functions) to a file.
More...
#include <ptems/mesh.hpp>
Specifies the options for saving a mesh (and functions) to a file.
◆ SaveFileOptions() [1/2]
Construct the default options for the specified mesh format.
- Parameters
-
format | The mesh format to save as |
◆ SaveFileOptions() [2/2]
ptems::SaveFileOptions::SaveFileOptions |
( |
MeshFileFormat |
format, |
|
|
bool |
discontinuous |
|
) |
| |
|
inline |
Construct with the specified options.
- Parameters
-
format | The mesh format to save as |
discontinuous | Specifies to output any solution data as discontinuous cell data. |
◆ Discontinuous
bool ptems::SaveFileOptions::Discontinuous |
Specifies to output any solution data as discontinuous cell data.
Default is true for the following mesh formats and false for all others:
- Note
- This may cause vertices to be repeated depending on the mesh format
◆ Format
Specifies the mesh file format to use.
The documentation for this struct was generated from the following file: