Skip to content

Coupling

Denis Louis requested to merge test_openmp into master

FEM code parallelized BEM code partially parallelized (Kevin branch has implemented more parallel features) FEM and BEM codes both working on separate parts of the domain, interacting through the boundary between the two domains FEM solver also works independently of the BEM solver (use srcs/FEM/main.cpp) and vice versa (use srcs/BEM/main.cpp) coupled solver in srcs/main.cpp

Merge request reports