Skip to content
Failed

Changes

Summary

  1. Breaking up column loop in mono_flux_limiter. This may not be the final form for GPUization, but it's definitely a start, no longer do we have to copy single column variables to multicolumn ones anywhere. (#1051) (details)
  2. Adding tridiag_lu solver (#1056) (details)
Commit 9f86ec344fcdd14a084c6249520c33815e225c24 by noreply
Breaking up column loop in mono_flux_limiter. This may not be the final form for GPUization, but it's definitely a start, no longer do we have to copy single column variables to multicolumn ones anywhere. (#1051)

The file was modified mono_flux_limiter.F90 (diff)
Commit a5ae081b3485ebbd6b470a1bf077eaf8ba2a2979 by noreply
Adding tridiag_lu solver (#1056)

* Adding tridiag_lu solver

* Changing low to lower in tridiag_lu and penta_lu, also fixing up some spacing.

* Making variables that represent matrix solutions more consistently named.
The file was modified model_flags.F90 (diff)
The file was addedtridiag_lu_solver.F90
The file was modified matrix_solver_wrapper.F90 (diff)
The file was modified lapack_wrap.F90 (diff)
The file was modified penta_lu_solver.F90 (diff)