1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-20 16:56:55 +01:00

Modifications for partial dirichlet BCs

This commit is contained in:
Peter Boyle
2022-11-15 16:20:01 -05:00
parent 006268f556
commit a11c12e2e7
3 changed files with 9 additions and 13 deletions

View File

@ -155,7 +155,7 @@ public:
int xmit_to_rank,int do_xmit,
void *recv,
int recv_from_rank,int do_recv,
int bytes,int dir);
int xbytes,int rbytes,int dir);
void StencilSendToRecvFromComplete(std::vector<CommsRequest_t> &waitall,int i);