dune-fem  2.4.1-rc
Static Public Member Functions | Protected Member Functions | List of all members
Dune::Fem::ALUGridWriter< GridPartType, IndexSetType > Class Template Reference

#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/misc/alugridwriter.hh>

Static Public Member Functions

static void dumpMacroGrid (const GridPartType &gridPart, const IndexSetType &indexSet, const std::string &filename, const int p=-1)
 

Protected Member Functions

 ALUGridWriter (const GridPartType &gridPart, const IndexSetType &indexSet)
 
void write (const std::string &filename, const int rank) const
 
int getIndex (const Entity &entity, const int i) const
 
template<class ElementTopo >
void writeElements (std::ostream &out) const
 
template<class ElementTopo >
void writeBoundaries (std::ostream &out) const
 

Constructor & Destructor Documentation

template<class GridPartType, class IndexSetType>
Dune::Fem::ALUGridWriter< GridPartType, IndexSetType >::ALUGridWriter ( const GridPartType &  gridPart,
const IndexSetType &  indexSet 
)
inlineprotected

Member Function Documentation

template<class GridPartType, class IndexSetType>
static void Dune::Fem::ALUGridWriter< GridPartType, IndexSetType >::dumpMacroGrid ( const GridPartType &  gridPart,
const IndexSetType &  indexSet,
const std::string &  filename,
const int  p = -1 
)
inlinestatic
template<class GridPartType, class IndexSetType>
int Dune::Fem::ALUGridWriter< GridPartType, IndexSetType >::getIndex ( const Entity &  entity,
const int  i 
) const
inlineprotected
template<class GridPartType, class IndexSetType>
void Dune::Fem::ALUGridWriter< GridPartType, IndexSetType >::write ( const std::string &  filename,
const int  rank 
) const
inlineprotected
template<class GridPartType, class IndexSetType>
template<class ElementTopo >
void Dune::Fem::ALUGridWriter< GridPartType, IndexSetType >::writeBoundaries ( std::ostream &  out) const
inlineprotected
template<class GridPartType, class IndexSetType>
template<class ElementTopo >
void Dune::Fem::ALUGridWriter< GridPartType, IndexSetType >::writeElements ( std::ostream &  out) const
inlineprotected

The documentation for this class was generated from the following file: