SpECTRE  v2024.04.12
evolution::protocols::NumericInitialData Struct Reference

Indicates the ConformingType represents the choice to start an evolution with numeric initial data. More...

#include <Protocols.hpp>

Classes

struct  test
 

Detailed Description

Indicates the ConformingType represents the choice to start an evolution with numeric initial data.

Currently no requirements are imposed on the ConformingType.

Here's an example of a class that conforms to this protocol:

struct ValidNumericInitialData
: tt::ConformsTo<evolution::protocols::NumericInitialData> {};
Indicate a class conforms to the Protocol.
Definition: ProtocolHelpers.hpp:22

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