From: Peter Schaefer Date: Sat, 30 Mar 2013 22:15:54 +0000 (+0100) Subject: [src] test_sol X-Git-Url: https://git.leopard-lacewing.eu/?a=commitdiff_plain;h=d9d90b41732dcad3e1661466ff76017952125ad2;p=bacc.git [src] test_sol --- diff --git a/src/test_sol.m b/src/test_sol.m index 80dc973..0a7da8f 100644 --- a/src/test_sol.m +++ b/src/test_sol.m @@ -9,18 +9,18 @@ mex -o mex_build_V.cpp slpRectangle.cpp CFLAGS="\$CFLAGS -fopenmp" CXXFLAGS="\$ % Test ausführen %Anzahl der Schritte oder wenn groeßer als 40 der Elemente -steps = 15^4; +steps = 10^4; %Art der Berechnungen -type = [1]; -zeta = { [2 2 2] [2 2 2]}; +type = [1 3 2]; +zeta = { [2 2 2] [2 2 2] [2 2 2]}; %% Quad adaptiv anisotrop %Datei -file = 'exmpl_3DFichCube'; +% file = 'exmpl_3DFichCube'; % file = 'exmpl_3DCube'; -% file = 'exmpl_2DQuad'; +file = 'exmpl_2DQuad'; %Adaptiv theta = 0.5; %Anisotrop @@ -32,9 +32,9 @@ time = toc typeN = int2str(type); steps = size(a,1); -A_plots({['meshSave/' fileo int2str(steps)]},... - ['plots/' fileo ... - int2str(steps)]); +% A_plots({['meshSave/' fileo int2str(steps)]},... +% ['plots/' fileo ... +% int2str(steps)]); %% Bla bla % compute('exmpl_2DQuad', steps, zeta, type, 0.5, 0.5, 1, 'tsAAvcon_')