Chris Richardson
Chris Richardson
@jorgensd Re: the speedup in parallel - you should do a weak scaling (e.g. double the mesh size with `-np 2`). I think you will then find it is not...
See PR #3756 which also refines hexahedral meshes and quadrilateral meshes. Further work is required for higher-order geometry meshes.
Branch is `chris/trilinos`
TO DO: - [x] Add Trilinos (minimal required) to docker container - [x] Detect Trilinos properly with CMake (removing my hard-wired directories) - [ ] Make Trilinos optional and only...
Thanks @jorgensd - I will take a look.
I am not sure how to clean up the cmake file to prevent this from happening, currently has: `HINTS ${PARMETIS_ROOT}/lib $ENV{PARMETIS_ROOT}/lib ${PETSC_INCLUDE_DIRS}` but if `PARMETIS_ROOT` is not set, (or in...
Addresses issue #3701