Expand description
Advanced Adaptive Mesh Refinement (AMR) with sophisticated error indicators
This module provides state-of-the-art adaptive mesh refinement techniques including gradient-based refinement, feature detection, load balancing, and hierarchical mesh management for complex PDE solutions.
Structs§
- AMRAdaptation
Result - AMR adaptation result
- Adaptive
Cell - Individual adaptive cell
- Adaptive
Mesh Level - Single level in adaptive mesh
- AdvancedAMR
Manager - Advanced AMR manager with multiple refinement strategies
- CellId
- Cell identifier
- Curvature
Refinement Criterion - Curvature-based refinement criterion
- Feature
Detection Criterion - Feature detection refinement criterion
- Geometric
Load Balancer - Zoltan-style geometric load balancer
- Gradient
Refinement Criterion - Gradient-based refinement criterion
- Mesh
Hierarchy - Hierarchical mesh structure supporting multiple levels
Enums§
- Feature
Type - Types of features to detect
- Partitioning
Method - Partitioning methods
- Refinement
Flag - Refinement action flags
Traits§
- Load
Balancer - Load balancing strategy trait
- Refinement
Criterion - Trait for refinement criteria