mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-07-28 03:27:05 +00:00
Utility postProcess is modified to be used in Version 1.0
- counting dictionary is added to postProcess - Code need to be modified to cleaned (fields in the repository should be removed onces postProcess is passed the next time step)
This commit is contained in:
CMakeLists.txt
src/phasicFlow/repository/repository
utilities
CMakeLists.txt
Utilities
postprocessPhasicFlow
CMakeLists.txtIncludeMask.hppProcessField.hppcellMapper.cppcellMapper.hppcountField.cppcountField.hppcountFields.cppcountFields.hppfieldOperations.hppincludeMask.cppincludeMask.hpppointRectCell.hpppostprocess.cpppostprocess.hpppostprocessPhasicFlow.cppprocessField.cppprocessField.hpprectMeshField.hpprectMeshFieldToVTK.hpprectMeshFields.hpprectangleMesh.cpprectangleMesh.hpp
@ -107,7 +107,6 @@ pFlow::processField::create(
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
|
||||
auto method = angleBracketsNames("ProcessField", fType);
|
||||
|
||||
if( dictionaryvCtorSelector_.search(method) )
|
||||
@ -115,7 +114,7 @@ pFlow::processField::create(
|
||||
auto objPtr =
|
||||
dictionaryvCtorSelector_[method]
|
||||
(dict, pToCell, rep);
|
||||
REPORT(2)<<"Processing/creating " << yellowText(dict.name())<< " with model "<<greenText(method)<<"."<<endREPORT;
|
||||
REPORT(2)<<"Processing/creating " << Yellow_Text(dict.name())<< " with model "<<Green_Text(method)<<"."<<END_REPORT;
|
||||
return objPtr;
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user