- Nov 07, 2012
-
-
Karsten Rink authored
-
- Nov 03, 2012
-
-
Dmitri Naumov authored
-
- Oct 17, 2012
-
-
Tom Fischer authored
-
- Sep 19, 2012
-
-
Lars Bilke authored
-
Lars Bilke authored
-
- Sep 18, 2012
-
-
Tom Fischer authored
added function rotatePoints() that is applying a 3x3 rotation matrix to the points given within the vector pnts refactored rotatePointToXY() added function rotatePointsToXZ()
-
Tom Fischer authored
-
- Sep 12, 2012
-
-
Lars Bilke authored
-
Karsten Rink authored
-
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
-
Lars Bilke authored
-
- 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 22, 2012
-
-
Tom Fischer authored
-
- Aug 20, 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
-
- Jul 13, 2012
-
-
Tom Fischer authored
-
- Jul 03, 2012
-
-
Tom Fischer authored
- added method to calculate a balanced workload [new file SimpleTests/MatrixTests/MatVecMultPthreads.cpp] - test matrix vector multiplication employing pthreads and balanced work [files MathLib/LinAlg/Sparse/amuxCRS.{cpp,h}] - implemented matrix vector multiplication employing pthreads that better balances the work
-
- Jun 28, 2012
-
-
Lars Bilke authored
-
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
-
Lars Bilke authored
-
- May 25, 2012
-
-
Tom Fischer authored
-
- May 23, 2012
-
-
Tom Fischer authored
- changed function scpr - for vectors of size 3 there is a specialisation of the function template which avoids OpenMP technique for very small vectors
-
- May 22, 2012
-
-
Tom Fischer authored
- added class template LinearIntervalInterpolation
-
- May 21, 2012
-
-
Tom Fischer 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 10, 2012
-
-
Tom Fischer authored
- FileFinder.h - FileTools.h - TimeMeasurementBase.h - quicksort.h changes due to namespace changes in: - PointVec.cpp - Polygon.cpp - AdjMat.cpp - CRSMatrixReordered.cpp
-
Tom Fischer authored
in order to make the name of libraries, namespaces and directories more consistent the Base directory is know named BaseLib
-
- May 09, 2012
-
-
Karsten Rink authored
added test application for mesh reading, fixed some bugs, reading and creating a mesh is working now; Mesh is (for now) a friend of Node, this should be fixed soon.
-
- May 08, 2012
-
-
Karsten Rink authored
changed size_t to unsigned; included a few (yet unimplemented) methods for mesh-consistency checking
-
- May 02, 2012
-
-
Karsten Rink authored
-