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
15c02f90
Commit
15c02f90
authored
Jul 1, 2019
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
3.2
parent
0e4fdc1d
No related branches found
No related tags found
No related merge requests found
Pipeline
#4451
passed with warnings
Jul 1, 2019
Stage: test
Changes
3
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.txt
+3
-2
3 additions, 2 deletions
CHANGELOG.txt
CMakeLists.txt
+2
-2
2 additions, 2 deletions
CMakeLists.txt
doc/getdp.html
+7
-7
7 additions, 7 deletions
doc/getdp.html
with
12 additions
and
11 deletions
CHANGELOG.txt
+
3
−
2
View file @
15c02f90
3.2.0 (Work in progress): improved node and edge link constraints search using
rtree; added support for BF_Edge_* on curved elements; small fixes.
3.2.0 (July 1, 2019): improved node and edge link constraints search using
rtree; added support for BF_Edge basis functions on curved elements; small
fixes.
3.1.0 (April 19, 2019): added support for high-order (curved) Lagrange elements
(P2, P3 and P4); added support for latest Gmsh version; code refactoring.
...
...
This diff is collapsed.
Click to expand it.
CMakeLists.txt
+
2
−
2
View file @
15c02f90
...
...
@@ -65,8 +65,8 @@ else()
endif
()
set
(
GETDP_MAJOR_VERSION 3
)
set
(
GETDP_MINOR_VERSION
1
)
set
(
GETDP_PATCH_VERSION
1
)
set
(
GETDP_MINOR_VERSION
2
)
set
(
GETDP_PATCH_VERSION
0
)
set
(
GETDP_EXTRA_VERSION
""
)
if
(
NOT GETDP_RELEASE
)
...
...
This diff is collapsed.
Click to expand it.
doc/getdp.html
+
7
−
7
View file @
15c02f90
...
...
@@ -119,15 +119,15 @@ License (GPL)</a>:
<ul>
<li>
<div
class=
"highlight"
>
Current stable release (version 3.
1
.0, 1
9 April
2019):
Current stable release (version 3.
2
.0, 1
July
2019):
<ul>
<li>
Download GetDP for
<a
href=
"bin/Windows/getdp-3.
1
.0-Windows64c.zip"
>
Windows 64-bit
</a>
,
<a
href=
"bin/Windows/getdp-3.
1
.0-Windows32c.zip"
>
Windows 32-bit
</a>
,
<a
href=
"bin/Linux/getdp-3.
1
.0-Linux64c.tgz"
>
Linux 64-bit
</a>
,
<a
href=
"bin/Linux/getdp-3.
1
.0-Linux32c.tgz"
>
Linux 32-bit
</a>
, or
<a
href=
"bin/MacOSX/getdp-3.
1
.0-MacOSXc.tgz"
>
MacOS
</a>
<li>
Download the
<a
href=
"src/getdp-3.
1
.0-source.tgz"
>
source code
</a>
<a
href=
"bin/Windows/getdp-3.
2
.0-Windows64c.zip"
>
Windows 64-bit
</a>
,
<a
href=
"bin/Windows/getdp-3.
2
.0-Windows32c.zip"
>
Windows 32-bit
</a>
,
<a
href=
"bin/Linux/getdp-3.
2
.0-Linux64c.tgz"
>
Linux 64-bit
</a>
,
<a
href=
"bin/Linux/getdp-3.
2
.0-Linux32c.tgz"
>
Linux 32-bit
</a>
, or
<a
href=
"bin/MacOSX/getdp-3.
2
.0-MacOSXc.tgz"
>
MacOS
</a>
<li>
Download the
<a
href=
"src/getdp-3.
2
.0-source.tgz"
>
source code
</a>
</ul>
</div>
<p>
...
...
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