Skip to content

Commit c7ea3fd

Browse files
authored
Deprecate internal usage of NaluComm in favor of STK (#405)
as per: Exawind/nalu-wind@7778780 Notes: Ready for tag and release.
1 parent b6d7447 commit c7ea3fd

File tree

5 files changed

+14
-503
lines changed

5 files changed

+14
-503
lines changed

include/NaluCommBufferV.hpp

Lines changed: 0 additions & 123 deletions
This file was deleted.

include/NaluCommNeighbors.hpp

Lines changed: 0 additions & 140 deletions
This file was deleted.

include/TpetraLinearSystem.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#include <string>
2626
#include <unordered_map>
2727

28-
namespace nalu_stk {
28+
namespace stk {
2929
class CommNeighbors;
3030
}
3131

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

153153
void compute_graph_row_lengths(const std::vector<stk::mesh::Entity>& rowEntities,
154154
const std::vector<std::vector<stk::mesh::Entity> >& connections,
155155
LinSys::RowLengths& sharedNotOwnedRowLengths,
156156
LinSys::RowLengths& locallyOwnedRowLengths,
157-
nalu_stk::CommNeighbors& commNeighbors);
157+
stk::CommNeighbors& commNeighbors);
158158

159159
void insert_graph_connections(const std::vector<stk::mesh::Entity>& rowEntities,
160160
const std::vector<std::vector<stk::mesh::Entity> >& connections,

0 commit comments

Comments
 (0)