/*!
     * \brief Get the local length of the vector.
     */
    static local_ordinal_type getLocalLength( const vector_type& vector )
    { 
	return Teuchos::as<local_ordinal_type>( vector.getLocalLength() );
    }