DNDSR 0.1.0.dev1+gcd065ad
Distributed Numeric Data Structure for CFV
Loading...
Searching...
No Matches
Mesh.hpp File Reference
Include dependency graph for Mesh.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  DNDS::Geom::UnstructuredMesh
 
struct  DNDS::Geom::UnstructuredMesh::HDF5OutSetting
 
struct  DNDS::Geom::UnstructuredMesh::ElevationInfo
 
struct  DNDS::Geom::UnstructuredMesh::WallDistOptions
 
struct  DNDS::Geom::PartitionOptions
 
struct  DNDS::Geom::UnstructuredMeshSerialRW
 

Namespaces

namespace  DNDS
 the host side operators are provided as implemented
 
namespace  DNDS::Direct
 
namespace  DNDS::Geom
 

Typedefs

using DNDS::Geom::tFDataFieldName = std::function< std::string(int)>
 
using DNDS::Geom::tFDataFieldQuery = tFGetData
 

Enumerations

enum class  DNDS::Geom::MeshLoc : uint8_t { DNDS::Geom::Unknown = 0 , DNDS::Geom::Node = 1 , DNDS::Geom::Face = 3 , DNDS::Geom::Cell = 4 }
 
enum  DNDS::Geom::MeshReaderMode { DNDS::Geom::UnknownMode , DNDS::Geom::SerialReadAndDistribute , DNDS::Geom::SerialOutput }