Discontinuous Galerkin Library
#include "dg/algorithm.h"
Loading...
Searching...
No Matches
derivativesA.h
Go to the documentation of this file.
1#pragma once
2
3#include "derivatives.h"
4#include "derivativesX.h"
5#ifdef MPI_VERSION
6#include "mpi_derivatives.h"
7#endif
8#include "derivativesT.h"
Convenience functions to create 2D derivatives.
Convenience functions to create derivatives.
Convenience functions to create 2D derivatives on X-point topology.