PolyFEM
|
#include <polyfem/State.hpp>
#include <polyfem/utils/Types.hpp>
#include <polyfem/utils/Timer.hpp>
#include <unordered_map>
#include <variant>
Go to the source code of this file.
Classes | |
class | polyfem::mesh::Remesher |
struct | polyfem::mesh::Remesher::GlobalProjectionCache |
Namespaces | |
namespace | polyfem |
namespace | polyfem::time_integrator |
namespace | polyfem::mesh |
Macros | |
#define | POLYFEM_REMESHER_SCOPED_TIMER(name) polyfem::utils::Timer __polyfem_timer(Remesher::timings[name]) |
#define POLYFEM_REMESHER_SCOPED_TIMER | ( | name | ) | polyfem::utils::Timer __polyfem_timer(Remesher::timings[name]) |
Definition at line 15 of file Remesher.hpp.