cfd_solver_get_point_count Function

public function cfd_solver_get_point_count(handle, n_point) result(status) bind(c, name='cfd_solver_get_point_count'))

Return the grid-point count required by solution-copy buffers.

Arguments

Type IntentOptional Attributes Name
type(c_ptr), value :: handle
integer(kind=c_int), intent(out) :: n_point

Return Value integer(kind=c_int)