Skip to content

State routine to grid

Nicolas Tancogne-Dejean requested to merge state_routine_to_grid into develop

Description

Moving some routines that manipulate mesh functions to mesh_function.F90. These allow to move some code to lower level. The routines are changed to use blas, as it was done in some places. Moreover some safe tests are added to make these routines more robust if possible.

News snippet

Making the code more robust for some mesh functions.

Checklist

  • I have checked that my code follows the Octopus coding standards
  • I have added tests for all the new features added in this request.
Edited by Nicolas Tancogne-Dejean

Merge request reports