Use space_t in more places instead of simul_box_t
Description
- Reduced the usage of
sb%periodic_dim,sb%dimandder%dimby using the corresponding components ofspace_t. - Removed the
simul_box_is_periodicandsimul_box_has_zero_bcfunctions. - Some cleanup and cosmetic changes.
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.