Skip to content

Commit

Permalink
Deprecate internal usage of NaluComm in favor of STK (#405)
Browse files Browse the repository at this point in the history
as per: Exawind/nalu-wind@7778780

Notes:

Ready for tag and release.
  • Loading branch information
spdomin authored Sep 21, 2018
1 parent b6d7447 commit c7ea3fd
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 503 deletions.
123 changes: 0 additions & 123 deletions include/NaluCommBufferV.hpp

This file was deleted.

140 changes: 0 additions & 140 deletions include/NaluCommNeighbors.hpp

This file was deleted.

6 changes: 3 additions & 3 deletions include/TpetraLinearSystem.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#include <string>
#include <unordered_map>

namespace nalu_stk {
namespace stk {
class CommNeighbors;
}

Expand Down Expand Up @@ -148,13 +148,13 @@ class TpetraLinearSystem : public LinearSystem
void compute_send_lengths(const std::vector<stk::mesh::Entity>& rowEntities,
const std::vector<std::vector<stk::mesh::Entity> >& connections,
const std::vector<int>& neighborProcs,
nalu_stk::CommNeighbors& commNeighbors);
stk::CommNeighbors& commNeighbors);

void compute_graph_row_lengths(const std::vector<stk::mesh::Entity>& rowEntities,
const std::vector<std::vector<stk::mesh::Entity> >& connections,
LinSys::RowLengths& sharedNotOwnedRowLengths,
LinSys::RowLengths& locallyOwnedRowLengths,
nalu_stk::CommNeighbors& commNeighbors);
stk::CommNeighbors& commNeighbors);

void insert_graph_connections(const std::vector<stk::mesh::Entity>& rowEntities,
const std::vector<std::vector<stk::mesh::Entity> >& connections,
Expand Down
Loading

0 comments on commit c7ea3fd

Please sign in to comment.