KASKADE 7 development version
Static Public Attributes | List of all members
Kaskade::FunctionalBase< Type >::D1< row > Struct Template Reference

Static a priori default information about the right hand side blocks. More...

#include <functional_aux.hh>

Detailed Description

template<ProblemType Type>
template<int row>
struct Kaskade::FunctionalBase< Type >::D1< row >

Static a priori default information about the right hand side blocks.

Definition at line 80 of file functional_aux.hh.

Static Public Attributes

static constexpr bool present = true
 Whether the block is to be assembled at all. More...
 
static constexpr int derivatives = 1
 The maximum ansatz and test function derivative occuring in this block. More...
 

Member Data Documentation

◆ derivatives

template<ProblemType Type>
template<int row>
constexpr int Kaskade::FunctionalBase< Type >::D1< row >::derivatives = 1
staticconstexpr

The maximum ansatz and test function derivative occuring in this block.

A default value of 1 is provided in the base class, which is appropriate for second order PDEs.

Definition at line 92 of file functional_aux.hh.

◆ present

template<ProblemType Type>
template<int row>
constexpr bool Kaskade::FunctionalBase< Type >::D1< row >::present = true
staticconstexpr

Whether the block is to be assembled at all.

Definition at line 85 of file functional_aux.hh.


The documentation for this struct was generated from the following file: