OptFEM2D  0.1
Matlab optimized FEM2D
 All Files Functions Groups Pages
ElemMassWMatP1.m File Reference

Computation of the element weight mass matrix for a triangle with area area. More...

Go to the source code of this file.

Functions

function AElem = ElemMassWMatP1 (area, w)
 Computation of the element weight mass matrix for a triangle with area area.
 

Detailed Description

Computation of the element weight mass matrix for a triangle with area area.

Definition in file ElemMassWMatP1.m.

Function Documentation

function AElem = ElemMassWMatP1 (   area,
  w 
)

Computation of the element weight mass matrix for a triangle with area area.

Parameters
areatriangle area
wweight function values at the triangle vertices
Return values
AElem$3\times 3$ matrix

Definition at line 17 of file ElemMassWMatP1.m.