Small changes while testing 0D case

This commit is contained in:
Jorge Gonzalez 2026-02-27 22:21:37 +01:00
commit aad8675214
2 changed files with 6 additions and 6 deletions

View file

@ -183,7 +183,7 @@ submodule(moduleMesh) elements
!Compute the PLU factorization of K once boundary conditions have been read
CALL dgetrf(self%numNodes, self%numNodes, self%K, self%numNodes, self%IPIV, info)
IF (info /= 0) THEN
CALL criticalError('Factorization of K matrix failed', 'readBoundaryEM')
CALL criticalError('Factorization of K matrix failed', 'constructGlobalK')
END IF