daisy-model / daisy

Refactor of Daisy
GNU General Public License v2.0
5 stars 0 forks source link

Reorganize headers + move some declarations from .C to .h files + tests #32

Closed orting closed 3 months ago

orting commented 3 months ago

Header files have been reorganized to match the source files. The main implication is that you now have to do #include "daisy/soil/transport/geometry.h" instead of #include "geometry.h"

A lot of dai system tests have been implemented. At this point the purpose of these tests is twofold (1) check that the code can run and (2) check if simulation output is consistent.

Some C++ unit tests have been implemented.