mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-07-18 03:17:04 +00:00
PostprocessData update
Modifications on fieldsDataBase to work both during simulation and post-simulation Some bug fixes and changes to the code based Correction for region volume
This commit is contained in:
@ -126,6 +126,8 @@ public:
|
||||
|
||||
/// Return indices of points in the specified element/region
|
||||
span<const uint32> indices(uint32 elem)const override;
|
||||
|
||||
span<uint32> indices(uint32 elem) override;
|
||||
|
||||
/// Update regions based on current particle positions
|
||||
bool update() override;
|
||||
|
Reference in New Issue
Block a user