Loading [MathJax]/extensions/tex2jax.js
PolyFEM
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
y
z
Variables
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
x
y
z
Typedefs
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Typedefs
b
c
d
e
f
g
h
l
m
n
o
p
q
s
t
v
Enumerations
Related Symbols
a
c
e
g
i
l
o
p
s
Files
File List
File Members
All
_
a
c
d
e
f
g
h
i
j
l
m
o
p
q
r
s
t
u
v
w
x
y
z
Functions
Variables
_
a
c
d
e
f
g
i
l
m
q
s
t
v
w
x
y
z
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
GeogramUtils.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include "
Logger.hpp
"
4
5
namespace
polyfem::utils
6
{
7
class
GeogramUtils
8
{
9
10
public
:
11
static
GeogramUtils
&
instance
()
12
{
13
static
GeogramUtils
singleton;
14
15
return
singleton;
16
}
11
static
GeogramUtils
&
instance
() {
…
}
17
18
void
initialize
();
19
20
void
set_logger
(spdlog::logger &
logger
);
21
22
private
:
23
GeogramUtils
() {}
24
25
bool
initialized
=
false
;
26
};
7
class
GeogramUtils
{
…
};
27
}
// namespace polyfem::utils
Logger.hpp
polyfem::utils::GeogramUtils
Definition
GeogramUtils.hpp:8
polyfem::utils::GeogramUtils::set_logger
void set_logger(spdlog::logger &logger)
Definition
GeogramUtils.cpp:76
polyfem::utils::GeogramUtils::instance
static GeogramUtils & instance()
Definition
GeogramUtils.hpp:11
polyfem::utils::GeogramUtils::initialize
void initialize()
Definition
GeogramUtils.cpp:57
polyfem::utils::GeogramUtils::GeogramUtils
GeogramUtils()
Definition
GeogramUtils.hpp:23
polyfem::utils::GeogramUtils::initialized
bool initialized
Definition
GeogramUtils.hpp:25
polyfem::utils
Definition
PeriodicBoundary.cpp:22
polyfem::logger
spdlog::logger & logger()
Retrieves the current logger.
Definition
Logger.cpp:42
src
polyfem
utils
GeogramUtils.hpp
Generated by
1.9.8