COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
#include <Point.hpp>
Public Types | |
typedef Eigen::Matrix< Real, 3, 1 > | MappedCoordsT |
typedef Eigen::Matrix< Real, 1, nb_nodes > | ValueT |
typedef Eigen::Matrix< Real, 3, nb_nodes > | GradientT |
Static Public Member Functions | |
static std::string | type_name () |
static const RealMatrix & | local_coordinates () |
static const RealMatrix & | face_normals () |
static void | compute_value (const MappedCoordsT &mapped_coord, ValueT &result) |
static void | compute_gradient (const MappedCoordsT &mapped_coord, GradientT &result) |
static const RealMatrix & | mononomial_coefficients () |
static const RealMatrix & | mononomial_exponents () |
static ValueT | value (const MappedCoordsT &mapped_coord) |
static GradientT | gradient (const MappedCoordsT &mapped_coord) |
Static Public Attributes | |
static const GeoShape::Type | shape = (GeoShape::Type) Point_traits::shape |
static const Uint | nb_nodes = (Uint) Point_traits::nb_nodes |
static const Uint | nb_faces = (Uint) Point_traits::nb_faces |
static const Uint | dimensionality = (Uint) Point_traits::dimensionality |
static const Uint | order = (Uint) Point_traits::order |
/// Local connectivity: /// /// 0 /// Reference domain: <0,0> ///
typedef Eigen::Matrix<Real, 3, 1 > MappedCoordsT |
|
static |
|
static |
|
static |
|
inlinestatic |
|
static |
|
static |
|
static |
|
inlinestatic |
|
static |
Send comments to: COOLFluiD Web Admin |