smelchio
smelchio
FYI, `gmsh file.geo -3 -part 2 -part_split` is the command to generate a mesh that is split into `file_1.msh` and `file_2.msh`.
Dan, do you think that you would have time to support the parallel reader in April?
Dear @ibaned In the following weeks, we need omega_h to be able to import distributed mesh files generated with gmsh. Concerning the two following options: - either get a strong...
Do you mean that it is more expensive than synchronizing an "equivalent" array with a fixed number of degrees of freedom? Would you still recommend this approach in order to...
Instead of one arrays with a varying number of degrees of freedom, it might be equivalent to work with several arrays such that for each them we store data on...
This task is now on the top of our stack and we would like to move forward on it. We already implemented the following ```template struct VariableSizeData { protected: osh::LOs...
Did you solve https://github.com/SNLComputation/omega_h/issues/327 ? Inspired from https://github.com/SNLComputation/omega_h/blob/master/src/Omega_h_mesh.cpp#L627-L634 ``` Read Mesh::ghost_global_index() { const auto globals_e = globals(dim()); const auto g = 1 - owned(this->dim()); const auto g2e = collect_marked(g); return...
Hello @ibaned, I am a coworker of @tristan0x. Could you please also invite me to view https://github.com/ibaned/louie ? Many thanks
Thanks a lot for sharing your example on Lagrangian hydrodynamics. It is indeed interesting even if we are not very familiar with Lagrangian formulation with Finite Volume discretization. To start...
cc @tristan0x