Jed Brown
Jed Brown
"standard options" = "Default options" up top :point_up: . Adding the elasticity suite of options (my PETSc command line there is equivalent to whtat MFEM does in code) is causing...
I'm seeing smaller thresholds converging somewhat better. * `-mg_coarse_pc_hypre_boomeramg_strong_threshold 0.25` ``` 0 SNES Function norm 3.435982086055e-03 Linear solve converged due to CONVERGED_RTOL iterations 19 Iteratively computed extreme singular values: max...
Interesting, I see the convergence is quite different when run on CPU versus configured with HIP because different algorithms are requested. I need a different build of Hypre when I...
Awesome, thanks for checking it out. And please let us know if a different GPU configuration is recommended. That configuration was selected by @stefanozampini based on what worked on GPU...
Awesome, thanks so much. We'll use this suite in the scaling studies we plan over the next week (using both Hypre and GAMG).
Thanks @YohannDudouit. For this project, we're interested in fairly low order, where tensor structure is not necessary, but we'd want to be able to extend to the tensor Nedelec elements....
I think PETSc should traverse the boundary faces, find their outward facing normal, and label them using the same convention as is used for hex meshes. It's frankly embarrassing that...
And we've discussed that 1. doing different setup with tet vs hex meshes is bad for comparison studies and 2. this is **not** sufficient because we need the 6 faces...
I rebased on main, but this branch is failing in the same way it was before (for me).
Let us know when this is ready for last round of review.