Mentions légales du service

Skip to content
Snippets Groups Projects
Commit d8931279 authored by BRAMAS Berenger's avatar BRAMAS Berenger
Browse files

Add remote P2P for the taylor based kernel

parent 9008d211
No related branches found
No related tags found
No related merge requests found
......@@ -972,6 +972,13 @@ public:
FP2PR::FullMutual(targets,directNeighborsParticles,14);
}
/** Use mutual even if it not useful and call particlesMutualInteraction */
void P2PRemote(const FTreeCoordinate& /*inPosition*/,
ContainerClass* const FRestrict inTargets, const ContainerClass* const FRestrict /*inSources*/,
ContainerClass* const inNeighbors[27], const int /*inSize*/){
FP2PR::FullRemote(inTargets,inNeighbors,27);
}
};
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment