![]() |
OptFEM3DP1 Toolbox
V1.0
Matlab/Octave Optimized P1-Lagrange Finite Element Method in 3D
|
Assembly of the Mass vectors fields Matrix by
-Lagrange finite elements in 3D using OptV2 version (see report).
More...
Go to the source code of this file.
Functions | |
| function M = | MassVFAssembling3DP1OptV2 (nq, nme, me, volumes, Num) |
Assembly of the Mass vectors fields Matrix by -Lagrange finite elements in 3D using OptV2 version (see report). | |
Assembly of the Mass vectors fields Matrix by
-Lagrange finite elements in 3D using OptV2 version (see report).
Definition in file MassVFAssembling3DP1OptV2.m.
| function M = MassVFAssembling3DP1OptV2 | ( | nq, | |
| nme, | |||
| me, | |||
| volumes, | |||
| Num | |||
| ) |
Assembly of the Mass vectors fields Matrix by
-Lagrange finite elements in 3D using OptV2 version (see report).
The Mass vectors fields is given by
where
are
-Lagrange vector basis functions.
Th=CubeMesh(10);
Mvf=MassVFAssembling3DP1OptV2(Th.nq,Th.nme,Th.me,Th.areas,0);| nq | total number of vertices, also denoted by . |
| nme | total number of elements, also denoted by . |
| me | Connectivity array, array. is the storage index of the -th vertex of the -th tetrahedron in the array of vertices coordinates, and . |
| volumes | Array of volumes, . volumes(k) is the volume of the k-th tetrahedron. |
| Num |
|
| M | Global Mass vectors fields sparse matrix |
Definition at line 17 of file MassVFAssembling3DP1OptV2.m.