|
IBAMR
IBAMR version 0.19.
|
#include <ibtk/config.h>#include "ibtk/QuadratureCache.h"#include "ibtk/SAMRAIDataCache.h"#include "ibtk/ibtk_enums.h"#include "ibtk/ibtk_utilities.h"#include "CellVariable.h"#include "IntVector.h"#include "PatchHierarchy.h"#include "RefineSchedule.h"#include "VariableContext.h"#include "tbox/Pointer.h"#include "tbox/Serializable.h"#include "libmesh/dof_map.h"#include "libmesh/elem.h"#include "libmesh/enum_order.h"#include "libmesh/enum_quadrature_type.h"#include "libmesh/equation_systems.h"#include "libmesh/linear_solver.h"#include "libmesh/numeric_vector.h"#include "libmesh/petsc_vector.h"#include "libmesh/quadrature.h"#include "libmesh/sparse_matrix.h"#include "libmesh/system.h"#include <boost/multi_array.hpp>#include <map>#include <memory>#include <string>#include <unordered_map>#include <utility>#include <vector>Classes | |
| class | SAMRAI::geom::CartesianPatchGeometry< DIM > |
| class | SAMRAI::hier::BasePatchHierarchy< DIM > |
| class | IBTK::FEData |
| class | IBTK::FEData::SystemDofMapCache |
| class | IBTK::SubdomainToPatchLevelTranslation |
| class | IBTK::FEDataManager |
| Class FEDataManager coordinates data required for Lagrangian-Eulerian interaction between a Lagrangian finite element (FE) mesh. In particular, the FEData member object stores the necessary finite element data while this class stores additional data dependent on the Eulerian grid. More... | |
| struct | IBTK::FEDataManager::InterpSpec |
| Struct InterpSpec encapsulates data needed to specify the manner in which Eulerian-to-Lagrangian interpolation is performed when using an FE structural discretization. More... | |
| struct | IBTK::FEDataManager::SpreadSpec |
| Struct SpreadSpec encapsulates data needed to specify the manner in which Lagrangian-to-Eulerian spreading is performed when using an FE structural discretization. More... | |
| struct | IBTK::FEDataManager::WorkloadSpec |
| Struct WorkloadSpec encapsulates the parameters used to calculate workload estimates (i.e., the input to the load balancing algorithm). More... | |
Namespaces | |
| IBTK | |
| SAMRAI | |
| SAMRAI::geom | |
| SAMRAI::hier | |
| SAMRAI::tbox | |
1.8.17