Rheolef
7.2
an efficient C++ finite element environment
|
Variables | |
verbose = false | |
str | command = "$*" |
int | variant = $1; shift |
int | n = $1; shift |
int | sides = $1; shift; |
int | boundary = $1; shift; |
int | corner = $1; shift; |
int | a = $1 |
int | b = $2 |
float | h = 1.0*(b-a)/n; |
int | c = $3 |
int | d = $4 |
Algorithm | |
int | f = $5 |
int | g = $6 |
int | dim = $1; shift |
str | usage = "mkgeo_ugrid [-{eptqTPH}|-tq|-TP|-PH|-TPH] [n] [-{abcdfg} float] [-[no]sides] [-[no]boundary] [-[no]corner] [-order int] [-[no]clean] [-[no]verbose]" |
clean = true | |
str | bindir = "" |
int | order = 1 |
var | |
str | expr = "$var=$2" |
str | tmp = "/tmp/tmp$$" |
str | MSH2GEO = "${bindir}msh2geo" |
str | GEO = "${bindir}geo" |
verbose = false |
Definition at line 164 of file mkgeo_ugrid.sh.
str command = "$*" |
Definition at line 166 of file mkgeo_ugrid.sh.
int variant = $1; shift |
Definition at line 178 of file mkgeo_ugrid.sh.
int n = $1; shift |
Definition at line 179 of file mkgeo_ugrid.sh.
int sides = $1; shift; |
Definition at line 180 of file mkgeo_ugrid.sh.
int boundary = $1; shift; |
Definition at line 181 of file mkgeo_ugrid.sh.
int corner = $1; shift; |
Definition at line 182 of file mkgeo_ugrid.sh.
int a = $1 |
Definition at line 183 of file mkgeo_ugrid.sh.
int b = $2 |
Definition at line 184 of file mkgeo_ugrid.sh.
Definition at line 190 of file mkgeo_ugrid.sh.
int c = $3 |
Definition at line 215 of file mkgeo_ugrid.sh.
int d = $4 |
Definition at line 216 of file mkgeo_ugrid.sh.
Algorithm |
Definition at line 236 of file mkgeo_ugrid.sh.
int f = $5 |
Definition at line 279 of file mkgeo_ugrid.sh.
int g = $6 |
Definition at line 280 of file mkgeo_ugrid.sh.
int dim = $1; shift |
Definition at line 453 of file mkgeo_ugrid.sh.
str usage = "mkgeo_ugrid [-{eptqTPH}|-tq|-TP|-PH|-TPH] [n] [-{abcdfg} float] [-[no]sides] [-[no]boundary] [-[no]corner] [-order int] [-[no]clean] [-[no]verbose]" |
Definition at line 467 of file mkgeo_ugrid.sh.
clean = true |
Definition at line 484 of file mkgeo_ugrid.sh.
str bindir = "" |
Definition at line 485 of file mkgeo_ugrid.sh.
order = 1 |
Definition at line 495 of file mkgeo_ugrid.sh.
var |
Definition at line 502 of file mkgeo_ugrid.sh.
str expr = "$var=$2" |
Definition at line 504 of file mkgeo_ugrid.sh.
str tmp = "/tmp/tmp$$" |
Definition at line 530 of file mkgeo_ugrid.sh.
str MSH2GEO = "${bindir}msh2geo" |
Definition at line 545 of file mkgeo_ugrid.sh.
str GEO = "${bindir}geo" |
Definition at line 546 of file mkgeo_ugrid.sh.