Discontinuous Galerkin Library
#include "dg/algorithm.h"
|
Go to the source code of this file.
Classes | |
struct | dg::TensorTraits< T, std::enable_if_t< std::is_floating_point_v< T > > > |
Enable double and float as a floating point. More... | |
struct | dg::TensorTraits< T, std::enable_if_t< std::is_integral_v< T > > > |
Enable integers and anything promotable to integer (such as bool and char) as integral. More... | |
Namespaces | |
namespace | dg |
This is the namespace for all functions and classes defined and used by the discontinuous Galerkin library. | |