Serac  0.1
Serac is an implicit thermal strucural mechanics simulation code.
Static Public Member Functions | Public Attributes | List of all members
serac::mesh::InputOptions Struct Reference

Container for the mesh input options. More...

#include <mesh_utils.hpp>

Static Public Member Functions

static void defineInputFileSchema (axom::inlet::Container &container)
 Input file parameters for mesh generation. More...
 

Public Attributes

std::variant< FileInputOptions, BoxInputOptions, NBallInputOptionsextra_options
 The mesh input options (either file or generated)
 
int ser_ref_levels
 The number of serial refinement levels.
 
int par_ref_levels
 The number of parallel refinement levels.
 

Detailed Description

Container for the mesh input options.

Definition at line 27 of file mesh_utils.hpp.

Member Function Documentation

◆ defineInputFileSchema()

void serac::mesh::InputOptions::defineInputFileSchema ( axom::inlet::Container &  container)
static

Input file parameters for mesh generation.

Parameters
[in]containerInlet container on which the input schema will be defined

Definition at line 394 of file mesh_utils.cpp.


The documentation for this struct was generated from the following files: