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.
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.