![]() |
OptFEM2DP1 Toolbox
V1.2b3
Matlab/Octave Optimized P1-Lagrange Finite Element Method in 2D
|
Validation function for the assembly of the stiffness matrix for -Lagrange finite element method.
More...
Go to the source code of this file.
Functions | |
function | validStiffP1 () |
Validation function for the assembly of the stiffness matrix for ![]() | |
function | validStiffP1>checkTest1 (Test) |
function | validStiffP1>checkTest2 (Test) |
function | validStiffP1>checkTest3 (h, error) |
Validation function for the assembly of the stiffness matrix for -Lagrange finite element method.
Definition in file validStiffP1.m.
function validStiffP1>checkTest1 | ( | Test | ) |
Definition at line 138 of file validStiffP1.m.
function validStiffP1>checkTest2 | ( | Test | ) |
Definition at line 153 of file validStiffP1.m.
function validStiffP1>checkTest3 | ( | h, | |
error | |||
) |
Definition at line 176 of file validStiffP1.m.
function validStiffP1 | ( | ) |
Validation function for the assembly of the stiffness matrix for -Lagrange finite element method.
The Stiffness Matrix is given by
where are
-Lagrange basis functions. This Matrix is computed by functions StiffAssemblingP1{Version} where {Version} is one of
base
, OptV0
, OptV1
and OptV2
.
Definition at line 17 of file validStiffP1.m.