]> git.leopard-lacewing.eu Git - bacc.git/commitdiff
[src] test_sol skript Angepasst
authortreecity <treecity@26120e32-c555-405d-b3e1-1f783fb42516>
Fri, 2 Mar 2012 23:06:47 +0000 (23:06 +0000)
committertreecity <treecity@26120e32-c555-405d-b3e1-1f783fb42516>
Fri, 2 Mar 2012 23:06:47 +0000 (23:06 +0000)
git-svn-id: https://drops.fb12.tu-berlin.de/svn/bacc/trunk@94 26120e32-c555-405d-b3e1-1f783fb42516

src/A_plots.m
src/mark.m
src/test_sol.m

index c77e4c5e20d880813d1f6fffc9f2727eff18b74f..0fbf3d814c95b09166f10e2f7109ca619e1285e6 100644 (file)
@@ -56,12 +56,12 @@ end
 if step<1
     disp ('Error: No Data to show.')
 else
-    format longG
+
     data((end-8):end,[1 3 4])
     
     sol = interp1(1./X((1):(end-2),3)',G_D((1):(end-2),3)',0,'spline')
 %     sol = 8.28466;
-    format short
+
 figure(4)
 loglog(X(:,[2+(0:step-1)*3]),G_D(:,[2+(0:step-1)*3]),'--o')
 hold on
index 61f5290ebb3a58a61bdc3b9506fd2d3a13c69e59..458ee491ca101e6afb9eb85b940b1f7542980243 100644 (file)
@@ -18,7 +18,7 @@ t3 =0; t4 = 0;
 
 Ct = T4*xF2S;
 
-%% Muss ueberhaupt verfeinert werden
+%% Muss ueberhaupt verfeinert werden (welche sollen nicht verfeinert werden)
 if(theta <1)
     [s_ind idx] = sort(ind,'descend');
 
index 57ba42eccd05fa94be947346b85f70e6e4216483..e723c4288523777cddbbe3ba5a56e2e28c9302dd 100644 (file)
@@ -1,3 +1,19 @@
+
+format longG
+
+% Matrix MEX Funktion neu Compilieren
 mex mex_build_AU.cpp slpRectangle.cpp
-A_run('exmpl_2DQuad.mat',10,[0.7],[1 2 3],0.9,0,'AdaptIso_');
-A_run('exmpl_2DQuad.mat',10,[0.7],[1 2 3],0.9,0.7,'AdaptAnIso_');
\ No newline at end of file
+
+% Test ausführen
+
+%LShape adaptiv anisotrop
+A_run('exmpl_2DLShape', 10, 0, 1, 0.5, 0.5, 'testAA')
+
+%LShape adaptiv isotrop
+% A_run('exmpl_2DLShape', 10, 0, 0.5, 0, 0, 'testAI')
+
+%LShape uniform anisotrop
+% A_run('exmpl_2DLShape', 10, 0, 1, 0.5, 0, 'testUA')
+
+%LShape uniform isotrop
+% A_run('exmpl_2DLShape', 10, 0, 1, 0, 0, 'testUI')
\ No newline at end of file