|
|
| WRAPPED_PUPable_decl_template (NoIncomingRadiation) |
| |
|
| NoIncomingRadiation (CkMigrateMessage *) noexcept |
| |
|
| NoIncomingRadiation (double angular_coordinate_tolerance, size_t max_iterations, bool require_convergence=false) noexcept |
| |
| std::unique_ptr< InitializeJ > | get_clone () const noexcept override |
| |
| void | operator() (gsl::not_null< Scalar< SpinWeighted< ComplexDataVector, 2 > > * > j, gsl::not_null< tnsr::i< DataVector, 3 > * > cartesian_cauchy_coordinates, gsl::not_null< tnsr::i< DataVector, 2, ::Frame::Spherical<::Frame::Inertial > > * > angular_cauchy_coordinates, const Scalar< SpinWeighted< ComplexDataVector, 2 > > &boundary_j, const Scalar< SpinWeighted< ComplexDataVector, 2 > > &boundary_dr_j, const Scalar< SpinWeighted< ComplexDataVector, 0 > > &r, size_t l_max, size_t number_of_radial_points) const noexcept override |
| |
|
void | pup (PUP::er &p) noexcept override |
| |
|
| WRAPPED_PUPable_abstract (InitializeJ) |
| |
Initialize \(J\) on the first hypersurface by constraining \(\Psi_0 = 0\).
Details
This algorithm first radially evolves the \(\Psi_0 = 0\) condition, which can be converted to a second-order radial ODE for J. Then, the initial data generator performs an iterative solve for the angular coordinates necessary to ensure asymptotic flatness. The parameters for the iterative procedure are determined by options AngularCoordinateTolerance and MaxIterations.