COOLFluiD  Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
Classes | Public Types | Public Member Functions | Public Attributes | List of all members
VolumeSFFixture Struct Reference

Classes

struct  MakeSFNodesPair
 Functor to create a fusion pair between a shape function and its node matrix. More...
 
struct  VolumeMPLFunctor
 Applies a functor if the element is a volume element. More...
 

Public Types

typedef boost::fusion::result_of::as_map< boost::mpl::transform_view< TestTypes, MakeSFNodesPair< boost::mpl::_1 > > >::type NodesMapT
 Map between a shape function and its node matrix. Used to store nodes for each possible test. More...
 

Public Member Functions

 VolumeSFFixture ()
 common setup for each test case More...
 

Public Attributes

const NodesMapT nodes
 

Detailed Description

Definition at line 121 of file utest-volume-sf.cpp.

Member Typedef Documentation

typedef boost::fusion::result_of::as_map< boost::mpl::transform_view < TestTypes, MakeSFNodesPair<boost::mpl::_1> > >::type NodesMapT

Map between a shape function and its node matrix. Used to store nodes for each possible test.

Definition at line 138 of file utest-volume-sf.cpp.

Constructor & Destructor Documentation

VolumeSFFixture ( )
inline

common setup for each test case

Definition at line 141 of file utest-volume-sf.cpp.

Member Data Documentation

const NodesMapT nodes

Definition at line 230 of file utest-volume-sf.cpp.


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