#include <ElementaryMatrixSet.hpp>#include <Problem.hpp>#include <PDESystem.hpp>#include <SecondOrderOperator.hpp>#include <VariationalOperatorAlphaDxUDxV.hpp>#include <VariationalOperatorNuUdxV.hpp>#include <VariationalOperatorNuDxUV.hpp>#include <VariationalProblem.hpp>

Go to the source code of this file.
Defines | |
| #define | EMS(a, b) |
Functions | |
| EMS (27, 27) | |
| EMS (10, 10) | |
| EMS (8, 8) | |
| EMS (4, 4) | |
| EMS (1, 1) | |
| #define EMS | ( | a, | |||
| b | ) |
Determines the number of needed elementary matrices for a given PDE System at construction
Definition at line 38 of file ElementaryMatrixSet.cpp.
| EMS | ( | 1 | , | |
| 1 | ||||
| ) |
Q0-Q0 P0-P0
| EMS | ( | 4 | , | |
| 4 | ||||
| ) |
P1-P1
| EMS | ( | 8 | , | |
| 8 | ||||
| ) |
Q1-Q1
| EMS | ( | 10 | , | |
| 10 | ||||
| ) |
P2-P2
| EMS | ( | 27 | , | |
| 27 | ||||
| ) |
Q2-Q2
1.5.6