Abstract Interface | Location | Description |
---|---|---|
compute_and_print_tpo_constraints_grid_interface | standard_tpo_formulation | |
compute_and_print_tpo_constraints_particles_interface | standard_tpo_formulation | |
compute_and_print_tpo_variables_interface | standard_tpo_formulation | |
deallocate_fields_interface | standard_tpo_formulation | |
define_allocate_fields_interface | standard_tpo_formulation | |
derived_type_constructor_int | id_base | Construct the DERIVED TYPE that extends idbase |
finalize_sph_id_int | id_base | Post-process the \(\mathrm{SPH}\) \(\mathrm{ID}\); for example, correct for the residual ADM linear momentum. |
get_eos_id_int | bns_base | |
get_eos_id_int | diffstar_base | |
initialize_id_int | id_base | Initialize the \(\mathrm{ID}\); for example, set up the lattices around the stars for the \(\mathrm{BNS}\) produced with \(\texttt{FUKA}\). |
post_process_sph_id_int | sph_particles | Post-process the \(\mathrm{SPH}\) \(\mathrm{ID}\); for example, correct for the residual ADM linear momentum. |
print_formatted_id_tpo_variables_interface | standard_tpo_formulation | |
print_summary_derived_int | bns_base | Prints a summary of the physical properties the system
to the standard output and, optionally, to a formatted file whose name
is given as the optional argument |
print_summary_int | id_base | Prints a summary of the physical properties the system
to the standard output and, optionally, to a formatted file whose name
is given as the optional argument |
read_double_at_pos | id_base | INTERFACE for a PROCEDURE that returns a DOUBLE PRECISION at a given position |
read_id_full_int | id_base | INTERFACE or the SUBROUTINE reading the full \(\mathrm{ID}\) |
read_id_hydro_int | id_base | INTERFACE or the SUBROUTINE reading the the hydro \(\mathrm{ID}\) needed to compute the constraints on the refined mesh |
read_id_k_int | id_base | INTERFACE or the SUBROUTINE reading the components of the extrinsic curvature |
read_id_mass_b_int | id_base | INTERFACE or the SUBROUTINE reading the hydro \(\mathrm{ID}\) needed to compute the baryon mass |
read_id_particles_int | id_base | INTERFACE or the SUBROUTINE reading the hydro \(\mathrm{ID}\) needed to compute the SPH \(\mathrm{ID}\) |
read_id_spacetime_int | id_base | INTERFACE or the SUBROUTINE reading the spacetime \(\mathrm{ID}\) |
read_integer_at_pos | id_base | INTERFACE for a PROCEDURE that returns an INTEGER at a given position |
read_logical_at_pos | id_base | INTERFACE for a PROCEDURE that returns a LOGICAL at a given position |
return_double | id_base | INTERFACE for a PROCEDURE that returns a DOUBLE PRECISION |
return_double_at_object | id_base | INTERFACE for a PROCEDURE that returns a DOUBLE PRECISION |
return_eos_parameters_int | id_base | INTERFACE for a PROCEDURE that returns an array containing the parametersf the \(\mathrm{EOS}\) for the matter objects |
return_integer_parameter | id_base | INTERFACE for a PROCEDURE that returns an INTEGER |
return_position | id_base | INTERFACE for a PROCEDURE that returns a DOUBLE PRECISION |
return_spatial_extent_int | id_base | INTERFACE to the SUBROUTINE that detects the spatial extent of the matter objects, and returns a 6-dimensional array containing the coordinates of a box centered at the center of the object and containing the system. |
return_string_parameter | id_base | INTERFACE for a PROCEDURE that returns a CHARACTER(LEN=:) |