libMesh
Public Member Functions | Private Member Functions | List of all members
libMesh::CachingSetup Class Reference
Inheritance diagram for libMesh::CachingSetup:
[legend]

Public Member Functions

 ~CachingSetup ()
 

Private Member Functions

void setup ()
 Setup method. More...
 

Detailed Description

Definition at line 50 of file fe.C.

Constructor & Destructor Documentation

◆ ~CachingSetup()

libMesh::CachingSetup::~CachingSetup ( )
inline

Definition at line 55 of file fe.C.

References libMesh::caching.

55 { delete caching; caching = nullptr; }
static const bool * caching
Definition: fe.C:48

Member Function Documentation

◆ setup()

void libMesh::CachingSetup::setup ( )
inlineprivatevirtual

Setup method.

Importantly, this is called after main() from the LibMeshInit constructor.

Implements libMesh::Singleton::Setup.

Definition at line 53 of file fe.C.

References libMesh::caching, and libMesh::on_command_line().

53 { caching = new bool(!on_command_line("--disable-caching")); }
static const bool * caching
Definition: fe.C:48
bool on_command_line(std::string arg)
Definition: libmesh.C:987

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