ScaFaCoS  1.0.1
Scalable Fast Coulomb Solvers
fcs_compute_near Interface Reference

Public Member Functions

type(c_ptr) function fcs_compute_near (handle, dist, pot, field)
 

Detailed Description

Definition at line 425 of file fcs4fortran.f90.

Constructor & Destructor Documentation

◆ fcs_compute_near()

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

Definition at line 426 of file fcs4fortran.f90.

426  use iso_c_binding
427  implicit none
428  type(c_ptr), value :: handle
429  real(kind = fcs_real_kind_isoc), value :: dist
430  real(kind = fcs_real_kind_isoc) :: pot
431  real(kind = fcs_real_kind_isoc) :: field
432  type(c_ptr) :: fcs_compute_near
FCSResult fcs_compute_near(FCS handle, fcs_float dist, fcs_float *potential, fcs_float *field)
function to compute the near-field components of the potential and the field for the solver method ...

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