Intrepid2
Macros
Intrepid2_CellDataDef.hpp File Reference

Definition file for the classes: Intrepid2::RefSubcellParametrization, Intrepid2::RefCellNodes, Intrepid2::RefCellCenter. More...

Go to the source code of this file.

Macros

#define DefineStaticRefParametrization(obj)
 
#define DefineStaticRefNodes(obj)
 
#define DefineStaticRefCenter(obj)
 

Detailed Description

Definition file for the classes: Intrepid2::RefSubcellParametrization, Intrepid2::RefCellNodes, Intrepid2::RefCellCenter.

Author
Kyungjoo Kim
Mauro Perego

Definition in file Intrepid2_CellDataDef.hpp.

Macro Definition Documentation

#define DefineStaticRefCenter (   obj)
Value:
template<typename DeviceType> \
typename RefCellCenter<DeviceType>::ViewType \
RefCellCenter<DeviceType>:: \
obj = typename RefCellCenter<DeviceType>::ViewType();

Definition at line 826 of file Intrepid2_CellDataDef.hpp.

#define DefineStaticRefNodes (   obj)
Value:
template<typename DeviceType> \
typename RefCellNodes<DeviceType>::ViewType \
RefCellNodes<DeviceType>:: \
obj = typename RefCellNodes<DeviceType>::ViewType();

Definition at line 578 of file Intrepid2_CellDataDef.hpp.

#define DefineStaticRefParametrization (   obj)
Value:
template<typename DeviceType> \
typename RefSubcellParametrization<DeviceType>::ViewType \
RefSubcellParametrization<DeviceType>:: \
obj = typename RefSubcellParametrization<DeviceType>::ViewType();

Definition at line 413 of file Intrepid2_CellDataDef.hpp.