Hi Chen, the CMakesupport in DuMuX is still experimentel. If you have any problems you might want to use the autotools build system which is inherited from the one Dune uses. Nevertheless, we would like to get a notice for every spotted bug. Your problem is unrelated to the use of Windows.
> the problem is, all the projects are "test" projects or "tutorials", > am I missing something? where is the code of DuMuX itself? The only executibles which are created are tests and tutorials. Their source codes are in the subdirectories testand tutorial. You are looking for the files in the dumux subdirectory where the source code for the box method, the material laws and so on can be found. If you want to create your own applications, you can copy a test example and modify that. Or you can create your own Dune module using duneproject and define DuMuX as a dependency of your module. You can have a look in the buildsystem howto (see http://www.dune-project.org/doc/index.html) for an explenation of duneproject. Bye Christoph _______________________________________________ Dumux mailing list [email protected] https://listserv.uni-stuttgart.de/mailman/listinfo/dumux
