@@ -31,7 +31,38 @@ void NewRadX_Apply(const cGH *restrict const cctkGH,
3131
3232/* *
3333 * @brief Applies radiative boundary condition to the RHS of a state variable
34- * on multipatch grids.
34+ * on multipatch grids. See above for original credits.
35+ *
36+ * @param cctkGH Pointer to Cactus grid hierarchy struct.
37+ * @param var State variable which will have boundary conditions applied to it.
38+ * @param rhs RHS of the evolution equation for @param var
39+ * @param vcoordx Global x vertex coordinates grid function. Providade by
40+ * CoordinatesX
41+ * @param vcoordy Global y vertex coordinates grid function. Providade by
42+ * CoordinatesX
43+ * @param vcoordz Global z vertex coordinates grid function. Providade by
44+ * CoordinatesX
45+ * @param vJ_da_dx Vertex centered coordinate transformation Jacobian da/dx.
46+ * Provided by any thorn implementing the Multipatch interface.
47+ * @param vJ_da_dy Vertex centered coordinate transformation Jacobian da/dy.
48+ * Provided by any thorn implementing the Multipatch interface.
49+ * @param vJ_da_dz Vertex centered coordinate transformation Jacobian da/dz.
50+ * Provided by any thorn implementing the Multipatch interface.
51+ * @param vJ_db_dx Vertex centered coordinate transformation Jacobian db/dx.
52+ * Provided by any thorn implementing the Multipatch interface.
53+ * @param vJ_db_dy Vertex centered coordinate transformation Jacobian db/dy.
54+ * Provided by any thorn implementing the Multipatch interface.
55+ * @param vJ_db_dz Vertex centered coordinate transformation Jacobian db/dz.
56+ * Provided by any thorn implementing the Multipatch interface.
57+ * @param vJ_dc_dx Vertex centered coordinate transformation Jacobian dc/dx.
58+ * Provided by any thorn implementing the Multipatch interface.
59+ * @param vJ_dc_dy Vertex centered coordinate transformation Jacobian dc/dy.
60+ * Provided by any thorn implementing the Multipatch interface.
61+ * @param vJ_dc_dz Vertex centered coordinate transformation Jacobian dc/dz.
62+ * Provided by any thorn implementing the Multipatch interface.
63+ * @param var0 Value at infinity.
64+ * @param v0 Propagation speed.
65+ * @param radpower Radial fall-off exponent
3566 */
3667void NewRadX_Apply (const cGH *restrict const cctkGH,
3768 const Loop::GF3D2<const CCTK_REAL> &var,
0 commit comments