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

#include <GaussImplementation.hpp>

Public Types

typedef Eigen::Matrix< Real, 3, nb_pointsCoordsT
 
typedef Eigen::Matrix< Real, 1, nb_pointsWeightsT
 

Static Public Member Functions

static CoordsT coords ()
 
static WeightsT weights ()
 

Static Public Attributes

static const Uint nb_points = Order*Order*Order
 

Detailed Description

template<Uint Order>
struct cf3::mesh::Integrators::GaussMappedCoordsImpl< Order, GeoShape::HEXA >

Definition at line 615 of file GaussImplementation.hpp.

Member Typedef Documentation

typedef Eigen::Matrix<Real, 3, nb_points> CoordsT

Definition at line 619 of file GaussImplementation.hpp.

typedef Eigen::Matrix<Real, 1, nb_points> WeightsT

Definition at line 620 of file GaussImplementation.hpp.

Member Function Documentation

static CoordsT coords ( )
inlinestatic

Definition at line 622 of file GaussImplementation.hpp.

static WeightsT weights ( )
inlinestatic

Definition at line 648 of file GaussImplementation.hpp.

Member Data Documentation

const Uint nb_points = Order*Order*Order
static

Definition at line 617 of file GaussImplementation.hpp.


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