Amandus: Simulations based on multilevel Schwarz methods
Classes
adaptivity.h File Reference

Utilities for adaptive mesh refinement. More...

#include <amandus/amandus.h>
#include <amandus/integrator.h>
#include <amandus/refine_strategy.h>
#include <deal.II/algorithms/operator.h>
#include <deal.II/base/smartpointer.h>
#include <deal.II/grid/grid_refinement.h>
#include <deal.II/numerics/solution_transfer.h>

Go to the source code of this file.

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...
 

Detailed Description

Utilities for adaptive mesh refinement.