OptFEM2D  0.1
Matlab optimized FEM2D
 All Files Functions Groups Pages
InitOptFEM2D.m
Go to the documentation of this file.
1 function InitOptFEM2D()
2 % function InitOptFEM2D()
3 % Init Matlab search path
4  addpath([pwd,filesep,'common']);
5  addpath([pwd,filesep,'Opt']);
6  %addpath([pwd,filesep,'Opt',filesep,'ElemMat']);
7  addpath([pwd,filesep,'base']);
8  addpath([pwd,filesep,'valid']);
9  addpath([pwd,filesep,'bench']);
10  if isOctave()
11  more off
12  %page_output_immediately(1)
13  pkg load msh
14  else
15  addpath('/usr/local/SuiteSparse-4.0.2/CXSparse/MATLAB/CSparse')
16  end