Jian Huang
Jian Huang
In `SolidMechanicsLagrangianFEM::calculateResidualNorm`, `Rdisplacement` is actually computed. I agree to remove `Rtotal`, which is a bit confusing; but suggest to keep both `Rdisplacement` and `Rtraction` for `SolidMechanicsLagrangeContact::calculateContactResidualNorm` to check the convergence...
> Hi, Have you checked if `kgdViscosityDominated_poroelastic_benchmark.xml` is exactly the same for "`develop`" and "`develop 94e338c`" cases? Thanks! @TotoGaz @karimifard Yes, there are some changes for the smoke tests of...
This is the identified limitation of internal surface generator. If switching to external surface importer (#2580), this MPI issue would be fixed!
Testing GPU runs for `SPE10_with_burdens_sequential.xml` with develop repo `5c88b35c2`. ``` ------------------- TIMESTEP START ------------------- - Time: 00h00m00s (0 s) - Delta Time: 01h00m00s (3600 s) - Cycle: 0 ------------------------------------------------------ Time:...
@liushilongpku In your config file, add following lines to enable hypre support on GPU ``` set(ENABLE_HYPRE ON CACHE BOOL "") set(ENABLE_HYPRE_DEVICE "CUDA" CACHE BOOL "") ```
@liushilongpku Which CUDA version are you using? any error for the compilation of TPLs and GEOS?