SpECTRE
v2025.03.17
|
Helper functions to test elliptic first-order systems. More...
Functions | |
template<typename System > | |
void | test_first_order_fluxes_computer (const DataVector &used_for_size) |
Test the System::fluxes_computer is functional. More... | |
template<typename System , bool Linearized = false> | |
void | test_first_order_sources_computer (const DataVector &used_for_size) |
Test the System::sources_computer is functional. More... | |
Helper functions to test elliptic first-order systems.
void TestHelpers::elliptic::test_first_order_fluxes_computer | ( | const DataVector & | used_for_size | ) |
Test the System::fluxes_computer
is functional.
This function tests the following properties of the System::fluxes_computer
:
System
.void TestHelpers::elliptic::test_first_order_sources_computer | ( | const DataVector & | used_for_size | ) |
Test the System::sources_computer
is functional.
This function tests the following properties of the System::sources_computer
:
System
.