|
Discontinuous Galerkin Library
#include "dg/algorithm.h"
|
#include "backend/config.h"#include "backend/timer.h"#include "topology/split_and_join.h"#include "topology/xspacelib.h"#include "topology/evaluationX.h"#include "topology/derivativesA.h"#include "topology/weightsX.h"#include "topology/interpolationX.h"#include "topology/projectionX.h"#include "topology/geometry.h"#include "topology/stencil.h"#include "blas.h"#include "helmholtz.h"#include "pcg.h"#include "bicgstabl.h"#include "andersonacc.h"#include "lgmres.h"#include "functors.h"#include "multistep.h"#include "elliptic.h"#include "runge_kutta.h"#include "adaptive.h"#include "extrapolation.h"#include "multigrid.h"#include "refined_elliptic.h"#include "arakawa.h"#include "advection.h"#include "poisson.h"#include "simpsons.h"#include "nullstelle.h"#include "topology/average.h"#include "backend/mpi_init.h"Go to the source code of this file.
Includes all container independent headers of the dg library.