COOLFluiD  Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
Classes | Public Types | Static Public Member Functions | List of all members
Line< P > Class Template Reference

#include <Line.hpp>

Inherits QuadratureBase< Line_traits< P > >.

Classes

struct  GaussLegendreQuadrature
 

Public Types

typedef QuadratureBase< Line_traits< P > >::LocalCoordsT LocalCoordsT
 
typedef QuadratureBase< Line_traits< P > >::WeightsT WeightsT
 
- Public Types inherited from QuadratureBase< Line_traits< P > >
typedef Eigen::Matrix< Real, nb_nodes, dimensionalityLocalCoordsT
 
typedef Eigen::Matrix< Real, 1, nb_nodesWeightsT
 

Static Public Member Functions

static const LocalCoordsTlocal_coordinates ()
 
static const WeightsTweights ()
 
- Static Public Member Functions inherited from QuadratureBase< Line_traits< P > >
static std::string type_name ()
 
static const LocalCoordsTlocal_coordinates ()
 
static const WeightsTweights ()
 

Additional Inherited Members

- Static Public Attributes inherited from QuadratureBase< Line_traits< P > >
static const GeoShape::Type shape
 
static const Uint dimensionality
 
static const Uint order
 
static const Uint nb_nodes
 

Detailed Description

template<Uint P>
class cf3::mesh::gausslegendre::Line< P >

/// Reference domain: <-1,1>
/// 
See also
Quadrature for documentation on undocumented static functions

Definition at line 37 of file Line.hpp.

Member Typedef Documentation

Definition at line 40 of file Line.hpp.

Definition at line 41 of file Line.hpp.

Member Function Documentation

const Line< P >::LocalCoordsT & local_coordinates ( )
static

Definition at line 85 of file Line.hpp.

const Line< P >::WeightsT & weights ( )
static

Definition at line 76 of file Line.hpp.


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