1#ifndef PBAT_SIM_VBD_MULTIGRID_HIERARCHY_H
2#define PBAT_SIM_VBD_MULTIGRID_HIERARCHY_H
5#include "pbat/sim/vbd/Data.h"
6#include "pbat/sim/vbd/Mesh.h"
19 std::vector<VolumeMesh> cages,
PBAT's Vertex Block Descent (VBD) anka2024vbd API.
Definition AndersonIntegrator.cpp:10
PBAT simulation algorithms.
The main namespace of the library.
Definition Aliases.h:15
Eigen::Vector< Index, Eigen::Dynamic > IndexVectorX
Dynamic-size index vector type.
Definition Aliases.h:49
VBD simulation configuration.
Definition Data.h:15
std::vector< Level > levels
Coarse levels.
Definition Hierarchy.h:24
Data data
Root level.
Definition Hierarchy.h:23
IndexVectorX siters
|#cages+1| max smoother iterations at each level, starting from the root
Definition Hierarchy.h:28
IndexVectorX cycle
Definition Hierarchy.h:25