Grid: is_matching method

This merge request adds a is_matching method to the grid_t type in mo_grid.

One can check if the respective grid matches another one:

match = grid%is_matching(other, tol=1e-7_dp, aux=.false.)

tol and aux are optional with the above given values as defaults.

Merge request reports

Loading