This project is mirrored from https://gitlab.opengeosys.org/ogs/ogs.git.
Pull mirroring updated .
- May 07, 2015
-
-
-
Tom Fischer authored
[Fix] Added checks for VTU reader
-
Karsten Rink authored
Using new interface of Mesh to access Properties and PropertyVector in class MeshRevision
-
Karsten Rink authored
-
- May 06, 2015
-
-
Karsten Rink authored
-
- May 04, 2015
-
-
Dmitri Naumov authored
Command line tool for mapping geometry to the surface of a mesh
-
Tom Fischer authored
-
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
reduceElement returns the number of elements the given element is reduces to.
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
The number of new cells is used later on.
-
Dmitri Naumov authored
Using new mesh interface for Properties in class ElementValueModification
-
Dmitri Naumov authored
-
-
-
Karsten Rink authored
Small interface change class PropertyVector
-
Tom Fischer authored
The method size() returns now the number of tuples instead of the number of values.
-
Tom Fischer authored
-
- Apr 29, 2015
-
-
Tom Fischer authored
ElementValueModification::setByElementType() uses the new Property data structures.
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
Method will substitute getMeshValues() later on.
-
Tom Fischer authored
Neumann type boundary conditions.
-
- Apr 28, 2015
-
-
Dmitri Naumov authored
Create boundary conditions along polyline
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
The solution is given in http://docs.opengeosys.org/docs/benchmarks/elliptic/groundwater-flow-neumann.
-
Dmitri Naumov authored
This should go into the project description really.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
The Neumann BC is a*du/dn = g_N(x), and the user provides only the g_N(x) function.
-
Dmitri Naumov authored
-