COOLFluiD  Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
Public Types | Static Public Member Functions | Public Attributes | Static Public Attributes | Private Member Functions | List of all members
GaussMappedCoords< Order, Shape > Struct Template Reference

Stores pre-computed mapped coords and weights for all gauss point locations. More...

#include <GaussImplementation.hpp>

Public Types

typedef GaussMappedCoordsImpl< Order, Shape >::CoordsT CoordsT
 
typedef GaussMappedCoordsImpl< Order, Shape >::WeightsT WeightsT
 

Static Public Member Functions

static const GaussMappedCoords< Order, Shape > & instance ()
 

Public Attributes

const CoordsT coords
 
const WeightsT weights
 

Static Public Attributes

static EIGEN_MAKE_ALIGNED_OPERATOR_NEW const Uint nb_points = GaussMappedCoordsImpl<Order, Shape>::nb_points
 

Private Member Functions

 GaussMappedCoords ()
 

Detailed Description

template<Uint Order, GeoShape::Type Shape>
struct cf3::mesh::Integrators::GaussMappedCoords< Order, Shape >

Stores pre-computed mapped coords and weights for all gauss point locations.

Definition at line 678 of file GaussImplementation.hpp.

Member Typedef Documentation

typedef GaussMappedCoordsImpl<Order, Shape>::CoordsT CoordsT

Definition at line 684 of file GaussImplementation.hpp.

typedef GaussMappedCoordsImpl<Order, Shape>::WeightsT WeightsT

Definition at line 685 of file GaussImplementation.hpp.

Constructor & Destructor Documentation

GaussMappedCoords ( )
inlineprivate

Definition at line 698 of file GaussImplementation.hpp.

Member Function Documentation

static const GaussMappedCoords<Order, Shape>& instance ( )
inlinestatic

Definition at line 690 of file GaussImplementation.hpp.

Member Data Documentation

const CoordsT coords

Definition at line 687 of file GaussImplementation.hpp.

EIGEN_MAKE_ALIGNED_OPERATOR_NEW const Uint nb_points = GaussMappedCoordsImpl<Order, Shape>::nb_points
static

Definition at line 682 of file GaussImplementation.hpp.

const WeightsT weights

Definition at line 688 of file GaussImplementation.hpp.


The documentation for this struct was generated from the following file:
Send comments to:
COOLFluiD Web Admin