For example, for finite elements or finite differences, the connectivity 
information gives you the sparsity pattern, which you could assemble once 
and for all and then change the entries as needed. If it is a low-order 
method, then you have few elements in each column and it would be very 
efficient (and easy to implement) to make these changes by directly 
accessing the CSC structure.

Christoph

Reply via email to