DNDSR 0.1.0.dev1+gcd065ad
Distributed Numeric Data Structure for CFV
Loading...
Searching...
No Matches
DNDS::Geom::ElemInfo Struct Reference

#include <Mesh_DeviceView.hpp>

Public Member Functions

DNDS_DEVICE_CALLABLE Elem::ElemType getElemType () const
 
DNDS_DEVICE_CALLABLE void setElemType (Elem::ElemType t)
 

Static Public Member Functions

static MPI_Datatype CommType ()
 
static int CommMult ()
 
static std::string pybind11_name ()
 

Public Attributes

t_index type = static_cast<t_index>(Elem::UnknownElem)
 
t_index zone = INTERNAL_ZONE
 positive for BVnum, 0 for internal Elems, Negative for ?
 

Detailed Description

Definition at line 16 of file Mesh_DeviceView.hpp.

Member Function Documentation

◆ CommMult()

static int DNDS::Geom::ElemInfo::CommMult ( )
inlinestatic

Definition at line 48 of file Mesh_DeviceView.hpp.

Here is the caller graph for this function:

◆ CommType()

static MPI_Datatype DNDS::Geom::ElemInfo::CommType ( )
inlinestatic

Definition at line 43 of file Mesh_DeviceView.hpp.

Here is the caller graph for this function:

◆ getElemType()

DNDS_DEVICE_CALLABLE Elem::ElemType DNDS::Geom::ElemInfo::getElemType ( ) const
inline

Definition at line 24 of file Mesh_DeviceView.hpp.

Here is the caller graph for this function:

◆ pybind11_name()

static std::string DNDS::Geom::ElemInfo::pybind11_name ( )
inlinestatic

Definition at line 49 of file Mesh_DeviceView.hpp.

◆ setElemType()

DNDS_DEVICE_CALLABLE void DNDS::Geom::ElemInfo::setElemType ( Elem::ElemType  t)
inline

Definition at line 29 of file Mesh_DeviceView.hpp.

Here is the caller graph for this function:

Member Data Documentation

◆ type

t_index DNDS::Geom::ElemInfo::type = static_cast<t_index>(Elem::UnknownElem)

Definition at line 18 of file Mesh_DeviceView.hpp.

◆ zone

t_index DNDS::Geom::ElemInfo::zone = INTERNAL_ZONE

positive for BVnum, 0 for internal Elems, Negative for ?

Definition at line 20 of file Mesh_DeviceView.hpp.


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