Skip to content

Commit

Permalink
Default to spherical frustums in BBH domain
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsvu committed Feb 4, 2023
1 parent 8a302a3 commit 3487321
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Domain/Creators/BinaryCompactObject.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ class BinaryCompactObject : public DomainCreator<3> {
const typename InitialRefinement::type& initial_refinement,
const typename InitialGridPoints::type& initial_number_of_grid_points,
bool use_equiangular_map = true, bool use_projective_map = true,
double frustum_sphericity = 0.0,
double frustum_sphericity = 1.0,
const std::optional<double>& radius_enveloping_sphere = std::nullopt,
CoordinateMaps::Distribution radial_distribution_outer_shell =
CoordinateMaps::Distribution::Linear,
Expand All @@ -623,7 +623,7 @@ class BinaryCompactObject : public DomainCreator<3> {
const typename InitialRefinement::type& initial_refinement,
const typename InitialGridPoints::type& initial_number_of_grid_points,
bool use_equiangular_map = true, bool use_projective_map = true,
double frustum_sphericity = 0.0,
double frustum_sphericity = 1.0,
const std::optional<double>& radius_enveloping_sphere = std::nullopt,
CoordinateMaps::Distribution radial_distribution_outer_shell =
CoordinateMaps::Distribution::Linear,
Expand Down

0 comments on commit 3487321

Please sign in to comment.