solver_session_get_global_point_count Subroutine

public subroutine solver_session_get_global_point_count(session, n_point_global, status, message)

Return the global grid-point count (= n_cell + 1, identical on every rank). Distinct from solver_session_get_point_count, which returns this rank's local interior point count after domain decomposition. Callers that need to size a whole-domain buffer (e.g. the GUI's plot frame, post-run result reader) want this value.

Arguments

Type IntentOptional Attributes Name
type(solver_session_t), intent(in) :: session
integer, intent(out) :: n_point_global
integer, intent(out), optional :: status
character(len=*), intent(out), optional :: message