Replies: 2 comments 1 reply
-
This does not and should not lead to a symmetric matrix. Edit: Setting also columns to zero will lead to incorrect results. |
Beta Was this translation helpful? Give feedback.
-
Hi Mr Kinnala, Thank you for the input. I think I know the reason now. Doing some mackageegee around Dirichlet conditions, I was fixated on Regards |
Beta Was this translation helpful? Give feedback.
-
Hi,
I have looked at the behaviour of$enforce(A, b, D=D)$ .$A( A(i,j) \equiv A(j,i) )$ and set
It takes a symmetric array
To my surprise, the procedure $enforce(A, b, D=D)# enforces only 'rows' of A.$A$ loses its symmetricity.
Thus, as a consequence,
In most case$A$ is a subject of conversion to $C = condense(A, b, D=D)$ ,$C$ as a symmetric array ($C[0]$ ).
which once again produces
Does$enforce(A, b, D=D)$ in its current form has other function/purpose ... I can not comprehend?
As per the function doc label:
"A linear system with the enforced rows/diagonals set to zero/one."
I reiterate, ... why only rows and not columns also?
Regards
MichaelT
Beta Was this translation helpful? Give feedback.
All reactions