Re: [Libmesh-users] Creating a parallel mesh with 2 cubes

2017-09-12 Thread Roy Stogner
On Tue, 12 Sep 2017, Cyrill Vonplanta wrote: I am relatively new to libmesh and I would like to create a geometry in parallel with 2 cubes for benchmarking purposes. What would be the easiest way to go about this? I cannot call MeshTools::Generation::build_cube() 2 times with the same mesh, ri

[Libmesh-users] Creating a parallel mesh with 2 cubes

2017-09-12 Thread Cyrill Vonplanta
Dear libmesh-users, I am relatively new to libmesh and I would like to create a geometry in parallel with 2 cubes for benchmarking purposes. What would be the easiest way to go about this? I cannot call MeshTools::Generation::build_cube() 2 times with the same mesh, right? Best Cyrill --