PolyFEM
Loading...
Searching...
No Matches
polyfem::utils::GeogramUtils Class Reference

#include <GeogramUtils.hpp>

Public Member Functions

void initialize ()
 
void set_logger (spdlog::logger &logger)
 

Static Public Member Functions

static GeogramUtilsinstance ()
 

Private Member Functions

 GeogramUtils ()
 

Private Attributes

bool initialized = false
 

Detailed Description

Definition at line 7 of file GeogramUtils.hpp.

Constructor & Destructor Documentation

◆ GeogramUtils()

polyfem::utils::GeogramUtils::GeogramUtils ( )
inlineprivate

Definition at line 23 of file GeogramUtils.hpp.

Member Function Documentation

◆ initialize()

void polyfem::utils::GeogramUtils::initialize ( )

Definition at line 57 of file GeogramUtils.cpp.

References initialized.

Referenced by polyfem::OptState::OptState(), and polyfem::State::State().

Here is the caller graph for this function:

◆ instance()

static GeogramUtils & polyfem::utils::GeogramUtils::instance ( )
inlinestatic

Definition at line 11 of file GeogramUtils.hpp.

Referenced by polyfem::OptState::create_states(), polyfem::State::init_logger(), polyfem::OptState::OptState(), and polyfem::State::State().

Here is the caller graph for this function:

◆ set_logger()

void polyfem::utils::GeogramUtils::set_logger ( spdlog::logger &  logger)

Definition at line 76 of file GeogramUtils.cpp.

References polyfem::logger().

Referenced by polyfem::OptState::create_states(), and polyfem::State::init_logger().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ initialized

bool polyfem::utils::GeogramUtils::initialized = false
private

Definition at line 25 of file GeogramUtils.hpp.

Referenced by initialize().


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