mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-07-18 03:17:04 +00:00
Postprocess framework
- Executed has been completed and testd. - regions multipleSpheres are compelete - Docs for regions is comelete.
This commit is contained in:
@ -67,6 +67,10 @@ bool pFlow::PostprocessComponent<RegionType, ProcessMethodType>::execute
|
||||
return true;
|
||||
}
|
||||
|
||||
REPORT(1)<<"Executing postprocess component ("
|
||||
<<Blue_Text(ti.timeName())<<" s) : "
|
||||
<< name()
|
||||
<<END_REPORT;
|
||||
// update processing methods
|
||||
auto& regPoints = this->regPoints();
|
||||
|
||||
|
@ -92,7 +92,12 @@ bool pFlow::particleProbePostprocessComponent::execute
|
||||
executed_ = false;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
REPORT(1)<<"Executing postprocess component ("
|
||||
<<Blue_Text(ti.timeName())<<" s) : "
|
||||
<< name()
|
||||
<<END_REPORT;
|
||||
|
||||
if(!regionPointsPtr_().update())
|
||||
{
|
||||
fatalErrorInFunction
|
||||
|
Reference in New Issue
Block a user