- Oct 31, 2012
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
- Oct 30, 2012
-
-
Tom Fischer authored
moved functions getFileNameFromPath(), getSuffixFromPath(), copyPathToFileName() and extractPath() from files StringTools.{cpp,h} to files FileTools.{cpp,h}
-
- Oct 25, 2012
-
-
Lars Bilke authored
This reverts commit 27eb90b0.
-
Lars Bilke authored
This should fix #20.
-
- Oct 10, 2012
-
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
- Sep 27, 2012
-
-
Tom Fischer authored
-
- Sep 19, 2012
-
-
Tom Fischer authored
-
- Sep 17, 2012
-
-
Karsten Rink authored
-
- Sep 13, 2012
-
-
Lars Bilke authored
-
Lars Bilke authored
-
- Sep 12, 2012
-
-
Lars Bilke authored
-
- Sep 07, 2012
-
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
in order to test run time behaviour with contiguous data in memory
-
Tom Fischer authored
-
- Sep 06, 2012
-
-
Tom Fischer authored
-
- Sep 03, 2012
-
-
Tom Fischer authored
added memory usage output
-
- Aug 30, 2012
-
-
Tom Fischer authored
-
- Aug 24, 2012
-
-
Tom Fischer authored
- one for output file name of the new mesh - another for the maximal collapse distance
-
- Aug 22, 2012
-
-
Lars Bilke authored
-
- Aug 21, 2012
-
-
Tom Fischer authored
-
- Aug 17, 2012
-
-
Karsten Rink authored
-
Tom Fischer authored
-
- Aug 14, 2012
-
-
Lars Bilke authored
-
- Aug 10, 2012
-
-
Karsten Rink authored
-
Tom Fischer authored
-
Tom Fischer authored
- optimized addNeighbor() [Mesh] - optimized setNeighborInformationForElements()
-
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
-
Karsten Rink authored
added first version to find and store neighbours of all elements during mesh initialisation (work in progress)
-
- Jul 03, 2012
-
-
Tom Fischer authored
-
Lars Bilke authored
-
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
-
- Jul 02, 2012
-
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
- fixed a typo - print host info under Unix - fixed some memory leaks [file SimpleTests/MatrixTests/MatVecMultNDPermOpenMP.cpp] - added TCLAP and logog to file - added Copyright and License notice
-
- Jun 28, 2012
-
-
Tom Fischer authored
- added copyright notice - output machine name running the program [file SimpleTestsMatrixTests/MatVecMultNDPerm.cpp] - added copyright notice
-
Tom Fischer authored
- analyse work per core employing OpenMP
-