1919
2020Version 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
2471Version 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