KASKADE 7 development version
Static Public Attributes | List of all members
Kaskade::SemiImplicitEulerStep< PE >::D2< row, col > Struct Template Reference

#include <semieuler.hh>

Detailed Description

template<class PE>
template<int row, int col>
struct Kaskade::SemiImplicitEulerStep< PE >::D2< row, col >

Definition at line 381 of file semieuler.hh.

Inheritance diagram for Kaskade::SemiImplicitEulerStep< PE >::D2< row, col >:

Static Public Attributes

static bool const present
 
static bool const symmetric
 
static bool const lumped
 

Member Data Documentation

◆ lumped

template<class PE >
template<int row, int col>
bool const Kaskade::SemiImplicitEulerStep< PE >::D2< row, col >::lumped
static
Initial value:
= ((ParabolicEquation::template D2<row,col>::lumped ||
!ParabolicEquation::template D2<row,col>::present) &&
(ParabolicEquation::template B2<row,col>::lumped||
!ParabolicEquation::template B2<row,col>::present))

Definition at line 393 of file semieuler.hh.

◆ present

template<class PE >
template<int row, int col>
bool const Kaskade::SemiImplicitEulerStep< PE >::D2< row, col >::present
static
Initial value:
= (ParabolicEquation::template D2<row,col>::present ||
ParabolicEquation::template B2<row,col>::present)

Definition at line 383 of file semieuler.hh.

◆ symmetric

template<class PE >
template<int row, int col>
bool const Kaskade::SemiImplicitEulerStep< PE >::D2< row, col >::symmetric
static
Initial value:
= (!ParabolicEquation::template D2<row,col>::present ||
ParabolicEquation::template D2<row,col>::symmetric) &&
(!ParabolicEquation::template B2<row,col>::present ||
ParabolicEquation::template B2<row,col>::symmetric)

Definition at line 385 of file semieuler.hh.


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