ScaFaCoS  1.0.1
Scalable Fast Coulomb Solvers
fcs_compute_near_field Interface Reference

Public Member Functions

type(c_ptr) function fcs_compute_near_field (handle, dist, field)
 

Detailed Description

Definition at line 444 of file fcs4fortran.f90.

Constructor & Destructor Documentation

◆ fcs_compute_near_field()

type(c_ptr) function fcs_compute_near_field ( type(c_ptr), value  handle,
real(kind = fcs_real_kind_isoc), value  dist,
real(kind = fcs_real_kind_isoc)  field 
)

Definition at line 445 of file fcs4fortran.f90.

445  use iso_c_binding
446  implicit none
447  type(c_ptr), value :: handle
448  real(kind = fcs_real_kind_isoc), value :: dist
449  real(kind = fcs_real_kind_isoc) :: field
450  type(c_ptr) :: fcs_compute_near_field
FCSResult fcs_compute_near_field(FCS handle, fcs_float dist, fcs_float *field)
function to compute the near-field component of the field for the solver method

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