From: Peter Schaefer Date: Tue, 31 Jul 2012 11:06:24 +0000 (+0200) Subject: neuer Sol Test X-Git-Url: https://git.leopard-lacewing.eu/?a=commitdiff_plain;h=7e990ddd3da69ee48e2bb6a5828e4573263295d7;p=bacc.git neuer Sol Test --- diff --git a/doc/doc.pdf b/doc/doc.pdf index fe015fb..3114cd0 100644 Binary files a/doc/doc.pdf and b/doc/doc.pdf differ diff --git a/doc/doc.tex b/doc/doc.tex index 63c53e1..c7a11b7 100644 --- a/doc/doc.tex +++ b/doc/doc.tex @@ -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}} diff --git a/doc/fig/exmpl3_nei_part.tex b/doc/fig/exmpl3_nei_part.tex index a1cc1a3..0c6e09d 100644 --- a/doc/fig/exmpl3_nei_part.tex +++ b/doc/fig/exmpl3_nei_part.tex @@ -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} diff --git a/src/export_mesh.m b/src/export_mesh.m index 67227f7..6284cd8 100644 --- a/src/export_mesh.m +++ b/src/export_mesh.m @@ -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'); diff --git a/src/test_sol.m b/src/test_sol.m index 57add5a..891fc67 100644 --- a/src/test_sol.m +++ b/src/test_sol.m @@ -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