This project is mirrored from https://gitlab.opengeosys.org/ogs/ogs.git.
Pull mirroring updated .
- Jan 01, 2021
-
-
Dmitri Naumov authored
-
- Jan 03, 2020
-
-
Dmitri Naumov authored
-
- Sep 12, 2019
-
-
Dmitri Naumov authored
Fixes multiple copyright messages in the doxygen docu. ag '\\file' -L --ignore=ThirdParty *Lib |xargs sed -i 's/\(.*\)\\copyright/\1\\file\n\1\\copyright/'
-
- Jan 06, 2019
-
-
Dmitri Naumov authored
-
- Sep 17, 2018
-
-
Christoph Lehmann authored
-
- Jan 02, 2018
-
-
Dmitri Naumov authored
Clang format run on near-the-header lines. Happy New Year
-
- Jan 10, 2017
-
-
Dmitri Naumov authored
-
- Jan 09, 2017
-
-
Dmitri Naumov authored
-
- Jan 13, 2016
-
-
Dmitri Naumov authored
-
- Jun 09, 2015
-
-
- May 07, 2015
-
-
- Feb 09, 2015
-
-
Norihiro Watanabe authored
-
Norihiro Watanabe authored
-
- Jan 20, 2015
-
-
Lars Bilke authored
-
- Sep 03, 2014
-
-
Dmitri Naumov authored
-
- Jan 11, 2013
-
-
Lars Bilke authored
-
- Oct 17, 2012
-
-
Tom Fischer authored
renamed struct for type of element from FEMElemType to CellType and renamed virtual method getFEMType() to getCellType() in Elemnts class hierarchy
-
- Oct 10, 2012
-
-
Tom Fischer authored
added (1) FEMElemType to elements as template parameter, (2) method getFEMType() and (3) an enum for FEM element types
-
Tom Fischer authored
-
- Sep 27, 2012
-
-
Tom Fischer authored
-
Tom Fischer authored
renamed Tri.h to TemplateTri.h and separated class template implementation of class template TemplateTri to TemplateTri.hpp
-
- Sep 26, 2012
-
-
Tom Fischer authored
-
- Sep 25, 2012
-
-
Tom Fischer authored
-
- Sep 19, 2012
-
-
Lars Bilke authored
-
Lars Bilke authored
-
- Sep 12, 2012
-
-
Karsten Rink authored
added functionality to find all nodes that are connected via edges and via element to other nodes; replaces all cout's with appropriate logog messages
-
- Aug 30, 2012
-
-
Karsten Rink authored
fixed gmshinterface; fixed mesh copy constructor; fixed layer mapping; removed various TODO6 tags. DIRECT STs still not working; FEFLOW and TETGEN still not working; getsurface still not working
-
- Aug 23, 2012
-
-
Tom Fischer authored
this leads to the other changes of this commit in the inheritance hierarchy introduced a const_cast in Element::addNeighbor()
-
- Aug 22, 2012
-
-
Tom Fischer authored
-
- Aug 10, 2012
-
-
Tom Fischer authored
- added (a not yet finished version) CollapseMeshNodes programme - changes in SimpleTests/MeshTests/CMakeLists.txt [MeshCoarsener] - new class used by CollapseMeshNodes - can be used to make mesh nodes unique within a small epsilon radius [MeshIO] - added writing functionality for old mesh format [GeoLib::Grid] - changed interface (method getPointsWithinCube() -> getVecsOfGridCellsIntersectingCube()) - corrected documentation [all mesh elements] - added method clone() - added method getType() - removed attribute type from abstract base class Element
-
- Jun 28, 2012
-
-
Lars Bilke authored
-
Lars Bilke authored
This reverts commit 05677165. Conflicts: FileIO/XmlIO/XmlGspInterface.cpp README.md
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
-
- May 11, 2012
-
-
Karsten Rink authored
-
- May 08, 2012
-
-
Karsten Rink authored
changed size_t to unsigned; included a few (yet unimplemented) methods for mesh-consistency checking
-
Karsten Rink authored
-