Chombo + EB + MF  3.2
Public Member Functions | List of all members
AMRLevelOpFactory< T > Class Template Referenceabstract

#include <AMRMultiGrid.H>

Inheritance diagram for AMRLevelOpFactory< T >:
Inheritance graph
[legend]

Public Member Functions

virtual ~AMRLevelOpFactory ()
 
virtual AMRLevelOp< T > * AMRnewOp (const ProblemDomain &a_indexSpace)=0
 
virtual int refToFiner (const ProblemDomain &a_indexSpace) const =0
 
- Public Member Functions inherited from MGLevelOpFactory< T >
 MGLevelOpFactory ()
 Base class constructor. More...
 
virtual ~MGLevelOpFactory ()
 Destructor. More...
 
virtual MGLevelOp< T > * MGnewOp (const ProblemDomain &a_FineindexSpace, int a_depth, bool a_homoOnly=true)=0
 

Detailed Description

template<class T>
class AMRLevelOpFactory< T >

Factory to create AMRLevelOps

Constructor & Destructor Documentation

◆ ~AMRLevelOpFactory()

template<class T>
virtual AMRLevelOpFactory< T >::~AMRLevelOpFactory ( )
inlinevirtual

Member Function Documentation

◆ AMRnewOp()

template<class T>
virtual AMRLevelOp<T>* AMRLevelOpFactory< T >::AMRnewOp ( const ProblemDomain a_indexSpace)
pure virtual

◆ refToFiner()

template<class T>
virtual int AMRLevelOpFactory< T >::refToFiner ( const ProblemDomain a_indexSpace) const
pure virtual

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