OptFEM3DP1 Toolbox  V1.0
Matlab/Octave Optimized P1-Lagrange Finite Element Method in 3D
 All Files Functions Variables Pages
BuildElemStiffElasMatFuncVec.m File Reference

return handle of the function Elementary Stiffness Elasticity matrix associated with local numbering Num. More...

Go to the source code of this file.

Functions

function
ElemStiffElasMatVec = 
BuildElemStiffElasMatFuncVec (Num)
 return handle of the function Elementary Stiffness Elasticity matrix associated with local numbering Num.
 

Detailed Description

return handle of the function Elementary Stiffness Elasticity matrix associated with local numbering Num.

Definition in file BuildElemStiffElasMatFuncVec.m.

Function Documentation

function ElemStiffElasMatVec = BuildElemStiffElasMatFuncVec (   Num)

return handle of the function Elementary Stiffness Elasticity matrix associated with local numbering Num.

See Also
ElemStiffElasMatBaVecP1D0OptV0, ElemStiffElasMatBbVecP1D0
Copyright
See License issues
Parameters
Num
  • 0 global alternate numbering with local alternate numbering (classical method),
  • 1 global block numbering with local alternate numbering,
  • 2 global alternate numbering with local block numbering,
  • 3 global block numbering with local block numbering.
Return values
ElemStiffElasMatVechandle function of parameters (q,me,volumes,lambda,mu)

Definition at line 17 of file BuildElemStiffElasMatFuncVec.m.