Dear Sevinj, welcome to the Dumux mailing list and happy to hear that you are considering Dumux.
I’ll try to answer but it would be easier with more detail what you are trying to achieve. 1. Parallelization is possible for many models, both distributed memory parallelism with MPI and shared memory parallelism (several backends and for the assembly in the newest version) 2. We don’t provide any special helpers for cloud computing but you can of course run it in the cloud. The dependencies are very minimal so it should be easy to install. 3. You would have to be more specific what kind of mathematical model you are looking for. You can find an overview of available models here: https://dumux.org/docs/doxygen/master/modules.html. For instance a 2D shallow water model is available and there is an example here (https://git.iws.uni-stuttgart.de/dumux-repositories/dumux/-/tree/master/examples/shallowwaterfriction). The SWE model has been successfully tested on HPC clusters. The code is highly customisable build with the intention that almost every piece can be swapped out for a custom implementation. Best wishes Timo > On 20. Apr 2022, at 14:57, [email protected] wrote: > > Dear DumuxDune staff, > > > I am a student at TU Darmstadt and I am doing research on 2D software. In my > list I added DumuxDune as well. > > > I would be happy if you clear some questions for me. > > 1. Parallelization in Dumux Dune( in the handdbook there is a bit info but > unclear). > > 2. Cloud Computing in DumuxDune. > > 3. If it will be used in flood modelling. > > > Thank you in advance, > Sincerely, > Sevinj > _______________________________________________ > DuMux mailing list > [email protected] > https://listserv.uni-stuttgart.de/mailman/listinfo/dumux _______________________________________________ DuMux mailing list [email protected] https://listserv.uni-stuttgart.de/mailman/listinfo/dumux
