Skip to content
Snippets Groups Projects
Commit e57c711a authored by Dr. Felix Tobias Schindler's avatar Dr. Felix Tobias Schindler
Browse files

update names and includes

parent 462213fc
No related branches found
No related tags found
No related merge requests found
......@@ -9,8 +9,8 @@
// René Fritze (2018)
// Tobias Leibner (2018)
#ifndef DUNE_GDT_INTERPOLATIONS_HH
#define DUNE_GDT_INTERPOLATIONS_HH
#ifndef DUNE_GDT_INTERPOLATIONS_DEFAULT_HH
#define DUNE_GDT_INTERPOLATIONS_DEFAULT_HH
#include <vector>
......@@ -256,4 +256,4 @@ interpolate(const int source_order,
} // namespace GDT
} // namespace Dune
#endif // DUNE_GDT_INTERPOLATIONS_HH
#endif // DUNE_GDT_INTERPOLATIONS_DEFAULT_HH
......@@ -22,7 +22,7 @@
#include <dune/gdt/discretefunction/bochner.hh>
#include <dune/gdt/discretefunction/default.hh>
#include <dune/gdt/discretefunction/reinterpret.hh>
#include <dune/gdt/interpolations.hh>
#include <dune/gdt/interpolations/default.hh>
#include <dune/gdt/spaces/bochner.hh>
#include <dune/gdt/spaces/interface.hh>
......
......@@ -24,7 +24,7 @@
#include <dune/xt/functions/base/sliced.hh>
#include <dune/xt/functions/interfaces/element-functions.hh>
#include <dune/gdt/interpolations.hh>
#include <dune/gdt/interpolations/default.hh>
#include <dune/gdt/local/integrands/identity.hh>
#include <dune/gdt/test/instationary-eocstudies/hyperbolic-nonconforming.hh>
#include <dune/gdt/tools/euler.hh>
......
......@@ -20,7 +20,7 @@
#include <dune/xt/functions/generic/function.hh>
#include <dune/xt/grid/gridprovider/cube.hh>
#include <dune/gdt/interpolations.hh>
#include <dune/gdt/interpolations/default.hh>
#include <dune/gdt/spaces/interface.hh>
#include <dune/gdt/test/instationary-eocstudies/hyperbolic-nonconforming.hh>
......
......@@ -20,7 +20,7 @@
#include <dune/xt/functions/ESV2007.hh>
#include <dune/xt/functions/constant.hh>
#include <dune/gdt/interpolations.hh>
#include <dune/gdt/interpolations/default.hh>
#include <dune/gdt/test/stationary-eocstudies/diffusion-ipdg.hh>
namespace Dune {
......
......@@ -33,7 +33,7 @@
#include <dune/gdt/discretefunction/adaptation.hh>
#include <dune/gdt/discretefunction/default.hh>
#include <dune/gdt/interpolations.hh>
#include <dune/gdt/interpolations/default.hh>
#include <dune/gdt/local/bilinear-forms/integrals.hh>
#include <dune/gdt/local/integrands/product.hh>
#include <dune/gdt/spaces/l2/finite-volume.hh>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment