rectMesh postProcess revisited

This commit is contained in:
Hamidreza
2025-07-01 18:18:53 +03:30
parent b7f051e099
commit c90f775156
14 changed files with 399 additions and 55 deletions

View File

@ -24,6 +24,7 @@ Licence:
#include "types.hpp"
#include "regionPoints.hpp"
#include "Field.hpp"
#include "cellMapper.hpp"
namespace pFlow::postprocessData
{
@ -101,6 +102,11 @@ public:
return field_.size();
}
uint32x3 shape()const
{
return regionPoints_.shape();
}
bool empty()const
{
return field_.empty();