We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ffbbee commit 34e184dCopy full SHA for 34e184d
include/samurai/mesh.hpp
@@ -805,11 +805,8 @@ namespace samurai
805
update_mesh_neighbour();
806
807
std::vector<mpi_subdomain_t> m_mpi_neighbourhood_temp;
808
- // std::swap(m_mpi_neighbourhood_temp, m_mpi_neighbourhood);
809
- // m_mpi_neighboor is empty lol...
810
- //
811
- const auto& stencils = StencilProvider<dim>::stencils;
812
+ const auto& stencils = StencilProvider<dim>::stencils;
813
for (auto& neighbour : m_mpi_neighbourhood)
814
{
815
int est_voisin_global = 0;
@@ -964,6 +961,7 @@ namespace samurai
964
961
965
962
this->m_cells[mesh_id_t::cells][start_level] = subdomain_cells;
966
963
+ // in theory, at this step, we can construct the neighbourhood by construction.
967
find_neighbour();
968
969
// // Neighbours
0 commit comments