Skip to content

Changes

#28 (May 17, 2024, 2:49:35 PM)

  1. Add contribution guidelines — Bruno Turcksin / githubweb
  2. Add information on testing — noreply / githubweb

#27 (May 10, 2024, 9:43:05 AM)

  1. Fix missing explicit instantiations — Daniel Arndt / githubweb

#26 (May 9, 2024, 9:26:40 AM)

  1. Fix APPLE — Daniel Arndt / githubweb

#25 (Apr 23, 2024, 9:41:58 AM)

  1. add AMR integration test with coarsening enabled — dewittsj / githubweb
  2. remove unnecessary header — dewittsj / githubweb

#24 (Apr 22, 2024, 9:00:51 PM)

  1. Bump version to 1.0.9 on master — Bruno Turcksin / githubweb

#23 (Apr 22, 2024, 10:36:59 AM)

  1. Remove embedded time stepping methods — Bruno Turcksin / githubweb
  2. Remove Kelly-based AMR — Bruno Turcksin / githubweb
  3. Refine the mesh at the first time step and improve verbose output — Bruno Turcksin / githubweb

#22 (Apr 9, 2024, 9:07:37 PM)

  1. Add support to using more than one MPI rank per ensemble member — Bruno Turcksin / githubweb
  2. CI: do not run on CPU nodes because they don't have enough RAM and processors — Bruno Turcksin / githubweb

#21 (Mar 26, 2024, 10:35:39 AM)

  1. Fix GCC warning — Bruno Turcksin / githubweb

#20 (Mar 19, 2024, 9:53:16 AM)

  1. change the convention for the z-offset of the deposition box for scan-path-based deposition — dewittsj / githubweb

#19 (Mar 18, 2024, 12:55:13 PM)

  1. increase flexibility in creating meshes and loading meshes — dewittsj / githubweb
  2. address reviewer comments in README — dewittsj / githubweb
  3. propagate changes to geometry.reset_material_id input name into Geometry.cc — dewittsj / githubweb

#18 (Mar 18, 2024, 11:14:42 AM)

  1. Add MaterialStates template parameter — Bruno Turcksin / githubweb
  2. Remove powder state from Solid and SolidLiquid MaterialStates — Bruno Turcksin / githubweb
  3. Remove liquid state from Solid MaterialStates — Bruno Turcksin / githubweb
  4. Fix PostProcessor — Bruno Turcksin / githubweb
  5. Optimize get_inv_rho_cp — Bruno Turcksin / githubweb
  6. Replace SolidLiquidPowder by SolidLiquid inn some tests — Bruno Turcksin / githubweb
  7. Split ETI in multiples files to improve compiling parallelism — Bruno Turcksin / githubweb
  8. Workaround nvcc limitation — Bruno Turcksin / githubweb
  9. Fix bug introduced by rebasing — Bruno Turcksin / githubweb

#17 (Mar 13, 2024, 10:45:30 AM)

  1. Make use_table a template parameter in hot loops — Bruno Turcksin / githubweb

#16 (Mar 12, 2024, 10:47:45 AM)

  1. Make MaterialProperty::polynomial_order a template parameter — Bruno Turcksin / githubweb

#15 (Feb 29, 2024, 11:40:03 AM)

  1. Reduce max FE degree from 10 to 5 — Bruno Turcksin / githubweb

#14 (Feb 23, 2024, 12:05:41 AM)

  1. Add support for checkpoint/restart — Bruno Turcksin / githubweb
  2. Add option to overwrite or not the checkpoint files — Bruno Turcksin / githubweb

#13 (Feb 21, 2024, 10:03:53 PM)

  1. Fix bug when adding material — Bruno Turcksin / githubweb

#12 (Feb 20, 2024, 10:13:53 AM)

  1. Fix a bug in the build system when using Adiak and remove unnecessary cmake include for Caliper — Bruno Turcksin / githubweb
  2. Enable Adiak and Caliper in the CI — Bruno Turcksin / githubweb

#11 (Feb 13, 2024, 11:31:13 AM)

  1. Fix clang-tidy warnings — Bruno Turcksin / githubweb

#10 (Feb 13, 2024, 11:28:16 AM)

  1. Remove dead code from jenkins configuration — Bruno Turcksin / githubweb
  2. Remove clang related code in Dockerfile — Bruno Turcksin / githubweb

#9 (Feb 7, 2024, 2:20:04 PM)

  1. Add json reader — Bruno Turcksin / githubweb

#8 (Feb 6, 2024, 10:03:47 PM)

  1. Changed eps to be computed using the deposition start time and error between the time step and activation time. — ashleyrgannon / githubweb
  2. Just changed eps to be dt/1e10 instead of 1e10 to avoid roundoff at later timesteps. — ashleyrgannon / githubweb

#7 (Feb 6, 2024, 9:10:32 PM)

  1. Replace ADAMANTINE_HOST_DEV with KOKKOS_FUNCTION — Bruno Turcksin / githubweb
  2. Replace __device__ with KOKKOS_FUNCTION — Bruno Turcksin / githubweb
  3. Replace dealii::MemorySpace::CUDA with dealii::MemorySpace::Host — Bruno Turcksin / githubweb
  4. Remove Kokkos::ScopeGuard since it is called by dealii::MPI::MPI_InitFinalize — Bruno Turcksin / githubweb
  5. Replace MemoryBlock and MemoryBlockView with Kokkos::View — Bruno Turcksin / githubweb
  6. Replace for_each with Kokkos::parallel_for — Bruno Turcksin / githubweb
  7. Remove CUDA code and replace it with Kokkos — Bruno Turcksin / githubweb
  8. Update README — Bruno Turcksin / githubweb
  9. Require deal.II 9.5 or later — Bruno Turcksin / githubweb
  10. Works with HIP — Bruno Turcksin / githubweb
  11. Improve build system — Bruno Turcksin / githubweb
  12. Update Dockerfile — Bruno Turcksin / githubweb
  13. Fix bugs after rebase — Bruno Turcksin / githubweb
  14. Fix warning — Bruno Turcksin / githubweb
  15. Add missing include — Bruno Turcksin / githubweb
  16. Run the CI on ampere GPU — Bruno Turcksin / githubweb
  17. Remove useless typename — Bruno Turcksin / githubweb
  18. Update jenkins_config — Bruno Turcksin / githubweb
  19. Fix tests CMakeLists.txt — Bruno Turcksin / githubweb
  20. Fix issues when using CUDA: use Kokkos::min/max instead of std::min/max — Bruno Turcksin / githubweb

#6 (Jan 24, 2024, 10:25:55 AM)

  1. Use MPI groups to parallelize data assimilation — Bruno Turcksin / githubweb
  2. Add comments — Bruno Turcksin / githubweb
  3. Move gather/scatter code to their own functions — Bruno Turcksin / githubweb

#5 (Dec 19, 2023, 3:47:10 PM)

  1. fix parsing of the elastic limit — dewittsj / githubweb
  2. ensure mechanical properties are only set for solids — dewittsj / githubweb

#4 (Dec 1, 2023, 3:21:08 PM)

  1. Reindent jenkins configuration file — Bruno Turcksin / githubweb
  2. Add jenkins pipeline options — Bruno Turcksin / githubweb