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

Custom proto op to access element values in an LSS vector for a vector variable. More...

#include <LSSVectorOps.hpp>

Classes

struct  result
 Custom ops must implement the TR1 result_of protocol. More...
 
struct  result< This(DataT)>
 

Public Member Functions

template<typename StorageT , typename DataT >
const StorageT & operator() (StorageT &result, const DataT &data) const
 
void set_vector (const Handle< math::LSS::Vector > &v, const math::LSS::System &lss)
 

Public Attributes

Handle< math::LSS::Vectorvector
 
LSSIndexConverter index_converter
 
math::LSS::BlockAccumulator acc
 

Detailed Description

Custom proto op to access element values in an LSS vector for a vector variable.

Definition at line 85 of file LSSVectorOps.hpp.

Member Function Documentation

const StorageT& operator() ( StorageT &  result,
const DataT &  data 
) const
inline

Definition at line 98 of file LSSVectorOps.hpp.

void set_vector ( const Handle< math::LSS::Vector > &  v,
const math::LSS::System lss 
)
inline

Definition at line 117 of file LSSVectorOps.hpp.

Member Data Documentation

Definition at line 125 of file LSSVectorOps.hpp.

LSSIndexConverter index_converter

Definition at line 124 of file LSSVectorOps.hpp.

Definition at line 123 of file LSSVectorOps.hpp.


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