File: how-to-mesh.tex

package info (click to toggle)
rheolef 7.1-6
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 77,392 kB
  • sloc: cpp: 105,337; sh: 16,014; makefile: 5,293; python: 1,359; xml: 221; yacc: 218; javascript: 202; awk: 61; sed: 5
file content (32 lines) | stat: -rw-r--r-- 886 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
\section{How to prepare a mesh~?}
\label{sec-how-to-mesh}
\cindex{mesh}
\cindex{mesh!generation}

Since there is many good mesh generators, \Rheolef  does
not provide a built-in mesh generator.
There are several ways to prepare a mesh for \Rheolef.

%We present here a procedure based on
We present here several procedures:
by using the \code{bamg}
bidimensional anisotropic mesh generator, written by
\citet{Hec-2006-bamg},
%
% the \code{grummp} bi- and tridimensional mesh generator,
% written by \citet{grummp}.
%
% and the \code{qmg} bi- and tridimensional mesh generator,
% written by \citet{qmg}.
and
the \code{gmsh} mesh generator,
suitable when $d=1,2$ and $3$,
and written by \citet{gmsh}.

% Also, we show how to define regions in the mesh.

\input{how-to-mesh-bamg.tex}
\input{how-to-mesh-gmsh.tex}
% obsoletes:
% \input{how-to-mesh-grummp.tex}
% \input{how-to-mesh-qmg.tex}