update rect mesh region for postprocess
This commit is contained in:
@ -26,6 +26,7 @@ Licence:
|
||||
#include "sphereRegionPoints.hpp"
|
||||
#include "lineRegionPoints.hpp"
|
||||
#include "multipleSpheresRegionPoints.hpp"
|
||||
#include "rectMeshRegionPoints.hpp"
|
||||
|
||||
namespace pFlow::postprocessData
|
||||
{
|
||||
@ -37,6 +38,10 @@ template class PostprocessComponentGaussian<multipleSpheresRegionPoints>;
|
||||
template class PostprocessComponentUniform<multipleSpheresRegionPoints>;
|
||||
template class PostprocessComponentArithmetic<multipleSpheresRegionPoints>;
|
||||
|
||||
template class PostprocessComponentGaussian<rectMeshRegionPoints>;
|
||||
template class PostprocessComponentUniform<rectMeshRegionPoints>;
|
||||
template class PostprocessComponentArithmetic<rectMeshRegionPoints>;
|
||||
|
||||
template class PostprocessComponentGaussian<lineRegionPoints>;
|
||||
template class PostprocessComponentUniform<lineRegionPoints>;
|
||||
template class PostprocessComponentArithmetic<lineRegionPoints>;
|
||||
|
||||
Reference in New Issue
Block a user