> void ConstraintMatrix::distribute_local_to_global > ( const FullMatrix< double > & local_matrix, > const Vector< double > & local_vector, > const std::vector< unsigned int > & row_indices, > const std::vector< unsigned int > & col_indices, > MatrixType & global_matrix, > VectorType & global_vector > ) const [inline] > > > "const std::vector< unsigned int > & col_indices" is hopefully added.
Commonly, the row and column indices are the same. How come this is not the case for you? Best W. -- ------------------------------------------------------------------------- Wolfgang Bangerth email: [email protected] www: http://www.math.tamu.edu/~bangerth/ _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
