- Jun 16, 2017
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
- Jun 13, 2017
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
Doing this in a destructor is the only place where we can guarantee that no open file descriptors will be left behind.
-
Jakub Klinkovský authored
I was running a load method on some object in a loop, which was returning false most of the time, and eventually the process run out of file descriptors because the file was not closed properly.
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
The original structure was not a set in the mathematical sense, but a map - renamed to reflect this.
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
- May 20, 2017
-
-
Jakub Klinkovský authored
- missing 'thisMultiplicator' in two addVectors calls - swapped 'x' and 'b' in getResidue call - added preconditioning - added bicgstab-exact-residue parameter - general cleanup
-
- May 13, 2017
-
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
- May 12, 2017
-
-
Tomáš Oberhuber authored
-
- Apr 26, 2017
-
-
Tomáš Oberhuber authored
Conflicts: examples/advection/LaxFridrichs.h examples/advection/advection.h examples/advection/advectionProblem_impl.h examples/inviscid-flow/1d/EulerPressureGetter.h examples/inviscid-flow/1d/EulerVelGetter.h examples/inviscid-flow/1d/LaxFridrichsContinuity.h examples/inviscid-flow/1d/LaxFridrichsEnergy.h examples/inviscid-flow/1d/LaxFridrichsMomentum.h examples/inviscid-flow/1d/eulerProblem_impl.h examples/inviscid-flow/2d/EulerPressureGetter.h examples/inviscid-flow/2d/EulerVelGetter.h examples/inviscid-flow/2d/EulerVelXGetter.h examples/inviscid-flow/2d/EulerVelYGetter.h examples/inviscid-flow/2d/LaxFridrichsContinuity.h examples/inviscid-flow/2d/LaxFridrichsEnergy.h examples/inviscid-flow/2d/LaxFridrichsMomentumX.h examples/inviscid-flow/2d/LaxFridrichsMomentumY.h examples/inviscid-flow/2d/euler.h examples/inviscid-flow/eulerProblem_impl.h
-
Tomáš Oberhuber authored
-