IBAMR  IBAMR version 0.19.
Public Member Functions | List of all members
SAMRAI::tbox::DatabaseFactory Class Referenceabstract

Abstract base class factory used to build Database objects. More...

#include <tbox/DatabaseFactory.h>

Inheritance diagram for SAMRAI::tbox::DatabaseFactory:
Inheritance graph
[legend]

Public Member Functions

virtual Pointer< Databaseallocate (const std::string &name)=0
 

Detailed Description

Used to build database objects. For example, RestartManager may use a DatabaseFactory to build databases when creating a restart file.

Member Function Documentation

◆ allocate()

virtual Pointer<Database> SAMRAI::tbox::DatabaseFactory::allocate ( const std::string &  name)
pure virtual

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