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

#include <BlockAccumulator.hpp>

Inherits transform_impl< ExprT, State, DataT >.

Public Types

typedef void result_type
 Contrary to general C++ assignment, assigning to a LSS doesn't return anything. More...
 

Public Member Functions

template<typename LSST , typename RhsT >
void assign_single_variable (LSST &lss_term, const RhsT &rhs, typename impl::data_param data, const Uint var_offset) const
 
result_type operator() (typename impl::expr_param expr, typename impl::state_param state, typename impl::data_param data) const
 

Detailed Description

template<typename ExprT, typename State, typename DataT>
struct cf3::solver::actions::Proto::RHSAccumulator::impl< ExprT, State, DataT >

Definition at line 223 of file BlockAccumulator.hpp.

Member Typedef Documentation

typedef void result_type

Contrary to general C++ assignment, assigning to a LSS doesn't return anything.

Definition at line 226 of file BlockAccumulator.hpp.

Member Function Documentation

void assign_single_variable ( LSST &  lss_term,
const RhsT &  rhs,
typename impl< ExprT, State, DataT >::data_param  data,
const Uint  var_offset 
) const
inline

Definition at line 229 of file BlockAccumulator.hpp.

result_type operator() ( typename impl< ExprT, State, DataT >::expr_param  expr,
typename impl< ExprT, State, DataT >::state_param  state,
typename impl< ExprT, State, DataT >::data_param  data 
) const
inline

Definition at line 261 of file BlockAccumulator.hpp.


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