WaSH Docs
Public Attributes | List of all members
ws2st::WashProgramMeta Struct Reference

Meta information about the simulation which is defined globally and can be read/written to by the callback functions. More...

#include <common.hpp>

Public Attributes

std::vector< std::string > scalar_force_list
 
std::vector< std::string > vector_force_list
 
std::unordered_map< std::string, FullSourceLoc > force_meta
 
std::vector< std::pair< std::string, std::string > > variable_list
 
int simulation_dimension
 
std::vector< std::string > kernels_list
 
std::vector< std::string > init_kernels_list
 
std::string neighbour_kernel
 
std::unordered_map< std::string, std::unique_ptr< KernelDependencies > > kernels_dependency_map
 
std::vector< bool > domain_sync_locations
 
std::vector< bool > domain_sync_before
 

Detailed Description

Meta information about the simulation which is defined globally and can be read/written to by the callback functions.


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