| 
    GEOS
    
   | 
 
Typedefs | |
| using | geos::FieldSpecificationBase::CatalogInterface = dataRepository::CatalogInterface< FieldSpecificationBase, string const &, dataRepository::Group *const > | 
Enumerations | |
| enum class | geos::FieldSpecificationBase::SetErrorMode : integer { silent , error , warning } | 
| Indicate the error handling mode.  | |
Functions | |
| static CatalogInterface::CatalogType & | geos::FieldSpecificationBase::getCatalog () | 
| static function to return static catalog.  More... | |
| static string | geos::FieldSpecificationBase::catalogName () | 
| Static Factory Catalog Functions.  More... | |
| virtual const string | geos::FieldSpecificationBase::getCatalogName () const | 
| return the catalog name  More... | |
| using geos::FieldSpecificationBase::CatalogInterface = dataRepository::CatalogInterface< FieldSpecificationBase, string const &, dataRepository::Group * const > | 
alias to define the catalog type for this base type
Definition at line 56 of file FieldSpecificationBase.hpp.
      
  | 
  inlinestatic | 
Static Factory Catalog Functions.
Definition at line 80 of file FieldSpecificationBase.hpp.
      
  | 
  static | 
static function to return static catalog.
      
  | 
  inlinevirtual | 
return the catalog name
Reimplemented in geos::SourceFluxBoundaryCondition, and geos::DirichletBoundaryCondition.
Definition at line 86 of file FieldSpecificationBase.hpp.