jimlutsko / classicalDFT

GNU General Public License v3.0
9 stars 1 forks source link

Refactor: Reorganise dft_lib files according to their namespace #15

Open migduroli opened 4 years ago

migduroli commented 4 years ago

The Lib folder is full of useful classes which could be reorganised in the following folder structure. This could be useful for new contributors to easily identify the module they can start contributing to (in a more controlled way):

jimlutsko commented 4 years ago

This sound like a good idea but one small thing: I think the Util VisitWriter should be moved to be a method on the Density object as its only purpose is to write the density in a form that can be used by vtk-based graphics programs.

migduroli commented 4 years ago

I've tried to update how I see the final dir-tree will be, including reference to the classes/files affected (from legacy_lib). If you see anything wrong or missing, please do not hesitate to modify it.