- Aug 23, 2018
-
-
Dmitri Naumov authored
-
- Jan 02, 2018
-
-
Dmitri Naumov authored
Clang format run on near-the-header lines. Happy New Year
-
- Jan 09, 2017
-
-
- Jun 21, 2016
-
-
Dmitri Naumov authored
Also remove unneeded default dtors.
-
- May 17, 2016
-
-
Dmitri Naumov authored
-
- Jan 13, 2016
-
-
Dmitri Naumov authored
-
- Sep 21, 2015
-
-
Dmitri Naumov authored
This is automatic replacement with ag '(?<!std::)size_t(?!\w)' --ignore-dir=ThirdParty -l | xargs perl -pi.bak -e 's/(?<!std::)size_t(?!\w)/std::size_t/g'
-
- Jul 08, 2015
-
-
Tom Fischer authored
Using std::array-constructor version of Point3dWithID, which is the base class of Node.
-
- Jun 26, 2015
-
-
Dmitri Naumov authored
-
- May 21, 2015
-
-
- Jan 21, 2015
-
-
Tom Fischer authored
-
Tom Fischer authored
Using unique type for id fixes some warnings.
-
Tom Fischer authored
Changed the base class from PointWithID to MathPoint. Also introduced a std::size_t _id for the id of the Node. This change saves 8 bytes per MeshLib::Node because the Node is not anymore a GeoObject.
-
- Jan 20, 2015
-
-
Lars Bilke authored
-
- Oct 20, 2014
-
-
Lars Bilke authored
-
- Sep 03, 2014
-
-
Dmitri Naumov authored
-
- Jan 10, 2013
-
-
Lars Bilke authored
-
- Jan 02, 2013
-
-
Lars Bilke 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
-
- 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 14, 2012
-
-
Tom Fischer authored
renamed namespace GEOLIB to GeoLib in order to be consistent with other OGS-libraries and directory names
-
Tom Fischer authored
- renamed method to access coordinates from getData() to getCoords()
-
- May 08, 2012
-
-
Karsten Rink authored
changed size_t to unsigned; included a few (yet unimplemented) methods for mesh-consistency checking
-
Karsten Rink authored
-
- May 03, 2012
-
-
Karsten Rink authored
added some basic functionality (get, add, etc.) and introduced an example finite element class for tetrahedra
-
- May 02, 2012
-
-
Karsten Rink authored
-
Karsten Rink authored
-