Chombo + EB  3.2
Public Member Functions | Private Member Functions | Private Attributes | List of all members
EBGraphFactory Class Reference

Factory class to produce EBGraph(es) More...

#include <EBGraphFactory.H>

Inheritance diagram for EBGraphFactory:
Inheritance graph
[legend]

Public Member Functions

virtual EBGraphcreate (const Box &a_box, int a_ncomps, const DataIndex &a_datInd) const
 
 EBGraphFactory (const ProblemDomain &a_domain)
 
virtual ~EBGraphFactory ()
 
virtual bool threadSafe () const
 
- Public Member Functions inherited from DataFactory< EBGraph >
virtual ~DataFactory ()
 
virtual bool callDelete () const
 

Private Member Functions

 EBGraphFactory ()
 

Private Attributes

ProblemDomain m_domain
 

Detailed Description

Factory class to produce EBGraph(es)

This is needed for LevelData construction.

Constructor & Destructor Documentation

◆ EBGraphFactory() [1/2]

EBGraphFactory::EBGraphFactory ( const ProblemDomain a_domain)

◆ ~EBGraphFactory()

virtual EBGraphFactory::~EBGraphFactory ( )
virtual

◆ EBGraphFactory() [2/2]

EBGraphFactory::EBGraphFactory ( )
inlineprivate

References MayDay::Error().

Member Function Documentation

◆ create()

virtual EBGraph* EBGraphFactory::create ( const Box a_box,
int  a_ncomps,
const DataIndex a_datInd 
) const
virtual

Creates an undefined EBGraph.

Implements DataFactory< EBGraph >.

◆ threadSafe()

virtual bool EBGraphFactory::threadSafe ( ) const
inlinevirtual

Reimplemented from DataFactory< EBGraph >.

Member Data Documentation

◆ m_domain

ProblemDomain EBGraphFactory::m_domain
private

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