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

Public Member Functions

 DoDiff (const Mesh &left, const Mesh &right, common::Action &differ, bool &mesh_equal)
 
template<typename NumberT >
void operator() (const NumberT)
 
template<typename ArrayT >
void apply ()
 

Public Attributes

const Meshm_left
 
const Meshm_right
 
common::Actionm_differ
 
bool & m_mesh_equal
 
std::string m_prefix
 

Detailed Description

Definition at line 47 of file MeshDiff.cpp.

Constructor & Destructor Documentation

DoDiff ( const Mesh left,
const Mesh right,
common::Action differ,
bool &  mesh_equal 
)
inline

Definition at line 49 of file MeshDiff.cpp.

Member Function Documentation

void apply ( )
inline

Definition at line 67 of file MeshDiff.cpp.

void operator() ( const NumberT  )
inline

Definition at line 60 of file MeshDiff.cpp.

Member Data Documentation

common::Action& m_differ

Definition at line 103 of file MeshDiff.cpp.

const Mesh& m_left

Definition at line 101 of file MeshDiff.cpp.

bool& m_mesh_equal

Definition at line 104 of file MeshDiff.cpp.

std::string m_prefix

Definition at line 105 of file MeshDiff.cpp.

const Mesh& m_right

Definition at line 102 of file MeshDiff.cpp.


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