]> 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:24:47 +0000 (23:24 +0000)
committertreecity <treecity@26120e32-c555-405d-b3e1-1f783fb42516>
Fri, 2 Mar 2012 23:24:47 +0000 (23:24 +0000)
git-svn-id: https://drops.fb12.tu-berlin.de/svn/bacc/trunk@95 26120e32-c555-405d-b3e1-1f783fb42516

src/mex_build_AU.cpp
src/test_sol.m

index 2648cd0496b39207fa3d38468c0900afa8788a21..ba856cd071912ac3f5047001887b808db94d0968 100644 (file)
@@ -62,7 +62,7 @@ void mexFunction(int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[]) {
        int cn = mxGetN(prhs[0]);\r
        if (cn != 3)\r
                mexErrMsgTxt("expected coordinates (Nx3)");\r
-       cout << "  Coordinaten:" << cm << endl;\r
+       cout << "  Koordinaten:" << cm << endl;\r
 \r
        int em = mxGetM(prhs[1]);\r
        int en = mxGetN(prhs[1]);\r
index e723c4288523777cddbbe3ba5a56e2e28c9302dd..b9bdfdb734bdb22c402a6e4ab9fa827313780e0d 100644 (file)
@@ -6,14 +6,29 @@ mex mex_build_AU.cpp slpRectangle.cpp
 
 % Test ausführen
 
+%Anzahl der Schritte
+steps = 11;
+
 %LShape adaptiv anisotrop
-A_run('exmpl_2DLShape', 10, 0, 1, 0.5, 0.5, 'testAA')
+A_run('exmpl_2DLShape', steps, 0, 1, 0.5, 0.5, 'testAA')
 
 %LShape adaptiv isotrop
-% A_run('exmpl_2DLShape', 10, 0, 0.5, 0, 0, 'testAI')
+% A_run('exmpl_2DLShape', steps, 0, 0.5, 0, 0, 'testAI')
 
 %LShape uniform anisotrop
-% A_run('exmpl_2DLShape', 10, 0, 1, 0.5, 0, 'testUA')
+% A_run('exmpl_2DLShape', steps, 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
+% A_run('exmpl_2DLShape', steps, 0, 1, 0, 0, 'testUI')
+
+
+%Ausgabe:
+% data = AnzElement Typ Schätzer Energienorm^2
+
+%meshSave Dateien
+% test* - enthält die Ergebnisse (wie Ausgabe) sowie das aktuelle Netz
+% _test* - enthält zwischenMatrizen und alle Netze & co (siehe A_step)
+
+
+%Ergebnis Plotten und Teil der Daten ausgeben sowie abspeichern der figure
+A_plots({['meshSave/testAA_1_' num2str(steps)]},'figure')