WaveBlocksND
Classes | Namespaces | Typedefs
localQuadratic.hpp File Reference
#include "../../types.hpp"
#include "../../utilities/evaluations.hpp"
#include "taylor.hpp"

Go to the source code of this file.

Classes

struct  waveblocks::potentials::modules::localQuadratic::Abstract< Subtype, Basis >
 Abstract class for local quadratic evaluation. More...
 
class  waveblocks::potentials::modules::localQuadratic::Standard< TaylorImpl, Basis >
 Helper class for easier template specialization. More...
 
class  waveblocks::potentials::modules::localQuadratic::Standard< TaylorImpl, B< N, 1, C > >
 Specialization of Standard implementation for D = 1. More...
 
class  waveblocks::potentials::modules::localQuadratic::Standard< TaylorImpl, B< 1, D, C > >
 Specialization of Standard implementation for N = 1. More...
 
class  waveblocks::potentials::modules::localQuadratic::Standard< TaylorImpl, B< 1, 1, C > >
 Specialization of Standard implementation for D = 1, N =1. More...
 

Namespaces

 waveblocks
 
 waveblocks::potentials
 
 waveblocks::potentials::modules
 
 waveblocks::potentials::modules::localQuadratic
 

Typedefs

template<class Basis >
using waveblocks::potentials::modules::LocalQuadratic = localQuadratic::Standard< Taylor< Basis >, Basis >