Skip to content
Failed

Changes

Summary

  1. BIT_CHANGING bug fix for the penta_lu solver, only BC when using penta_solve_method=2 (#1264) (details)
  2. Bicgstab addition (#1261) (details)
  3. Small bug fix to make gfortran+debug happy, without the _core_rknd this could be a potential type error (details)
Commit 419df6ef23f8775f6f3a83b6312f149d43062ffe by noreply
BIT_CHANGING bug fix for the penta_lu solver, only BC when using penta_solve_method=2 (#1264)

The file was modifiedpenta_lu_solver.F90 (diff)
Commit c77842f6ac6d78f16c08aed2bfebfceaf2bbc2ad by noreply
Bicgstab addition (#1261)

* Adding 'initial' bicgstab solver

* Currently working, lots of diagnostic code still present

* Pruning everything unneccesary, adding lots of comments, making names good.

* Adding jenkins test to plot results with different solvers

* jenkins script update

* jenkins script update

* jenkins script update

* jenkins script update

* jenkins script update

* jenkins script update

* jenkins script update

* Removing print statement

* Improved naming and comments

* Removing print statement

* A couple more comments.
The file was modifiedadvance_xm_wpxp_module.F90 (diff)
The file was modifiedCMakeLists.txt (diff)
The file was modifiedadvance_wp2_wp3_module.F90 (diff)
The file was modifiedmatrix_solver_wrapper.F90 (diff)
The file was addedpenta_bicgstab_solver.F90
Commit 74514b3a007458d588ec67cb92fc99fd92748015 by Gunther Huebler
Small bug fix to make gfortran+debug happy, without the _core_rknd this could be a potential type error
The file was modifiedpenta_bicgstab_solver.F90 (diff)