Skip to content

Commit

Permalink
Merge branch 'devel' into HypreEvol
Browse files Browse the repository at this point in the history
  • Loading branch information
raback committed Nov 12, 2024
2 parents 685d957 + 4202809 commit 816b213
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions fem/src/SolverUtils.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1940,9 +1940,16 @@ SUBROUTINE DetermineContact( Solver )
END IF

pContact = IsPelement(Mesh % Elements(1) )
IF( pContact ) THEN
! We only have to deal with the middle dofs if they are not condensated away!
IF( .NOT. ListGetLogical( Params,'Bubbles in Global System',Found ) ) THEN
IF(Found) pContact = .FALSE.
END IF
END IF
IF( ListGetLogical( Params,'Contact Linear Basis',Found ) ) THEN
pContact = .FALSE.
END IF

IF( pContact ) THEN
CALL Info(Caller,'Using p-elements for contact, if available in projector!',Level=8)
END IF
Expand Down

0 comments on commit 816b213

Please sign in to comment.