- Apr 22, 2016
-
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
-
- Apr 21, 2016
-
-
Christoph Lehmann authored
-
Dmitri Naumov authored
Remove mesh lib on file io dependency
-
Christoph Lehmann authored
Simplify concrete processes
-
Dmitri Naumov authored
-
Dmitri Naumov authored
Use instead layered mesh constructor taking a GeoLib::Raster. Reading of the raster happens inside the application now.
-
Dmitri Naumov authored
Add parsing of piecewise linear curves.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
The constructor performed two things simultaniously, which is not good for a ctor: Constructing the object and calculating the values at given points. If needed such code should be moved to a standalone algorithm.
-
Dmitri Naumov authored
This way an expensive copy must be performed by the caller and is not hidden in the ctor.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
Reasoning: The vector's move operation is cheap and it covers the two cases of passed l-values and r-values w/o code duplication and templates. According to "Effective modern c++" Item 41: "Consider pass by value for copyable parameters that are cheap to move and always copied."
-
Dmitri Naumov authored
-
Christoph Lehmann authored
-
Christoph Lehmann authored
-
Christoph Lehmann authored
-
Christoph Lehmann authored
-
Christoph Lehmann authored
-
Christoph Lehmann authored
-
Christoph Lehmann authored
-
Christoph Lehmann authored
-
Christoph Lehmann authored
-
Christoph Lehmann authored
Thereby one does not use LocalAssemblerInterface in two different fashions inside one concrete process. That's a little bit more streamlined. On the other hand now the interface is passed as complete type, but the implementation is passed as template-template. That's less streamlined.
-
Christoph Lehmann authored
-
Christoph Lehmann authored
-
Christoph Lehmann authored
-
Christoph Lehmann authored
output parameters are not to passed as array of addresses anymore.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
Cleanup and remove warnings
-
Tom Fischer authored
-
- Apr 20, 2016
-
-
Tom Fischer authored
Cleanup and remove warnings
-
Dmitri Naumov authored
-