RegridParams Struct ReferenceΒΆ

adc_cpp: pops::RegridParams Struct Reference
adc_cpp 0.3.0
Model-free C++23 core for coupled hyperbolic-elliptic systems on adaptive (AMR) meshes, with MPI and GPU (Kokkos) backends
pops::RegridParams Struct Reference

Regrid parameters (configuration object). More...

#include <regrid.hpp>

+ Collaboration diagram for pops::RegridParams:

Public Attributes

int n_buffer = 1
 tag dilation radius (grow_tags) before clustering.
 
ClusterParams cluster {}
 Berger-Rigoutsos clustering parameters.
 

Detailed Description

Regrid parameters (configuration object).

Member Data Documentation

◆ cluster

ClusterParams pops::RegridParams::cluster {}

Berger-Rigoutsos clustering parameters.

◆ n_buffer

int pops::RegridParams::n_buffer = 1

tag dilation radius (grow_tags) before clustering.


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