Skip to content
Snippets Groups Projects
Commit 4162a15f authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

0.83

parent bbcd76a9
No related branches found
No related tags found
No related merge requests found
# $Id: Makefile,v 1.119 2001-08-03 11:27:54 geuzaine Exp $ # $Id: Makefile,v 1.120 2001-08-06 17:34:10 geuzaine Exp $
# ---------------------------------------------------------------------- # ----------------------------------------------------------------------
# Makefile for Gmsh # Makefile for Gmsh
# ---------------------------------------------------------------------- # ----------------------------------------------------------------------
GMSH_RELEASE = 1.22 GMSH_RELEASE = 1.23
MAKE = make MAKE = make
CC = c++ CC = c++
......
Options{ Mesh.Algorithm = 2 ;
Mesh{
Algorithm = 2 ;
}
}
Point(1) = {0.0,0.0,0.0,.2}; Point(1) = {0.0,0.0,0.0,.2};
Point(2) = {1,0.0,0.0,.2}; Point(2) = {1,0.0,0.0,.2};
......
/***************************** /*****************************
cube meshed uniformly cube meshed uniformly
*****************************/ *****************************/
Mesh.Algorithm = 2;
Point(1) = {0.0,0.0,0.0,.3}; Point(1) = {0.0,0.0,0.0,.3};
Point(2) = {1,0.0,0.0,.3}; Point(2) = {1,0.0,0.0,.3};
Point(3) = {1,1,0.0,.3}; Point(3) = {1,1,0.0,.3};
...@@ -11,9 +14,9 @@ Line(3) = {2,1}; ...@@ -11,9 +14,9 @@ Line(3) = {2,1};
Line(4) = {1,4}; Line(4) = {1,4};
Line Loop(5) = {2,3,4,1}; Line Loop(5) = {2,3,4,1};
Plane Surface(6) = {5}; Plane Surface(6) = {5};
Extrude Surface (6, {0,0.0,1}); Extrude Surface{6, {0,0.0,1}};
Surface Loop(29) = {23,6,15,19,28,27}; Surface Loop(29) = {23,6,15,19,28,27};
Complex Volume(30) = {29}; Complex Volume(30) = {29};
Attractor Point(0.1,0.1,2) = {1}; Attractor Point{1} = {0.1,0.1,2};
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
.\" Copyright (c) 2000-2001 J.-F. Remacle, C. Geuzaine .\" Copyright (c) 2000-2001 J.-F. Remacle, C. Geuzaine
.\" .\"
.\" ====================================================================== .\" ======================================================================
.TH Gmsh 1 "30 July 2001" "Version 1.22" "Gmsh Manual Pages" .TH Gmsh 1 "06 August 2001" "Version 1.23" "Gmsh Manual Pages"
.UC 4 .UC 4
.\" ====================================================================== .\" ======================================================================
.SH NAME .SH NAME
...@@ -220,6 +220,6 @@ Remacle (Remacle@scorec.rpi.edu). ...@@ -220,6 +220,6 @@ Remacle (Remacle@scorec.rpi.edu).
.SH SEE ALSO .SH SEE ALSO
.BR getdp (1), .BR getdp (1),
.br .br
Gmsh examples (\fI/usr/doc/gmsh-1.22/\fR), Gmsh examples (\fI/usr/doc/gmsh-1.23/\fR),
.br .br
Gmsh homepage (\fIhttp://www.geuz.org/gmsh/\fR). Gmsh homepage (\fIhttp://www.geuz.org/gmsh/\fR).
Summary: A 3D mesh generator with pre- and post-processing facilities Summary: A 3D mesh generator with pre- and post-processing facilities
Name: gmsh Name: gmsh
Version: 1.22 Version: 1.23
Source: gmsh-1.22.tar.gz Source: gmsh-1.23.tar.gz
Release: 1 Release: 1
Copyright: distributable Copyright: distributable
Group: Applications/Engineering Group: Applications/Engineering
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment