OptFEM2DP1  1.0
Matlab/Octave Optimized P1-Lagrange Finite Element Method in 2D
 All Files Functions Variables Groups Pages
runBenchs.m
Go to the documentation of this file.
1 % Script for running benchmark functions
2 %
3 % See also:
5 %
6 % OptFEM2DP1 [V1.0d] - Copyright (C) 2013 CJS (LAGA)
7 %
8 % This file is part of OptFEM2DP1.
9 % OptFEM2DP1 is free software: you can redistribute it and/or modify
10 % it under the terms of the GNU General Public License as published by
11 % the Free Software Foundation, either version 3 of the License, or
12 % (at your option) any later version.
13 %
14 % OptFEM2DP1 is distributed in the hope that it will be useful,
15 % but WITHOUT ANY WARRANTY; without even the implied warranty of
16 % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 % GNU General Public License for more details.
18 %
19 % You should have received a copy of the GNU General Public License
20 % along with this program. If not, see <http://www.gnu.org/licenses/>.
21 clear all
22 close all
23 
24 InitOptFEM2D();
25 
26 benchMassP1();
27 benchMassWP1();
28 benchStiffP1();