Skip to content

Conversation

@knelli2
Copy link
Contributor

@knelli2 knelli2 commented Jul 8, 2025

Proposed changes

Third PR for the new horizon finder that adds necessary protocols.

Depends on and includes #6741.

Upgrade instructions

Code review checklist

  • The code is documented and the documentation renders correctly. Run
    make doc to generate the documentation locally into BUILD_DIR/docs/html.
    Then open index.html.
  • The code follows the stylistic and code quality guidelines listed in the
    code review guide.
  • The PR lists upgrade instructions and is labeled bugfix or
    new feature if appropriate.

Further comments

@knelli2 knelli2 added this to the AH finder improvements milestone Jul 8, 2025

#pragma once

#include "ParallelAlgorithms/ApparentHorizonFinder/Destination.hpp"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Include <string>.

using horizon_find_callbacks =
typename ConformingType::horizon_find_callbacks;
using horizon_find_failure_callbacks =
typename ConformingType::horizon_find_failure_callbacks;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Check that the callbacks conform to the Callback protocol.

#include "ParallelAlgorithms/ApparentHorizonFinder/Protocols/Callback.hpp"
#include "ParallelAlgorithms/ApparentHorizonFinder/Protocols/HorizonMetavars.hpp"
#include "ParallelAlgorithms/ApparentHorizonFinder/Tags.hpp"
#include "Utilities/ProtocolHelpers.hpp"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<optional>, <string>, Gsl.hpp, TMPL.hpp

@wthrowe wthrowe merged commit 7fda4b7 into sxs-collaboration:develop Jul 11, 2025
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants