PhysicsBasedAnimationToolkit 0.0.10
Cross-platform C++20 library of algorithms and data structures commonly used in computer graphics research on physically-based simulation.
|
SymmetricLaplacianMatrix API and implementation. More...
#include "Concepts.h"
#include <exception>
#include <fmt/core.h>
#include <pbat/Aliases.h>
#include <pbat/common/Eigen.h>
#include <pbat/profiling/Profiling.h>
#include <tbb/parallel_for.h>
Go to the source code of this file.
Classes | |
struct | pbat::fem::SymmetricLaplacianMatrix< TMesh > |
A matrix-free representation of the symmetric part of the Laplacian \(\Delta u\) of a finite element discretized function \( u(X) \) under Galerkin projection. More... | |
Namespaces | |
namespace | pbat |
The main namespace of the library. | |
namespace | pbat::fem |
Finite Element Method (FEM) | |
SymmetricLaplacianMatrix API and implementation.