|
PhysicsBasedAnimationToolkit 0.0.10
Cross-platform C++20 library of algorithms and data structures commonly used in computer graphics research on physically-based simulation.
|
Finite element mesh API and implementation. More...
#include "Concepts.h"#include "Jacobian.h"#include "pbat/Aliases.h"#include "pbat/common/Concepts.h"#include "pbat/common/Eigen.h"#include "pbat/io/Archive.h"#include "pbat/math/Rational.h"#include "pbat/profiling/Profiling.h"#include <algorithm>#include <exception>#include <map>#include <numeric>#include <ranges>Go to the source code of this file.
Classes | |
| struct | pbat::fem::Mesh< TElement, Dims, TScalar, TIndex > |
| A generic stateful finite element mesh representation. More... | |
Namespaces | |
| namespace | pbat |
| The main namespace of the library. | |
| namespace | pbat::fem |
| Finite Element Method (FEM) | |
Finite element mesh API and implementation.