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

Go to the source code of this file.

Namespaces

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

Functions

DNDS_DEVICE_CALLABLE constexpr t_real DNDS::Geom::Elem::ParamSpaceVolume (ParamSpace ps)
 Get the volume of a parametric space.
 
DNDS_DEVICE_CALLABLE constexpr ElemType DNDS::Geom::Elem::ParamSpaceO1Elem (ParamSpace ps)
 Get the order-1 (linear) element type for a parametric space.
 
template<typename Func >
DNDS_DEVICE_CALLABLE constexpr decltype(autoDNDS::Geom::Elem::DispatchElementType (ElemType t, Func &&func)
 Static dispatch over element types at compile time.