![]() |
OptFEM3DP1 Toolbox
20130618_070730
Matlab/Octave Optimized P1-Lagrange Finite Element Method in 3D
|
NAME [Elem]=ElemStiffMat3DP1D0(ql,V) INPUTS area : double (element volume) ql : matrix 3x4 ql(:,il) ... OUTPUTS Elem : matrix 4x4 DESCRIPTION Compute P1-Lagrange elementary Stiff matrix. Numbering of local points in reference element is :
Go to the source code of this file.
Functions | |
| function Elem = | ElemStiffMat3DP1D0 (ql, V) |
NAME [Elem]=ElemStiffMat3DP1D0(ql,V) INPUTS area : double (element volume) ql : matrix 3x4 ql(:,il) ... OUTPUTS Elem : matrix 4x4 DESCRIPTION Compute P1-Lagrange elementary Stiff matrix. Numbering of local points in reference element is :
P=[(0, 0, 0), (1, 0, 0), (0, 1, 0), (0, 0, 1)]Automatic generation with sage (c) Cuvelier F. email:cuvelier@math.univ-paris13.fr Copyright: See License issues. | |
NAME [Elem]=ElemStiffMat3DP1D0(ql,V) INPUTS area : double (element volume) ql : matrix 3x4 ql(:,il) ... OUTPUTS Elem : matrix 4x4 DESCRIPTION Compute P1-Lagrange elementary Stiff matrix. Numbering of local points in reference element is :
Automatic generation with sage (c) Cuvelier F. email:cuvelier@math.univ-paris13.fr Copyright: See License issues.
Definition in file ElemStiffMat3DP1D0.m.
| function Elem = ElemStiffMat3DP1D0 | ( | ql, | |
| V | |||
| ) |
NAME [Elem]=ElemStiffMat3DP1D0(ql,V) INPUTS area : double (element volume) ql : matrix 3x4 ql(:,il) ... OUTPUTS Elem : matrix 4x4 DESCRIPTION Compute P1-Lagrange elementary Stiff matrix. Numbering of local points in reference element is :
Definition at line 17 of file ElemStiffMat3DP1D0.m.