Skip to content

Commit 28c5c7d

Browse files
authored
Release 1.7.5 (#1228)
* changed version number references to 1.7.5 * updated docs and rolled back MeshAdapt->Adapter name change
1 parent 294ad07 commit 28c5c7d

File tree

11 files changed

+15
-111
lines changed

11 files changed

+15
-111
lines changed

docs/source/index.rst

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -177,13 +177,14 @@ These are not hard and fast rules, and there is no time table for releases.
177177
References
178178
==========
179179

180+
* `An Unstructured Finite Element Model for Incompressible Two-Phase
181+
Flow Based on a Monolithic Conservative Level Set Method
182+
<https://doi.org/10.1002/fld.4817>`_
183+
(2020) M. Quezada de Luna, J. H. Collins, and C.E. Kees,
184+
*International Journal for Numerical Methods in Fluids*.
180185
* `Robust explicit relaxation technique for solving the Green-Naghdi equations
181186
<https://doi.org/10.1016/j.jcp.2019.108917>`_ (2019) J.-L. Guermond,
182187
B. Popov, E. Tovar, C.E. Kees, *Journal of Computational Physics*
183-
* `An Unstructured Finite Element Model for Incompressible Two-Phase
184-
Flow Based on a Monolithic Conservative Level Set Method
185-
<https://arxiv.org/abs/1903.06919>`_
186-
(2019) M. Quezada de Luna, J. H. Collins, and C.E. Kees.
187188
* Preconditioners for Two-Phase Incompressible Navier-Stokes
188189
Flow (2019) N. Bootland, C.E. Kees, A. Wathen,
189190
A. Bentley *SIAM Journal on Scientific Computing*, In Press.
@@ -309,19 +310,15 @@ Source Code Documentation
309310
:caption: Tools
310311
:name: sec-tools
311312

312-
tools/boundary_conditions
313313
tools/spatial_tools
314-
tools/two_phase_flow
315314
tools/wave_tools
316315

317316
.. toctree::
318317
:maxdepth: 1
319318
:caption: Models
320319
:name: sec-models
321320

322-
models/body_dynamics
323-
models/free_surface
324-
models/mesh_adaptivity
325-
models/mesh_motion
326321
models/navier_stokes
327-
models/SWFlows
322+
models/SWFlow
323+
models/free_surface
324+
models/body_dynamics

docs/source/models/body_dynamics.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _body_dynamics:
22

3-
Body Dynamics
4-
*************
3+
Multi-Body Solid Dynamics
4+
*************************
55

66
Implementation
77
==============

docs/source/models/mesh_adaptivity.rst

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/source/models/mesh_motion.rst

Lines changed: 0 additions & 8 deletions
This file was deleted.

docs/source/models/navier_stokes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _navier_stokes:
22

3-
Navier-Stokes
4-
*************
3+
Multiphase Navier-Stokes
4+
************************
55

66

77
Description

docs/source/tools/boundary_conditions.rst

Lines changed: 0 additions & 40 deletions
This file was deleted.

docs/source/tools/spatial_tools.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,6 @@ predefined names, e.g. for a `Rectangle` shape instance named `my_rectangle`,
7676
segment, ``'x+'`` for the right, ``'y+'`` for the top, and ``'y-'`` for the
7777
bottom.
7878

79-
Refer to :doc:`BoundaryConditions <./boundary_conditions>` documentation for
80-
more information about the BoundaryConditions module.
81-
8279
.. note::
8380

8481
The boundary conditions associated with the geometry do not have to be

docs/source/tools/two_phase_flow.rst

Lines changed: 0 additions & 37 deletions
This file was deleted.
File renamed without changes.

proteus/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import pkgutil
1010
__path__ = pkgutil.extend_path(__path__, __name__)
1111

12-
__version__ = '1.7.4.dev0'
12+
__version__ = '1.7.5'
1313

1414
__all__ = ["Archiver",
1515
"Domain",

0 commit comments

Comments
 (0)