Skip to content

Commit 8aeb362

Browse files
rrsettgastklevzoffFrancois Hamonandrea-franceschiniCusiniM
authored
release/0.2.x candidate (#1126)
* add RELEASE file. Update Code release number * update git workflow documentation * Update RELEASE_NOTES.md * Update RELEASE * Update RELEASE_NOTES.md Co-authored-by: Sergey Klevtsov <[email protected]> Co-authored-by: Francois Hamon <[email protected]> Co-authored-by: Andrea Franceschini <[email protected]> Co-authored-by: Francois Hamon <[email protected]> Co-authored-by: Sergey Klevtsov <[email protected]> Co-authored-by: Matteo Cusini <[email protected]> Co-authored-by: Yue Hao <[email protected]> Co-authored-by: Nicola Castelletto <[email protected]> Co-authored-by: Joshua White <[email protected]> Co-authored-by: Herve Gross <[email protected]>
1 parent 1e1a3e6 commit 8aeb362

File tree

6 files changed

+394
-42
lines changed

6 files changed

+394
-42
lines changed

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
LAWRENCE LIVERMORE NATIONAL LABORATORY NOTICE
22
---------------------------------------------
33

4-
LLNL-CODE-746361
4+
LLNL-CODE-812638
55

66
Portions of this work were produced under the auspices of the U.S. Department
77
of Energy by Lawrence Livermore National Laboratory under Contract DE-AC52-07NA27344.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ For acknowledgements, please read the [ACKNOWLEDGEMENTS](./ACKNOWLEDGEMENTS ) fi
6161

6262
For notice, please read the [NOTICE](./NOTICE ) file.
6363

64-
`LLNL-Code-746361` `OCEC-18-021`
64+
`LLNL-CODE-812638` `OCEC-18-021`

RELEASE

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
*******************************************************************************
2+
3+
GEOSX version 0.2.0
4+
5+
Copyright (c) 2018-2020 Lawrence Livermore National Security LLC
6+
Copyright (c) 2018-2020 The Board of Trustees of the Leland Stanford Junior University
7+
Copyright (c) 2018-2020 Total, S.A
8+
Copyright (c) 2019- GEOSX Contributors
9+
All rights reserved. See details in the file LICENSE.
10+
11+
Unlimited Open Source - LGPL v2.1 Distribution
12+
LLNL-CODE-812638
13+
OCEC-18-039

RELEASE_NOTES.md

Lines changed: 49 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,54 @@
1919

2020
Version v0.2.0 -- Release date 2020-06-20
2121
==========================================
22-
Lots of stuff to fill in...
22+
* Extensive updates to Data Repository
23+
* Discretization
24+
* Finite element interface
25+
* Kernel launching interface looping abstraction
26+
* Element formulations for 1st order:
27+
* 8-node hexahedron
28+
* 6-node wedge
29+
* 5-node pyramid
30+
* 4-node tetrahedron
31+
* Cell-centered Finite Volume method with Two-point Flux Approximation (TPFA)
32+
* Hybrid Finite Volume method with TPFA and quasi-TPFA inner products
33+
* Physics Solvers
34+
* Solid mechanics explicit on GPU, implicit assembly on GPU
35+
* Single-phase flow (assembly on GPU)
36+
* Classical FVM and Hybrid FVM formulations
37+
* Porous matrix and DFM fracture flow
38+
* Compositional multiphase flow (assembly on GPU)
39+
* Fully implicit isothermal overall composition formulation
40+
* Fluid constitutive models:
41+
* Equation-of-state hydrocarbon compositional
42+
* Three-phase extended black-oil
43+
* Two-phase CO2-brine
44+
* Multi-segmented wells for single phase and compositional multiphase flow (assembly on GPU)
45+
* Surface Generation
46+
* Topology change (legacy GEOS approach)
47+
* Embedded Discrete Fractures
48+
* Enriched finite element method for the discretization of the mechanics
49+
* Piecewise constant displacement jump enrichment
50+
* Hydrofracture solver (legacy GEOS approach)
51+
* Small strain aligned contact using Lagrange multipliers
52+
* Discrete fracture model using a low-order stabilized mixed finite element method
53+
* Proppant Transport Solver
54+
* FVM formulation
55+
* Major physical processes modeled:
56+
* Proppant-fluid slurry flow and multicomponent transport in fractures
57+
* Proppant gravitational settling
58+
* Proppant bed build-up and development space
59+
* Mesh Structure
60+
* Introduced the concept of extrinsic mesh data
61+
* Fracture elements to represent FV cells in fractures
62+
* VTK output
63+
* Linear algebra interface layers for Hypre, Trilinos, Petsc
64+
* Common interface for supported linear algebra packages
65+
* Krylov solvers (CG, GMRES, BiCGSTAB)
66+
* Preconditioners (algebraic multigrid, incomplete factorizations)
67+
* Block matrix and vector support
68+
* Serial and parallel direct solvers
69+
2370

2471
Version v0.1.0 -- Release date 2018-02-15
2572
==========================================
@@ -28,7 +75,7 @@ Initial Code Release containing:
2875
* Group
2976
* Wrapper
3077
* Input processing
31-
* Physics Solver hierarcy
78+
* Physics solver hierarchy
3279
* Solid Mechanics
3380
* Mesh data structure
3481
* NodeManager, EdgeManager, FaceManager, ElementManager

0 commit comments

Comments
 (0)