![]() |
OptFEM2DP1 Toolbox
V1.2
Matlab/Octave Optimized P1-Lagrange Finite Element Method in 2D
|
Validation function for the assembly of the weighted mass matrix for
-Lagrange finite elements.
More...
Go to the source code of this file.
Functions | |
| function | validMassW2DP1 () |
Validation function for the assembly of the weighted mass matrix for -Lagrange finite elements. | |
| function | validMassW2DP1>checkTest1 (Test) |
| function | validMassW2DP1>checkTest2 (Test) |
| function | validMassW2DP1>checkTest3 (h, error) |
Validation function for the assembly of the weighted mass matrix for
-Lagrange finite elements.
Definition in file validMassW2DP1.m.
| function validMassW2DP1>checkTest1 | ( | Test | ) |
Definition at line 143 of file validMassW2DP1.m.
| function validMassW2DP1>checkTest2 | ( | Test | ) |
Definition at line 158 of file validMassW2DP1.m.
| function validMassW2DP1>checkTest3 | ( | h, | |
| error | |||
| ) |
Definition at line 181 of file validMassW2DP1.m.
| function validMassW2DP1 | ( | ) |
Validation function for the assembly of the weighted mass matrix for
-Lagrange finite elements.
The Weighted Mass Matrix
is given by
where
are
-Lagrange basis functions. This Matrix is computed by functions MassWAssembling2DP1{Version} where {Version} is one of base, OptV0, OptV1 and OptV2.
and
. Functions
,
and
are those defined in valid_FEMmatrices.
-Lagrange integration
Definition at line 17 of file validMassW2DP1.m.