mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-07-08 03:07:03 +00:00
rectMesh postProcess revisited
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user