OptFEM3DP1 Toolbox
20130618_070730
Matlab/Octave Optimized P1-Lagrange Finite Element Method in 3D
Main Page
Related Pages
Files
File List
File Members
All
Files
Functions
Variables
Pages
ElemMassVFMat3DBaP1.m
Go to the documentation of this file.
1
function
M
=
ElemMassVFMat3DBaP1
(volume)
2
%D=(ones(4,4)+eye(4,4))*volume/20;
3
% Copyright:
4
% See \ref license
5
D=
ElemMassMat3DP1D0
(volume);
6
M
=zeros(12,12);
7
I=[1,4,7,10];
8
for
d=1:3
9
M
(I,I)=D;
10
I=I+1;
11
end
ElemMat
ElemMassVFMat3DBaP1.m
Generated on Tue Jun 18 2013 07:07:41 for OptFEM3DP1 Toolbox by
1.8.2