SpECTRE  v2023.03.09
Protocols

Classes that define metaprogramming interfaces. More...

Classes

struct  dg::protocols::NumericalFlux
 Defines the interface for DG numerical fluxes. More...
 
struct  tt::ConformsTo< Protocol >
 Indicate a class conforms to the Protocol. More...
 
struct  tt::conforms_to< ConformingType, Protocol >
 Checks if the ConformingType conforms to the Protocol. More...
 
struct  tt::assert_conforms_to< ConformingType, Protocol >
 Assert that the ConformingType conforms to the Protocol. More...
 

Detailed Description

Classes that define metaprogramming interfaces.

See the Protocols section of the dev guide for details.