![]() |
OptFEM2DP1 Toolbox
V1.2
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 | validStiffElas2DP1 (Num) |
Validation function for the Assembly of the Stiffness Elasticity Matrix for -Lagrange finite elements. | |
| function | validStiffElas2DP1>checkTest1 (Test) |
| function | validStiffElas2DP1>checkTest2 (Test) |
| function | validStiffElas2DP1>checkTest3 (h, error) |
Validation function for the Assembly of the Stiffness Elasticity Matrix for
-Lagrange finite elements.
Definition in file validStiffElas2DP1.m.
| function validStiffElas2DP1>checkTest1 | ( | Test | ) |
Definition at line 190 of file validStiffElas2DP1.m.
| function validStiffElas2DP1>checkTest2 | ( | Test | ) |
Definition at line 205 of file validStiffElas2DP1.m.
| function validStiffElas2DP1>checkTest3 | ( | h, | |
| error | |||
| ) |
Definition at line 228 of file validStiffElas2DP1.m.
| function validStiffElas2DP1 | ( | 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 StiffElasAssembling2DP1{Version} where {Version} is one of base, OptV0, OptV1 and OptV2.
and
. We have
if Num in {0,2} and
if Num in {1,3}. Use functions
and
defined in valid_StiffElas.
-Lagrange integration
Definition at line 17 of file validStiffElas2DP1.m.