Hello everyone,
I am trying to solve a linear system inside a non-linear Newton solver. I 
am using AffineConstraints class for boundary conditions.I need to apply an 
inhomogenous constraint for the system matrix and RHS. But when I try 
separate the RHS and matrix assembly, I am not able to apply the 
inhomogenous constraint on the RHS without using an assembled system 
matrix. The documentation for the distribute_local_to_global() function in 
the class says one cannot apply inhomogenous constraints on the RHS without 
having an assembled system matrix and using the matrix as an argument. Is 
there any solution to this?

With regards
Subramania Sharma

-- 
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 dealii+unsubscr...@googlegroups.com.
To view this discussion visit 
https://groups.google.com/d/msgid/dealii/bad872da-825a-436e-85a4-dfff1d0a2095n%40googlegroups.com.

Reply via email to