![]() |
OptFEM2D
0.1
Matlab optimized FEM2D
|
Validation function for MassWAssembling P1 functions. More...
Go to the source code of this file.
Functions | |
| function | validMassWP1 () |
| Validation function for MassWAssembling P1 functions. | |
| function | validMassWP1>checkTest1 (Test) |
| function | validMassWP1>checkTest2 (Test) |
| function | validMassWP1>checkTest3 (h, error) |
Validation function for MassWAssembling P1 functions.
Definition in file validMassWP1.m.
| function validMassWP1>checkTest1 | ( | Test | ) |
Definition at line 133 of file validMassWP1.m.
| function validMassWP1>checkTest2 | ( | Test | ) |
Definition at line 148 of file validMassWP1.m.
| function validMassWP1>checkTest3 | ( | h, | |
| error | |||
| ) |
Definition at line 171 of file validMassWP1.m.
| function validMassWP1 | ( | ) |
Validation function for MassWAssembling P1 functions.
The Mass Weight Matrix,
, is given by
where
are
-Lagrange basis functions. This Matrix is computed by functions MassWAssemblingP1{Version} where {Version} is one of base, OptV0, OptV1 and OptV2.
and
. Use fonctions
,
and
defined in valid_FEMmatrices.
-Lagrange integration
Definition at line 17 of file validMassWP1.m.