Kapitel/Chapter 16

"Grafik mit PSTricks"/"Graphics with PSTricks"

Kapitel/Chapter 16

Abschnitt/Section 16.8 -- psmatrix

% !TEX lualatex
\DocumentMetadata{}
\documentclass{article}
\usepackage{pst-node}
\definecolor{fond}{RGB}{240,240,240}
\pagestyle{empty}
\begin{document}

\small
% only for the frame coordinates the showgrid
%\begin{pspicture}(0,0)(10,11.5)
\psframe[linearc=0.2,cornersize=absolute,framesep=6pt,
    fillstyle=solid,fillcolor=fond](-0.25,4)(9.75,8.5)%
\begin{psmatrix}[rowsep=0.5,colsep=0.5]
 \textbf{Problème physique}& \\
 \psframebox[linearc=0.2,cornersize=absolute,framesep=6pt]{Hypothèses de modélisation}
  & & \tabular{c}\'Evolution\\ du modèle\\ mathématique\endtabular\\
  \textbf{Modèle mathématique} \\
 \psframebox[linearc=0.2,cornersize=absolute,
    framesep=6pt,fillstyle=solid,fillcolor=white]{Discrétisation du problème}
  & \tabular{c}\'Evolution du\\ modèle\\ numérique\endtabular\\
 \textbf{modèle numérique}\\
 \psframebox[linearc=0.2,cornersize=absolute,framesep=6pt,
    fillstyle=solid,fillcolor=white]%
      {\tabular{c}Estimation de la précision du\\
        modèle numérique\endtabular}\\[10pt]
 \psframebox[linearc=0.2,cornersize=absolute,framesep=6pt]
  {\tabular{lp{4cm}}$\bullet$ & vérification des
    hypothèses de modélisation (analyse du modèle mathématique)\\
    $\bullet$ & Interprétation des résultats\endtabular}\\
 \textbf{Réponse} \\
 \textbf{nouveau modèle physique}
\end{psmatrix}
% Links
\ncline{->}{1,1}{2,1}\ncline{2,1}{3,1}\ncline{->}{3,1}{4,1}
\ncline[nodesepB=2pt]{4,1}{5,1}\ncline{->}{5,1}{6,1}
\ncline{->}{6,1}{7,1}\ncline[nodesepB=2pt]{->}{7,1}{8,1}
\ncline[nodesepB=2pt]{->}{8,1}{9,1}
\ncbar[angleA=0,nodesepB=0.25,armA=4cm]{-}{9,1}{2,3}\ncline{->}{2,3}{2,1}
\ncbar[angleA=0,nodesepB=0.25,armA=4cm]{-}{6,1}{4,2}\ncline{->}{4,2}{4,1}
%\end{pspicture}% only for the correct frame coordinates
\end{document}

Zurück zur Hauptseite/Back to main page
Copyright $Id: chapter16.html 68 2023-09-07 11:29:49Z voss $