/*!
     * \brief Get a non-const view of the local vector data.
     */
    static Teuchos::ArrayRCP<scalar_type> viewNonConst( vector_type& vector )
    { 
	return vector.getDataNonConst();
    }