- Mar 11, 2016
-
-
Tom Fischer authored
The tool is now able to remove not only elements searched by MaterialIDs property but also for arbitrary char or int properties.
-
Tom Fischer authored
-
Tom Fischer authored
- Use LogogSetup - Use unique_ptr - Use FileIO::writeMeshToFile (allows for writing msh and vtu formats)
-
Lars Bilke authored
Clang sanitizer cleanup
-
- Mar 10, 2016
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
Use clang-sanitizer blacklist for undefined behaviour sanitizer.
-
- Mar 09, 2016
-
-
Dmitri Naumov authored
Download Boost from non-encrypted website
-
Lars Bilke authored
I uploaded Boost 1.56.0 to our Amazon S3 bucket. Fixes #1064
-
Tom Fischer authored
Fix surface creation bugs in SHPInterface
-
- Mar 08, 2016
-
-
Karsten Rink authored
Mesh Mapping in Data Explorer
-
Karsten Rink authored
-
Karsten Rink authored
-
Karsten Rink authored
-
Karsten Rink authored
-
Karsten Rink authored
-
Tom Fischer authored
- Removed temporaries. - Made variable const.
-
Tom Fischer authored
In that code setion it is already checked that the line segments (a,b) and (c,d) are parallel. At this point it is also known that the line segment (a,c) is also parallel to (a,b). In that case it is possible to express c as c(t) = a + t * (b-a) (analog for the point d). Since the evaluation of all three coordinate equations (x,y,z) have to lead to the same solution for the parameter t it is sufficient to compute t only once. Before the computation of the parameter was only performed for the x coordinate equation. If the line segment are perpendicular to the x-axis this leads to problems. The changes at hand treat this case.
-
Tom Fischer authored
- Removed unnecessary while loop. - Early return when polygon is simple. - Instead of (1) Polygon *p(new Polygon(...)); (2) list.insert(p) the implementation is now: list.insert(new Polygon(...)); which is shorter and does not polute the code with temporary objects.
-
Tom Fischer authored
-
Tom Fischer authored
The condition in the comment above the changed lines was not correct checked.
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
Prevents creation of empty aabb.
-
Christoph Lehmann authored
Added a matrix pool
-
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
-
Christoph Lehmann authored
-
Christoph Lehmann authored
-
Christoph Lehmann authored
-
Christoph Lehmann authored
-