NEMoSys  0.63.0
A modular, extensible resource with robust automated mesh generation, mesh quality analysis, adaptive mesh refinement, and data transfer between arbitrary meshes.
cgnsAnalyzer.H File Reference

Go to the source code of this file.

Classes

class  solutionData
 
class  cgnsAnalyzer
 

Typedefs

using keyValueList = std::map< int, std::string >
 

Enumerations

enum  solution_type_t { solution_type_t::NODAL, solution_type_t::ELEMENTAL, solution_type_t::UNKNOWN }
 

Typedef Documentation

◆ keyValueList

using keyValueList = std::map<int, std::string>

Definition at line 61 of file cgnsAnalyzer.H.

Enumeration Type Documentation

◆ solution_type_t

enum solution_type_t
strong
Enumerator
NODAL 
ELEMENTAL 
UNKNOWN 

Definition at line 58 of file cgnsAnalyzer.H.