Skip to content

Commit

Permalink
Add optically thick sphere test
Browse files Browse the repository at this point in the history
  • Loading branch information
ffoucart authored and Francois Foucart committed Jul 31, 2024
1 parent a625aee commit c75f898
Show file tree
Hide file tree
Showing 3 changed files with 582 additions and 2 deletions.
1 change: 1 addition & 0 deletions tests/Unit/Evolution/Particles/MonteCarlo/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ set(LIBRARY_SOURCES
Test_InterpolateOpacities.cpp
Test_InverseJacobianInertialToFluid.cpp
Test_NeutrinoInteractionTable.cpp
Test_OpticallyThickSphere.cpp
Test_Packet.cpp
Test_Scattering.cpp
Test_TakeTimeStep.cpp
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
// Distributed under the MIT License.
// See LICENSE.txt for details.

#include "Framework/TestingFramework.hpp"

#include "DataStructures/DataVector.hpp"
#include "DataStructures/Tensor/Tensor.hpp"
#include "Evolution/Particles/MonteCarlo/NeutrinoInteractionTable.hpp"
#include "Framework/TestingFramework.hpp"
#include "Informer/InfoFromBuild.hpp"

namespace {
Expand Down Expand Up @@ -181,6 +182,5 @@ SPECTRE_TEST_CASE("Unit.Evolution.Particles.MonteCarloInteractionTable",
gsl::at(gsl::at(scattering_opacity, ns), ng)[2]));
}
}

test_explicit_interaction_table();
}
Loading

0 comments on commit c75f898

Please sign in to comment.