On 7/17/25 12:19, Md Mahmudul Islam wrote:
Thank you again, Professor, for your kind reply. I hope I have solved the ghost element problem. But now I am encountering a new error of

[0]PETSC ERROR: Argument out of range

[0]PETSC ERROR: Inserting a new nonzero at (6,7) in the matrix


I have reviewed the previous messages and found it challenging to pinpoint the exact problem.

Mahmudul:
as before, I think that the error is actually quite clear: You are adding an entry to the matrix in a place where it is not allowed to add one. I assume this is a sparse matrix and that you need to make sure that the sparsity pattern knows that this is an entry you want to write into.

Best
 W.

--
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- You received this message because you are subscribed to the Google Groups "deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/dealii/a7f65996-fa32-49ba-9ae7-01c5c7b3d62a%40colostate.edu.

Reply via email to