dune-fem  2.4.1-rc
Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
Dune::Fem::CodegenInfo Class Reference

#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/space/basisfunctionset/codegen.hh>

Public Member Functions

void clear ()
 clear all registered entries More...
 
void setPath (const std::string &path)
 overwrite path More...
 
void setFileName (const std::string &filename)
 overwrite filename More...
 
template<class BaseSet >
void addDimRange (const BaseSet *baseSet, const int dimRange)
 
void addEntry (const std::string &fileprefix, codegenfunc_t *codegenfunc, const int dim, const int dimRange, const int quadNop, const int numBase)
 
void finalize () const
 
void dumpInfo () const
 

Static Public Member Functions

static CodegenInfoinstance ()
 

Protected Member Functions

int exists (const std::string &filename) const
 
bool checkAbort () const
 

Member Function Documentation

template<class BaseSet >
void Dune::Fem::CodegenInfo::addDimRange ( const BaseSet *  baseSet,
const int  dimRange 
)
inline
void Dune::Fem::CodegenInfo::addEntry ( const std::string &  fileprefix,
codegenfunc_t *  codegenfunc,
const int  dim,
const int  dimRange,
const int  quadNop,
const int  numBase 
)
inline
bool Dune::Fem::CodegenInfo::checkAbort ( ) const
inlineprotected
void Dune::Fem::CodegenInfo::clear ( )
inline

clear all registered entries

void Dune::Fem::CodegenInfo::dumpInfo ( ) const
inline
int Dune::Fem::CodegenInfo::exists ( const std::string &  filename) const
inlineprotected
void Dune::Fem::CodegenInfo::finalize ( ) const
inline
static CodegenInfo& Dune::Fem::CodegenInfo::instance ( )
inlinestatic
void Dune::Fem::CodegenInfo::setFileName ( const std::string &  filename)
inline

overwrite filename

void Dune::Fem::CodegenInfo::setPath ( const std::string &  path)
inline

overwrite path

References path.


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