]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove ParticleHandler::locally_relevant_ids()
authorDaniel Arndt <arndtd@ornl.gov>
Wed, 29 Jun 2022 14:40:59 +0000 (10:40 -0400)
committerDaniel Arndt <arndtd@ornl.gov>
Wed, 29 Jun 2022 14:52:40 +0000 (10:52 -0400)
include/deal.II/particles/particle_handler.h

index 46419dd90c6bc3430722c1b5a5377f07ff25471d..c435983718ab2971a0897fd24372d62b4aabbdad 100644 (file)
@@ -654,27 +654,6 @@ namespace Particles
     types::particle_index
     get_next_free_particle_index() const;
 
-    /**
-     * Extract an IndexSet with global dimensions equal to
-     * get_next_free_particle_index(), containing the locally owned
-     * particle indices.
-     *
-     * This function can be used to construct distributed vectors and matrices
-     * to manipulate particles using linear algebra operations.
-     *
-     * Notice that it is the user's responsibility to guarantee that particle
-     * indices are unique, and no check is performed to verify that this is the
-     * case, nor that the union of all IndexSet objects on each mpi process is
-     * complete.
-     *
-     * @return An IndexSet of size get_next_free_particle_index(), containing
-     * n_locally_owned_particle() indices.
-     *
-     * @deprecated Use locally_owned_particle_ids() instead.
-     */
-    DEAL_II_DEPRECATED IndexSet
-    locally_relevant_ids() const;
-
     /**
      * Extract an IndexSet with global dimensions equal to
      * get_next_free_particle_index(), containing the locally owned
@@ -1403,15 +1382,6 @@ namespace Particles
       output_vector.compress(VectorOperation::insert);
   }
 
-
-
-  template <int dim, int spacedim>
-  inline IndexSet
-  ParticleHandler<dim, spacedim>::locally_relevant_ids() const
-  {
-    return this->locally_owned_particle_ids();
-  }
-
 } // namespace Particles
 
 DEAL_II_NAMESPACE_CLOSE

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.