ScaFaCoS  1.0.1
Scalable Fast Coulomb Solvers
fcs_set_r_cut Interface Reference

Public Member Functions

type(c_ptr) function fcs_set_r_cut (handle, r_cut)
 

Detailed Description

Definition at line 359 of file fcs4fortran.f90.

Constructor & Destructor Documentation

◆ fcs_set_r_cut()

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

Definition at line 360 of file fcs4fortran.f90.

360  use iso_c_binding
361  implicit none
362  type(c_ptr), value :: handle
363  real(kind = fcs_real_kind_isoc), value :: r_cut
364  type(c_ptr) :: fcs_set_r_cut
FCSResult fcs_set_r_cut(FCS handle, fcs_float r_cut)
function to set a user-defined cutoff radius for the near-field computations of the FCS solver (if su...

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