![]() |
OptFEM2DP1 Toolbox
V1.2b3
Matlab/Octave Optimized P1-Lagrange Finite Element Method in 2D
|
Validation function for the Assembly of the Stiffness Elasticity Matrix for -Lagrange finite elements.
More...
Go to the source code of this file.
Functions | |
function | validStiffElasP1 (Num) |
Validation function for the Assembly of the Stiffness Elasticity Matrix for ![]() | |
function | validStiffElasP1>checkTest1 (Test) |
function | validStiffElasP1>checkTest2 (Test) |
function | validStiffElasP1>checkTest3 (h, error) |
Validation function for the Assembly of the Stiffness Elasticity Matrix for -Lagrange finite elements.
Definition in file validStiffElasP1.m.
function validStiffElasP1>checkTest1 | ( | Test | ) |
Definition at line 190 of file validStiffElasP1.m.
function validStiffElasP1>checkTest2 | ( | Test | ) |
Definition at line 205 of file validStiffElasP1.m.
function validStiffElasP1>checkTest3 | ( | h, | |
error | |||
) |
Definition at line 228 of file validStiffElasP1.m.
function validStiffElasP1 | ( | Num | ) |
Validation function for the Assembly of the Stiffness Elasticity Matrix for -Lagrange finite elements.
The Stiffness Elasticity Matrix is given by
where are
-Lagrange vector basis functions. Here
and
are the elastic stress and strain tensors respectively.
This Matrix is computed by functions StiffElasAssemblingP1{Version} where {Version} is one of base
, OptV0
, OptV1
and OptV2
.
Definition at line 17 of file validStiffElasP1.m.