mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-07-08 03:07:03 +00:00
Particle insertion
- particleInsertion is now transfered to time folders to track particle insertion progress - collision check is added for new inserted particles and old particles in the simulaiton. - minor changes to dataEntry and triple
This commit is contained in:
@ -26,8 +26,7 @@ bool pFlow::internalField<T, MemorySpace>::insert(const anyList& varList)
|
||||
const auto& indices = varList.getObject<uint32IndexContainer>(
|
||||
eventName);
|
||||
bool success = false;
|
||||
output<<"insert for field "<< name()<<endl;
|
||||
|
||||
|
||||
if(varList.contains(name()))
|
||||
{
|
||||
// a single value is assigned
|
||||
|
Reference in New Issue
Block a user