Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
  1. Nov 08, 2016
    • adelmann's avatar
      add ippl · 450e0fbd
      adelmann authored
      450e0fbd
    • frey_m's avatar
      CMake changes specific for Edison and Cori. · 09672b8d
      frey_m authored
      - In case of Edison and Cori we should not
        call the find_package(Trilinos) command
        otherwise it uses the wrong
        TRILINNOS_TPL_LIBRARIES (i.e. instead
        of cray-tpsl/16.07.1 [that we need to load]
        it uses cray-tpsl/16.06.1 linked libs).
        This leads obviously to linker problems.
      - Fix if-statement bug in src/CMakeLists.txt
      
      modified:   CMakeLists.txt
      modified:   src/CMakeLists.txt
      09672b8d
  2. Nov 07, 2016
    • frey_m's avatar
      Edison / Cori cmake changes. · f974e4f6
      frey_m authored
      modified:   src/CMakeLists.txt
      f974e4f6
    • frey_m's avatar
      AMR test case: · b125b8ac
      frey_m authored
      - check ${HOSTNAME} for compilation.
      - h5file_t cast.
      
      modified:   CMakeLists.txt
      modified:   H5Reader.h
      b125b8ac
    • frey_m's avatar
      AMR: Modify AMR dependent code such that we are able · 775e2ad8
      frey_m authored
           to compile with the "amrcore" branch of BoxLib.
      
      We had to comment several lines of the following files:
      
      modified:   src/Algorithms/ParallelTTracker.cpp
      modified:   src/Solvers/amr/ElectroMagneticParticleClass.H
      modified:   src/Solvers/amr/Electrostatic.cpp
      modified:   src/Solvers/amr/ParticleDerive.cpp
      modified:   src/Track/TrackRun.cpp
      775e2ad8
  3. Nov 06, 2016
    • frey_m's avatar
      AMR test case: · 82ac384d
      frey_m authored
      - tracking of beam
      
      modified:   CMakeLists.txt
      modified:   PoissonProblems.cpp
      modified:   testAmrPartBunch.cpp
      modified:   visualize.py
      82ac384d
  4. Nov 05, 2016
  5. Nov 02, 2016
  6. Nov 01, 2016
    • frey_m's avatar
      AMR test case: · 7554e964
      frey_m authored
      - PoissonProblems: In case of Gaussian distribution
        mean and standard deviation can be set at runtime
      - usage of 1 / (4*pi*\epsilon_0) in
        PoissonProblems::doSolveParticlesReal
      
      modified:   CMakeLists.txt
      modified:   H5Reader.cpp
      modified:   PoissonProblems.cpp
      modified:   PoissonProblems.h
      modified:   error.cpp
      modified:   visualize.py
      7554e964
  7. Oct 31, 2016
  8. Oct 30, 2016
    • frey_m's avatar
      AMR test case: · 9e1818c3
      frey_m authored
      - Doxygen documentation
      
      modified:   Tagging_nd.f90
      new file:   analyse.py
      modified:   error.cpp
      modified:   vis_iter.py
      modified:   visualize.py
      9e1818c3
    • frey_m's avatar
      AMR test case: · 2daa09a7
      frey_m authored
      - start with AMR example.
      
      modified:   CMakeLists.txt
      modified:   PoissonProblems.cpp
      modified:   PoissonProblems.h
      modified:   error.cpp
      2daa09a7
    • frey_m's avatar
      AMR test case: · aa1ecb84
      frey_m authored
      - bug fix in Distribution reading from H5 file
      
      modified:   Distribution.cpp
      aa1ecb84
  9. Oct 29, 2016
    • frey_m's avatar
      AMR test case: · e1fc299d
      frey_m authored
      - Doxygen documentation
      
      modified:   AmrOpal.h
      modified:   AmrOpal_F.h
      modified:   AmrPartBunch.h
      modified:   Distribution.h
      modified:   H5Reader.h
      modified:   PartBunch.h
      modified:   PartBunchBase.h
      modified:   PoissonProblems.h
      modified:   Solver.cpp
      modified:   Solver.h
      modified:   error.cpp
      modified:   iterative.cpp
      modified:   testSolver.cpp
      modified:   writePlotFile.H
      e1fc299d
    • frey_m's avatar
      AMR test case: · 08d92468
      frey_m authored
      - put different Poisson problems into class
        --> less redundant coding (error.cpp)
      - split up Solver.h into *.h and *.cpp file
      
      modified:   CMakeLists.txt
      new file:   PoissonProblems.cpp
      new file:   PoissonProblems.h
      copied:     Solver.h -> Solver.cpp
      modified:   Solver.h
      modified:   error.cpp
      modified:   writePlotFile.H
      08d92468
  10. Oct 28, 2016
    • frey_m's avatar
      AMR test case: · 961e272f
      frey_m authored
      - split Distribution.h into *.h and *.cpp file (cleaner)
      - implement reading of H5 files (cyclotron) based on
        code in OPAL, i.e. src/Structure/H5PartWrapper and
        src/Structure/H5PartWrapperForPC
      - add test file for reading H5 file
      
      modified:   CMakeLists.txt
      new file:   Distribution.cpp
      modified:   Distribution.h
      new file:   H5Reader.cpp
      new file:   H5Reader.h
      new file:   testH5Read.cpp
      961e272f
  11. Oct 27, 2016
  12. Oct 26, 2016
    • frey_m's avatar
      AMR test case: · a7fedd2e
      frey_m authored
      - fixed bug in Distribution.h: Instead of a Gaussian distribution
        a uniform was generated.
      - error.cpp: Multiple ways of solver: with and without particles,
      	     uniform and gaussian distribution.
      
      modified:   CMakeLists.txt
      modified:   Distribution.h
      modified:   error.cpp
      modified:   testAmrPartBunch.cpp
      a7fedd2e
    • frey_m's avatar
      AMR test case: · 47bc3024
      frey_m authored
      - additional test for studying convergence of solver.
      
      modified:   CMakeLists.txt
      47bc3024
    • frey_m's avatar
      AMR test case: · 01f83c26
      frey_m authored
      	- code cleaning
      
      modified:   error.cpp
      modified:   testSolver.cpp
      01f83c26
    • frey_m's avatar
      AMR test case: · f7969f9b
      frey_m authored
      - solver refinement over whole domain
      
      modified:   testSolver.cpp
      f7969f9b
  13. Oct 25, 2016
  14. Oct 24, 2016
Loading