src/PDE/PDEFactory.hpp file

Differential equations factory.

Contents

This file declares the type for a differential equations factory.

Namespaces

namespace inciter
Inciter declarations and definitions.

Classes

template<template<class, class> class Eq, class Factory, class PDE>
struct inciter::registerPDE
Function object for registering a partial differential equation into the partial differential equation factory.
template<template<class, class> class Eq>
struct inciter::registerCG
template<template<class, class> class Eq>
struct inciter::registerDG
template<template<class, class> class Eq>
struct inciter::registerFV