PRISMS-PF Manual
Loading...
Searching...
No Matches
DependencyExtents Struct Reference

Information about what fields need to be held onto. This will likely get refactored to be an oldest age at each level instead of something global like this. More...

#include <dependency_extents.h>

Public Member Functions

 DependencyExtents (const std::set< unsigned int > &field_indices, const std::list< DependencyMap > &all_dependeny_sets)
 

Public Attributes

unsigned int oldest_age = 0
 
unsigned int max_mg_level = 0
 

Detailed Description

Information about what fields need to be held onto. This will likely get refactored to be an oldest age at each level instead of something global like this.

Constructor & Destructor Documentation

◆ DependencyExtents()

DependencyExtents::DependencyExtents ( const std::set< unsigned int > &  field_indices,
const std::list< DependencyMap > &  all_dependeny_sets 
)
inline

Member Data Documentation

◆ max_mg_level

unsigned int DependencyExtents::max_mg_level = 0

◆ oldest_age

unsigned int DependencyExtents::oldest_age = 0

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