ScaFaCoS  1.0.1
Scalable Fast Coulomb Solvers
fcs_direct_set_cutoff Interface Reference

Public Member Functions

type(c_ptr) function fcs_direct_set_cutoff (handle, cutoff)
 

Detailed Description

Definition at line 547 of file fcs4fortran.f90.

Constructor & Destructor Documentation

◆ fcs_direct_set_cutoff()

type(c_ptr) function fcs_direct_set_cutoff ( type(c_ptr), value  handle,
real(kind = fcs_real_kind_isoc), value  cutoff 
)

Definition at line 549 of file fcs4fortran.f90.

549  use iso_c_binding
550  implicit none
551  type(c_ptr), value :: handle
552  real(kind = fcs_real_kind_isoc), value :: cutoff
553  type(c_ptr) :: fcs_direct_set_cutoff
FCSResult fcs_direct_set_cutoff(FCS handle, fcs_float cutoff)
function to set the optional cutoff parameter

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