COOLFluiD  Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
Static Public Member Functions | List of all members
JacobianOp::impl< ExprT, StateT, DataT > Struct Template Reference

#include <ElementOperations.hpp>

Inherits MappedOpBase< ExprT, StateT, DataT, impl< ExprT, StateT, DataT >, ResultType >.

Static Public Member Functions

static impl::result_type apply (const typename impl::SupportT &support)
 
static impl::result_type apply (const typename impl::SupportT &support, const typename impl::MappedCoordsT &mapped_coords)
 

Additional Inherited Members

- Public Types inherited from MappedOpBase< ExprT, StateT, DataT, impl< ExprT, StateT, DataT >, ResultType >
typedef boost::remove_reference< DataT >::type::SupportT SupportT
 Type of the geometric support. More...
 
typedef SupportT::EtypeT::MappedCoordsT MappedCoordsT
 Type of the mapped coordinates. More...
 
typedef ResultType< SupportT >::type result_type
 
- Public Member Functions inherited from MappedOpBase< ExprT, StateT, DataT, impl< ExprT, StateT, DataT >, ResultType >
result_type operator() (typename MappedOpBase::expr_param expr, typename MappedOpBase::state_param, typename MappedOpBase::data_param data)
 
result_type dispatch (boost::mpl::int_< 0 >, typename MappedOpBase::expr_param, typename MappedOpBase::data_param data)
 Only the variable as function argument, matrices are precomputed, no mapped coords needed. More...
 
result_type dispatch (boost::mpl::int_< 2 >, typename MappedOpBase::expr_param expr, typename MappedOpBase::data_param data)
 Mapped coordinates were supplied as an argument. More...
 

Detailed Description

template<typename ExprT, typename StateT, typename DataT>
struct cf3::solver::actions::Proto::JacobianOp::impl< ExprT, StateT, DataT >

Definition at line 219 of file ElementOperations.hpp.

Member Function Documentation

static impl::result_type apply ( const typename impl< ExprT, StateT, DataT >::SupportT support)
inlinestatic

Definition at line 221 of file ElementOperations.hpp.

static impl::result_type apply ( const typename impl< ExprT, StateT, DataT >::SupportT support,
const typename impl< ExprT, StateT, DataT >::MappedCoordsT mapped_coords 
)
inlinestatic

Definition at line 226 of file ElementOperations.hpp.


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