|
template<class Grid , class GFS , class X > |
void | Dune::PDELab::adapt_grid (Grid &grid, GFS &gfs, X &x1, int int_order) |
| adapt a grid, corresponding function space and solution vectors
|
|
template<class Grid , class GFS , class X > |
void | Dune::PDELab::adapt_grid (Grid &grid, GFS &gfs, X &x1, X &x2, int int_order) |
| adapt a grid, corresponding function space and solution vectors
|
|
template<typename GFS , typename... X> |
impl::GFSWithVectors< GFS, X... > | Dune::PDELab::transferSolutions (GFS &gfs, int integrationOrder, X &... x) |
| Pack function space and vectors for grid adaption.
|
|
template<typename Grid , typename... X> |
void | Dune::PDELab::adaptGrid (Grid &grid, X &... x) |
| Adapt grid and multiple function spaces with corresponding vectors.
|
|
template<typename T > |
void | Dune::PDELab::error_fraction (const T &x, typename T::ElementType alpha, typename T::ElementType beta, typename T::ElementType &eta_alpha, typename T::ElementType &eta_beta, int verbose=0) |
|
template<typename T > |
void | Dune::PDELab::element_fraction (const T &x, typename T::ElementType alpha, typename T::ElementType beta, typename T::ElementType &eta_alpha, typename T::ElementType &eta_beta, int verbose=0) |
|
template<typename T > |
void | Dune::PDELab::error_distribution (const T &x, unsigned int bins) |
|
template<typename Grid , typename X > |
void | Dune::PDELab::mark_grid (Grid &grid, const X &x, typename X::ElementType refine_threshold, typename X::ElementType coarsen_threshold, int min_level=0, int max_level=std::numeric_limits< int >::max(), int verbose=0) |
|
template<typename Grid , typename X > |
void | Dune::PDELab::mark_grid_for_coarsening (Grid &grid, const X &x, typename X::ElementType refine_threshold, typename X::ElementType coarsen_threshold, int verbose=0) |
|