Rheolef  7.2
an efficient C++ finite element environment
 
Loading...
Searching...
No Matches
mkgeo_ball.sh File Reference

mkgeo_ball - unstructured mesh of an ellipsoid More...

Go to the source code of this file.

Namespaces

namespace  mkgeo_ball
 

Variables

 verbose = false
 
str command = "$*"
 
int surface_only = $1; shift
 
int variant = $1; shift
 
int n = $1; shift
 
int a = $1
 
int b = $2
 
int c = $3
 
int d = $4
 
 SecondOrderIncomplete
 
 ElementOrder
 
 SecondOrderLinear
 
 SecondOrderExperimental
 
 SmoothInternalEdges
 
 Smoothing
 
tuple ab = (a+b)/2;
 
tuple cd = (c+d)/2;
 
int f = $5
 
int g = $6
 
tuple fg = (f+g)/2;
 
 Algorithm
 
int dim = $1; shift
 
str usage = "mkgeo_ball [-{tq}|-tq] [n] [-s] [-order k] [-{abcdfg} float] [-[no]fix] [-[no]clean] [-[no]verbose]"
 
 GMSH = ${GMSH-"gmsh"}
 
 pkgbindir = `rheolef-config --pkglibdir`
 
 clean = true
 
str bindir = ""
 
int map_dim = 2
 
int order = 1
 
 fix = true
 
 var
 
str expr = "$var=$2"
 
str tmp = "/tmp/tmp$$"
 
str MSH2GEO = "${bindir}msh2geo"
 
str GEO = "${bindir}geo"
 
str fix_filter = "$pkgbindir/mkgeo_ball_gmsh_fix -order $order"
 

Detailed Description

mkgeo_ball - unstructured mesh of an ellipsoid

Definition in file mkgeo_ball.sh.