COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
Fallback class if a concrete Quadrature doesn't implement a static function. More...
#include <QuadratureBase.hpp>
Public Types | |
typedef Eigen::Matrix< Real, nb_nodes, dimensionality > | LocalCoordsT |
typedef Eigen::Matrix< Real, 1, nb_nodes > | WeightsT |
Static Public Member Functions | |
static std::string | type_name () |
static const LocalCoordsT & | local_coordinates () |
static const WeightsT & | weights () |
Static Public Attributes | |
static const GeoShape::Type | shape = (GeoShape::Type) TR::shape |
static const Uint | dimensionality = (Uint) TR::dimensionality |
static const Uint | order = (Uint) TR::order |
static const Uint | nb_nodes = (Uint) TR::nb_nodes |
Static Private Member Functions | |
static void | throw_not_implemented (const common::CodeLocation &where) |
Fallback class if a concrete Quadrature doesn't implement a static function.
Implements all functions QuadratureT expects. When creating a new shape function, this list shows all the possible static functions that can be implemented and are recognized by the dynamic interface from Quadrature
QDR | Concrete shapefunction implementation with only static functions |
TR | Traits of the implementation, containing
|
Definition at line 42 of file QuadratureBase.hpp.
typedef Eigen::Matrix<Real, nb_nodes, dimensionality> LocalCoordsT |
Definition at line 57 of file QuadratureBase.hpp.
Definition at line 58 of file QuadratureBase.hpp.
|
static |
|
staticprivate |
|
inlinestatic |
Definition at line 53 of file QuadratureBase.hpp.
|
static |
Definition at line 49 of file QuadratureBase.hpp.
Definition at line 51 of file QuadratureBase.hpp.
Definition at line 50 of file QuadratureBase.hpp.
|
static |
Definition at line 48 of file QuadratureBase.hpp.
Send comments to: COOLFluiD Web Admin |