struct rgpot::PotCaps

Overview

Capability set a potential advertises to its callers. More…

#include <pot_caps.hpp>
 
struct PotCaps {
    // fields
 
    Reentrancy reentrancy = Reentrancy::SharedInstance;
    bool perImageInstances = false;
    bool batched = false;
    bool periodic = true;
};

Detailed Documentation

Capability set a potential advertises to its callers.

Fields

bool perImageInstances = false

Callers running multi-image methods (NEB) should clone one instance per image even when reentrancy alone would allow sharing.

bool batched = false

Native multi-system batch evaluation exists (forceBatch-style hook).

bool periodic = true

Kernel supports periodic boundary conditions.