KASKADE 7 development version
|
Provides static information about the right hand side blocks. More...
#include <variationalfunctional.hh>
Provides static information about the right hand side blocks.
This block info concept defines the interface that is accessed by the assembler. This is not a base class, only a documentation!
The class provides static information about the row block of the first derivative.
Definition at line 316 of file variationalfunctional.hh.
Static Public Attributes | |
static bool const | present |
Provides static information about the subvector blocks of the right hand side. More... | |
static int const | derivatives |
Determines the highest derivatives that need to be available for right hand side evaluation. More... | |
|
static |
Determines the highest derivatives that need to be available for right hand side evaluation.
Definition at line 329 of file variationalfunctional.hh.
|
static |
Provides static information about the subvector blocks of the right hand side.
Is true if that block is statically present, i.e. if \( f \) depends on variable \( u_{\mathrm{row}} \).
Definition at line 324 of file variationalfunctional.hh.