flow
Kokkos cut-cell IBM incompressible Navier-Stokes solver + pnm pore extraction
Loading...
Searching...
No Matches
pnm::PoreNetwork Struct Reference

The full pore network from one extraction: pores, the per-voxel segmentation (flat), and the label-adjacency connections. More...

#include <pore_extraction.hpp>

Public Attributes

std::vector< Porepores
 
std::vector< int > seg
 
std::vector< std::pair< int, int > > connections
 

Detailed Description

The full pore network from one extraction: pores, the per-voxel segmentation (flat), and the label-adjacency connections.

Definition at line 454 of file pore_extraction.hpp.

Member Data Documentation

◆ pores

std::vector<Pore> pnm::PoreNetwork::pores

Definition at line 455 of file pore_extraction.hpp.

Referenced by pnm::extract_pore_network_k(), and NB_MODULE().

◆ seg

std::vector<int> pnm::PoreNetwork::seg

Definition at line 456 of file pore_extraction.hpp.

Referenced by pnm::extract_pore_network_k(), and NB_MODULE().

◆ connections

std::vector<std::pair<int, int> > pnm::PoreNetwork::connections

Definition at line 457 of file pore_extraction.hpp.

Referenced by pnm::extract_pore_network_k(), and NB_MODULE().


The documentation for this struct was generated from the following file: