ScaFaCoS  1.0.1
Scalable Fast Coulomb Solvers
fcs_compute_near_potential Interface Reference

Public Member Functions

type(c_ptr) function fcs_compute_near_potential (handle, dist, pot)
 

Detailed Description

Definition at line 435 of file fcs4fortran.f90.

Constructor & Destructor Documentation

◆ fcs_compute_near_potential()

type(c_ptr) function fcs_compute_near_potential ( type(c_ptr), value  handle,
real(kind = fcs_real_kind_isoc), value  dist,
real(kind = fcs_real_kind_isoc)  pot 
)

Definition at line 436 of file fcs4fortran.f90.

436  use iso_c_binding
437  implicit none
438  type(c_ptr), value :: handle
439  real(kind = fcs_real_kind_isoc), value :: dist
440  real(kind = fcs_real_kind_isoc) :: pot
441  type(c_ptr) :: fcs_compute_near_potential
FCSResult fcs_compute_near_potential(FCS handle, fcs_float dist, fcs_float *potential)
function to compute the near-field component of the potential for the solver method ...

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