]> git.leopard-lacewing.eu Git - bacc.git/commitdiff
neuer Sol Test
authorPeter Schaefer <peter.schaefer@tuwien.ac.at>
Tue, 31 Jul 2012 11:06:24 +0000 (13:06 +0200)
committerPeter Schaefer <peter.schaefer@tuwien.ac.at>
Tue, 31 Jul 2012 11:06:24 +0000 (13:06 +0200)
doc/doc.pdf
doc/doc.tex
doc/fig/exmpl3_nei_part.tex
src/export_mesh.m
src/test_sol.m

index fe015fbef86854e1ecdb20d92628ae4dc03454f2..3114cd0e3a8c2230bc86686aa4fa7ee12fa7da58 100644 (file)
Binary files a/doc/doc.pdf and b/doc/doc.pdf differ
index 63c53e10f7a542aac88ac965224fbeb2ec0b0b7d..c7a11b7c641ad4dd44089ad5e630c488f16b6127 100644 (file)
@@ -540,8 +540,6 @@ so so oder so...
 
 \section{Implementierung}
 
-
-
 \subsection{Datenstruktur}
 Für die Implementierung in \Matlab~und C++ wollen wollen wir eine einheitliche Datenstruktur einführen. 
 Die für die Triangulierung $\mathcal{T}_{\ell} = \{T_1\ldots T_M\}$ benötigen Knoten $\mathcal{K}_{\ell} = \{C_1\ldots C_N\}$ stellen wir in einer $ N \times 3$ Matrix dar. Dabei enthält die $j$-te Zeile die Koordinaten des Knoten $C_j$ im $\R^3$.
@@ -564,7 +562,7 @@ Offensichtlich ist $i \notin N_i$. Wir wollen uns aber noch genauer eine geeigne
 (Siehe Abb.:\ref{exmpl3:nei:part})
 \begin{figure}[ht]
 \caption{Nachbarschaftsrelationen Element 4 aus Abb.\ref{exmpl3}}
-\label{exmpl3:nei:part}
+\label{exmpl3:nei:part}
 \centering
  \subfloat[Lage]{\includegraphics{fig/Net_Neigh}}
  \subfloat[Nachbarn]{\input{fig/exmpl3_nei_part}}
index a1cc1a3b4f64e2fe940d394008744317a5c03308..0c6e09d1825e6822d895f5f364edffcb1decffd4 100644 (file)
@@ -3,4 +3,4 @@
  Index & n1 & n2 & n3 & n4 & n5 & n6 & n7 & n8\\
    4 & 9 & 7 & 12 & 0 & 0 & 0 & 14 & 0
 \end{tabular}
-\label{exmpl3:nei}
+\label{exmpl3:nei:part}
index 67227f7a275e20aa013d74207c401b5d9c8c325e..6284cd8af508cdf4719c157d879d286004f4ec89 100644 (file)
@@ -1,7 +1,8 @@
 function export_mesh(coo, ele, nei, f2s, file)
 
-plotShape(coo,ele,'db');view(2);
+plotShape(coo,ele,'db');
 print('-r600','-depsc',['../doc/fig/' file '_ref.eps'])
+system(['epstopdf ../doc/fig/' file '_ref.eps'])
 
 %% Koordinaten
 fid = fopen(['../doc/fig/' file '_coo.tex'],'w');
index 57add5af1651f5e7a8521690a0c45440a3fa3c91..891fc67e61b14b4e9e0dd7a8291fb3d98b9cb4b0 100644 (file)
@@ -10,10 +10,10 @@ mex mex_build_V.cpp slpRectangle.cpp
 steps = 30;
 
 %Art der Berechnungen
-type = [1 3];
+type = [1];
 
 %LShape adaptiv anisotrop
-compute('exmpl_2DQuad', steps, 0.7, type, 0.5, 0.5, 0, 'testAA_')
+compute('exmpl_2DQuad', steps, 0.7, type, 0.5, 0, 0, 'testAA_')
 % compute('exmpl_2DQuad', steps, 0.7, type, 0.5, 0.5, 1, 'testAAvcon_')
 
 % %LShape adaptiv isotrop