Amandus: Simulations based on multilevel Schwarz methods
Files | Classes
Postprocessing

Utilities for further processing of the solution. More...

Files

file  adaptivity.h
 Utilities for adaptive mesh refinement.
 
file  refine_strategy.h
 Refine Strategies.
 

Classes

class  Remesher< VECTOR, dim >
 Base class for remeshing operators. More...
 
class  InterpolatingRemesher< VECTOR, dim >
 Remesher that interpolates stored vectors upon refinement. More...
 
class  AllInterpolatingRemesher< VECTOR, dim >
 Interpolating remesher which interpolates all vectors. More...
 
class  UniformRemesher< VECTOR, dim >
 Remesher interpolating all vectors for uniform refinement. Refines the mesh and interpolates all the vectors it received. More...
 
class  ErrorRemesher< VECTOR, dim >
 Remesher interpolating all vectors and using an ErrorIntegrator to calculate criterion. More...
 
class  EstimateRemesher< VECTOR, dim >
 Remesher interpolating all vectors and using an estimator integrator to calculate criterion. More...
 
class  AmandusRefineStrategy< dim >
 abstract base class AmandusRefineStrategy More...
 
class  RefineStrategy::MarkUniform< dim >
 mark all, i.e. uniform refinement More...
 
class  RefineStrategy::MarkMaximum< dim >
 mark with maximum criterium More...
 
class  RefineStrategy::MarkBulk< dim >
 mark with bulk criterion More...
 
class  RefineStrategy::MarkOptimize< dim >
 mark optimize More...
 

Detailed Description

Utilities for further processing of the solution.