Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
getdp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
getdp
getdp
Commits
e7589796
Commit
e7589796
authored
Aug 7, 2012
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
GPL2 or later + update man page
parent
cd8aae19
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
README.txt
+1
-1
1 addition, 1 deletion
README.txt
doc/LICENSE.txt
+4
-1
4 additions, 1 deletion
doc/LICENSE.txt
doc/VERSIONS.txt
+1
-1
1 addition, 1 deletion
doc/VERSIONS.txt
doc/getdp.1
+33
-12
33 additions, 12 deletions
doc/getdp.1
with
39 additions
and
15 deletions
README.txt
+
1
−
1
View file @
e7589796
This is GetDP, a General environment for the treatment of Discrete Problems.
GetDP is distributed under the terms of the GNU General Public License, Version
2. See doc/LICENSE.txt and doc/CREDITS.txt for more information.
2
or later
. See doc/LICENSE.txt and doc/CREDITS.txt for more information.
See the doc/ and demos/ directories for documentation. The reference manual is
located in doc/texinfo/. See the web site http://geuz.org/getdp for additional
...
...
This diff is collapsed.
Click to expand it.
doc/LICENSE.txt
+
4
−
1
View file @
e7589796
GetDP is provided under the terms of the GNU General Public License
(GPL), Version 2 or later.
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
59 Temple Place, Suite 330
, Boston, MA
0211
1
-130
7
USA
51 Franklin St, Fifth Floor
, Boston, MA 0211
0
-130
1
USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
...
...
This diff is collapsed.
Click to expand it.
doc/VERSIONS.txt
+
1
−
1
View file @
e7589796
2.3.0: moved build system from autoconf to cmake.
2.3.0: moved build system from autoconf to cmake
; general code cleanup
.
2.2.2: improved list handling.
...
...
This diff is collapsed.
Click to expand it.
doc/getdp.1
+
33
−
12
View file @
e7589796
.\" $Id: getdp.1,v 1.33 2008-07-10 10:21:48 geuzaine Exp $
.TH GetDP 1 "July 10 2008" "GetDP 2" "GetDP Manual Pages"
.TH GetDP 1 "7 July 2012" "GetDP 2" "GetDP Manual Pages"
.UC 4
.\" ********************************************************************
.SH NAME
...
...
@@ -25,8 +24,7 @@ should refer to the info documentation for this (e.g. with \fBinfo
getdp\fP). Up-to-date versions of the manual in various formats are
available at \fIhttp://www.geuz.org/getdp/\fP.
.\" ********************************************************************
.SH OPTIONS
Command line arguments:
.SH PROCESSING OPTIONS
.TP 4
.B file
is an ASCII file containing the problem definition, i.e., the
...
...
@@ -69,6 +67,12 @@ reads the mesh database from \fIfilename\fP rather than reading it
from the default problem file name with the \fI.msh\fP extension
appended.
.TP 4
.B \-restart
resumes time loop processing from where it stopped.
.TP 4
.B \-solve \fIresolution-id\fP
same as \-pre \fIresolution-id\fP \-cal.
.TP 4
.B \-split
saves processing results in separate files (one for each timestep).
.TP 4
...
...
@@ -83,30 +87,47 @@ of mesh, pre-processing and processing files.
.B \-adapt \fIfilename\fP(s)
reads adaptation constraints from \fIfilename(s)\fP.
.TP 4
.B \-degree \fIfloat\fP
specifies maximum interpolation degree.
.B \-order \fIfloat\fP
specifies maximum interpolation order.
.\" ********************************************************************
.SH LINEAR SOLVER OPTIONS
.TP 4
.B \-solver \fIfilename\fP
specifies solver parameter file.
.TP 4
.B [PETSc options]
PETSc options (if GetDP was compiled with PETSc support).
.\" ********************************************************************
.SH LINEAR SOLVER OPTIONS
.TP 4
.B \-socket \fIstring\fP
communicates through socket \fIstring\fP.
.B \-bin
creates binary output files.
.B \-v2
creates mesh-based Gmsh output files when possible
.\" ********************************************************************
.SH OTHER OPTIONS
.TP 4
.B \-check
lets you check the problem structure interactively.
.TP 4
.B \-v \fIint\fP
sets the verbosity level. A value of 0 means that no information will
be displayed during
the
processing. Higher values increase the amount of
information displayed
during processing
.
be displayed during processing. Higher values increase the amount of
information displayed.
.TP 4
.B \-p \fIint\fP
sets the progress update rate. This controls the refreshment rate of
the counter indicating the progress of the current computation.
.TP 4
.B \-
info
displays the version information
.
.B \-
onelab \fIname\fP \fIaddress\fP
communicates with OneLab server through socket
.
.TP 4
.B \-version
displays the version number.
.TP 4
.B \-info
displays detailed version information.
.TP 4
.B \-help
displays a message listing basic usage and available options.
.PP
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment