|
SpECTRE
v2025.08.19
|
A struct that stores the charm++ types relevant for a particular array component. More...
#include <AlgorithmArrayDeclarations.hpp>
Public Types | |
| template<typename ParallelComponent , typename SpectreArrayIndex > | |
| using | cproxy = CProxy_AlgorithmArray< ParallelComponent, SpectreArrayIndex > |
| template<typename ParallelComponent , typename SpectreArrayIndex > | |
| using | cbase = CBase_AlgorithmArray< ParallelComponent, SpectreArrayIndex > |
| template<typename ParallelComponent , typename SpectreArrayIndex > | |
| using | algorithm_type = AlgorithmArray< ParallelComponent, SpectreArrayIndex > |
| template<typename ParallelComponent , typename SpectreArrayIndex > | |
| using | ckindex = CkIndex_AlgorithmArray< ParallelComponent, SpectreArrayIndex > |
| template<typename ParallelComponent , typename SpectreArrayIndex > | |
| using | cproxy_section = CProxySection_AlgorithmArray< ParallelComponent, SpectreArrayIndex > |
| using | component_type = Array |
A struct that stores the charm++ types relevant for a particular array component.
The type traits are:
cproxy: the charm++ proxy. See https://charm.readthedocs.io/en/latest/faq/manual.html#what-is-a-proxycbase: the charm++ base class. See https://charm.readthedocs.io/en/latest/charm++/manual.html#chare-objectsalgorithm_type: the chare type (AlgorithmArray) for the array component.ckindex: A charm++ chare index object. Useful for obtaining entry method indices that are needed for creating callbacks. See https://charm.readthedocs.io/en/latest/charm++/manual.html#creating-a-ckcallback-objectcproxy_section: The charm++ section proxy class. See https://charm.readthedocs.io/en/latest/charm++/manual.html?#sections-subsets-of-a-chare-array-group