ScaFaCoS  1.0.1
Scalable Fast Coulomb Solvers
fcs_get_r_cut Interface Reference

Public Member Functions

type(c_ptr) function fcs_get_r_cut (handle, r_cut)
 

Detailed Description

Definition at line 374 of file fcs4fortran.f90.

Constructor & Destructor Documentation

◆ fcs_get_r_cut()

type(c_ptr) function fcs_get_r_cut ( type(c_ptr), value  handle,
real(kind = fcs_real_kind_isoc)  r_cut 
)

Definition at line 375 of file fcs4fortran.f90.

375  use iso_c_binding
376  implicit none
377  type(c_ptr), value :: handle
378  real(kind = fcs_real_kind_isoc) :: r_cut
379  type(c_ptr) :: fcs_get_r_cut
FCSResult fcs_get_r_cut(FCS handle, fcs_float *r_cut)
function to return the user-defined cutoff radius for the near-field computations of the FCS solver (...

The documentation for this interface was generated from the following file: