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

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

Go to the source code of this file.

Functions

function AElem = ElemMassMatP1 (area)
 Computation of the element mass matrix for a triangle with area area
 

Detailed Description

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

Definition in file ElemMassMatP1.m.

Function Documentation

function AElem = ElemMassMatP1 (   area)

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

Parameters
areatriangle area
Return values
AElem$3\times 3$ matrix

Definition at line 17 of file ElemMassMatP1.m.