Dan Ibanez

Results 127 comments of Dan Ibanez

This is a lot of work! Do we expect every existing Omega_h use case to still work with these changes? If so I'm going to go ahead and verify that...

Just found the first issue: in general, we try not to require Kokkos in Omega_h (in the past Kokkos didn't build on Windows and Omega_h needed to). This line in...

Thank you! The library compiles now, but the `mixed_mesh` test doesn't compile. Could you make sure that the `mixed_mesh` test is not compiled if `Omega_h_USE_SimModSuite=OFF`?

Omega_h respects multiple zone (multi-material) topology. This means (among other things) if two materials don't touch before adaptation, they still don't touch after. This is done with the so-called "classification"...

@tristan0x my bad, it looks like I allowed in some changes that I shouldn't have. I will remove those asserts in a bit.

It depends on what format is being written, but yes fundamentally if the solution is stored as an Omega_h "tag" attached to mesh elements (cells), then the formats that support...

Fundamentally, CUDA 11.2 is unusable for us. Please use either earlier or newer versions.

This is possible to implement, but would take substantial effort...

That can also be done, and I think that is less effort

I would probably need to modify the refine/coarsen/swap code to remove candidates that are marked in a certain way. The marking would be some kind of tag attached to entities,...