Skip to content
Snippets Groups Projects
  1. Aug 04, 2017
    • Jakub Klinkovský's avatar
      Fixed StaticVector for MIC · 3688fbc0
      Jakub Klinkovský authored
      - The inherited operator= is weird, but this seems to work.
      - Use TNL::pow instead of std::pow etc.
      3688fbc0
    • Jakub Klinkovský's avatar
      Refactoring read and write methods of File · 4b6c35f0
      Jakub Klinkovský authored
      The splitting with if( std::is_same<...> ) is not perfect, the code for
      all devices was always visible to the compiler, and irrelevant parts
      were optimized out at a much later stage. To fix compilation for MIC and
      custom data type, we need proper template specializations.
      4b6c35f0
    • Jakub Klinkovský's avatar
      Refactoring Math.h · 54784be9
      Jakub Klinkovský authored
      - Cleaned up unnecessary specializations of TNL::max and TNL::min
      - Implemented result type promotion to fix compilation with nvcc
      - Added TNL::sqrt, which will be necessary for MIC
      54784be9
  2. Aug 03, 2017
  3. Aug 02, 2017
  4. Aug 01, 2017
  5. Jul 31, 2017
  6. Jul 30, 2017
  7. Jul 29, 2017
  8. Jul 28, 2017
  9. Jul 27, 2017
  10. Jul 25, 2017
    • Vít Hanousek's avatar
      Merge branch 'develop' into MIC-devel · b1eab4d3
      Vít Hanousek authored
      b1eab4d3
    • Vít Hanousek's avatar
      Merge branch 'develop' into MIC-devel · 8fc0b0a1
      Vít Hanousek authored
      Conflicts:
      	CMakeLists.txt
      	build
      	src/TNL/Assert.h
      	src/TNL/Containers/SharedArray.h
      	src/TNL/Containers/StaticVector.h
      	src/TNL/Containers/StaticVector1D_impl.h
      	src/TNL/DevicePointer.h
      	src/TNL/Devices/Cuda.h
      	src/TNL/Operators/diffusion/LinearDiffusion_impl.h
      	src/TNL/Problems/HeatEquationProblem_impl.h
      	src/TNL/SharedPointer.h
      	src/TNL/Solvers/PDE/ExplicitUpdater.h
      	src/TNL/Solvers/SolverMonitor.h
      	src/TNL/UniquePointer.h
      8fc0b0a1
  11. Jul 16, 2017
  12. Jul 14, 2017
  13. Jul 12, 2017
    • Tomáš Oberhuber's avatar
      Merge branch 'develop' of geraldine.fjfi.cvut.cz:/local/projects/tnl/tnl into develop · 323dd294
      Tomáš Oberhuber authored
      Conflicts:
      	examples/advection/LaxFridrichs_impl.h
      	examples/inviscid-flow/1d/LaxFridrichsContinuity_impl.h
      	examples/inviscid-flow/1d/LaxFridrichsEnergy_impl.h
      	examples/inviscid-flow/1d/LaxFridrichsMomentum_impl.h
      	examples/inviscid-flow/2d/EulerPressureGetter_impl.h
      	examples/inviscid-flow/2d/EulerVelGetter_impl.h
      	examples/inviscid-flow/2d/EulerVelXGetter_impl.h
      	examples/inviscid-flow/2d/EulerVelYGetter_impl.h
      	examples/inviscid-flow/2d/LaxFridrichsContinuity_impl .h
      	examples/inviscid-flow/2d/LaxFridrichsEnergy_impl.h
      	examples/inviscid-flow/2d/LaxFridrichsMomentumX_impl.h
      	examples/inviscid-flow/2d/LaxFridrichsMomentumY_impl.h
      	src/TNL/Meshes/GridDetails/Grid2D_impl.h
      	src/TNL/Meshes/GridDetails/NeighbourGridEntitiesStorage.h
      	src/TNL/Meshes/GridEntity.h
      	src/TNL/Meshes/GridEntityConfig.h
      	src/TNL/Operators/NeumannBoundaryConditions.h
      323dd294
    • Tomáš Oberhuber's avatar
      Renaming neighbour to neighbor. · 75704c85
      Tomáš Oberhuber authored
      75704c85
    • Jakub Klinkovský's avatar
      Cosmetic changes in Array · 4f2d9832
      Jakub Klinkovský authored
      4f2d9832
  14. Jul 10, 2017
Loading