|
GridFire v0.7.6rc4.0
General Purpose Nuclear Network
|
Scratchpad implementation for the DefinedEngineView. More...
#include "gridfire/engine/scratchpads/types.h"#include "gridfire/engine/scratchpads/scratchpad_abstract.h"#include "gridfire/reaction/reaction.h"#include "fourdst/atomic/atomicSpecies.h"#include <vector>#include <memory>#include <set>Classes | |
| struct | gridfire::engine::scratch::DefinedEngineViewScratchPad |
| Scratchpad for storing working memory used by defined reaction network engines. More... | |
Namespaces | |
| namespace | gridfire |
| namespace | gridfire::engine |
| namespace | gridfire::engine::scratch |
| Scratchpad memory management for computational engines. | |
Scratchpad implementation for the DefinedEngineView.
This header defines the DefinedEngineViewScratchPad, a concrete implementation of AbstractScratchPad designed for use with engines that have a statically defined reaction network. It provides storage for the active species, reactions, and index mappings that enable efficient lookups during computations.