OptFEM2D  0.1
Matlab optimized FEM2D
 All Files Functions Groups Pages
runBenchs.m
Go to the documentation of this file.
1 % runBenchs
2 % Script running benchs functions
3 %
4 % See also:
6 clear all
7 close all
8 
10 
11 benchMassP1();
12 benchMassWP1();
13 benchStiffP1();