Add cwf.cpp which takes a mesh and a points file as command line arguments. We can later expose more parameters, such as the number of iterations, the directory where to write intermediate files, etc.
There are also changes in the function calculate() but MAIN,cpp does the same as before.
Add
cwf.cpp
which takes a mesh and a points file as command line arguments. We can later expose more parameters, such as the number of iterations, the directory where to write intermediate files, etc.There are also changes in the function
calculate()
butMAIN,cpp
does the same as before.