Added flexibility to the adaptive filter
This commit is contained in:
parent
51c5e5dcb2
commit
36cd54193f
2 changed files with 35 additions and 2 deletions
|
@ -29,6 +29,7 @@ namespace CosmoTool
|
|||
virtual ~SPHSmooth();
|
||||
|
||||
void fetchNeighbours(const typename SPHTree::coords& c);
|
||||
void fetchNeighbours(const typename SPHTree::coords& c, uint32_t newNsph);
|
||||
void fetchNeighboursOnVolume(const typename SPHTree::coords& c, ComputePrecision radius);
|
||||
const typename SPHTree::coords& getCurrentCenter() const
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue