Discontinuous Galerkin Library
#include "dg/algorithm.h"
geometry.h
Go to the documentation of this file.
1#pragma once
2
3#include <cassert>
4#include "thrust/host_vector.h"
5#include "evaluation.h"
6#include "weights.h"
7#include "filter.h"
8#ifdef MPI_VERSION
10#include "mpi_evaluation.h"
11#include "mpi_weights.h"
12#endif//MPI_VERSION
13#include "base_geometry.h"
14#include "base_geometryX.h"
15#include "refined_gridX.h"
16//#include "cartesianX.h"
17#ifdef MPI_VERSION
18#include "mpi_base.h"
19#endif//MPI_VERSION
20#include "tensor.h"
21#include "transform.h"
22#include "multiply.h"
23// finite element method
24#include "fem.h"
Function discretization routines.
Modal Filtering.
Function discretization routines for mpi vectors.
MPI weights.
Creation functions for integration weights and their inverse.