GEOSX
Typedefs | Functions
and functions to defined statically initialized catalog

Typedefs

using geosx::FieldSpecificationBase::CatalogInterface = dataRepository::CatalogInterface< FieldSpecificationBase, string const &, dataRepository::Group *const >
 

Functions

static CatalogInterface::CatalogTypegeosx::FieldSpecificationBase::GetCatalog ()
 static function to return static catalog. More...
 
static string geosx::FieldSpecificationBase::CatalogName ()
 Static Factory Catalog Functions. More...
 
virtual const string geosx::FieldSpecificationBase::getCatalogName () const
 return the catalog name More...
 

Detailed Description

Typedef Documentation

◆ CatalogInterface

alias to define the catalog type for this base type

Definition at line 56 of file FieldSpecificationBase.hpp.

Function Documentation

◆ CatalogName()

static string geosx::FieldSpecificationBase::CatalogName ( )
inlinestatic

Static Factory Catalog Functions.

Returns
the catalog name

Definition at line 68 of file FieldSpecificationBase.hpp.

◆ GetCatalog()

static CatalogInterface::CatalogType& geosx::FieldSpecificationBase::GetCatalog ( )
static

static function to return static catalog.

Returns
the static catalog to create derived types through the static factory methods.

◆ getCatalogName()

virtual const string geosx::FieldSpecificationBase::getCatalogName ( ) const
inlinevirtual

return the catalog name

Returns
the catalog name

Reimplemented in geosx::SourceFluxBoundaryCondition, and geosx::DirichletBoundaryCondition.

Definition at line 74 of file FieldSpecificationBase.hpp.