ScaFaCoS  1.0.1
Scalable Fast Coulomb Solvers
fcs_vmg_set_precision Interface Reference

Public Member Functions

type(c_ptr) function fcs_vmg_set_precision (handle, prec)
 

Detailed Description

Definition at line 916 of file fcs4fortran.f90.

Constructor & Destructor Documentation

◆ fcs_vmg_set_precision()

type(c_ptr) function fcs_vmg_set_precision ( type(c_ptr), value  handle,
real(kind = fcs_real_kind_isoc), value  prec 
)

Definition at line 918 of file fcs4fortran.f90.

918  use iso_c_binding
919  implicit none
920  type(c_ptr),value :: handle
921  real(kind = fcs_real_kind_isoc),value :: prec
922  type(c_ptr) :: fcs_vmg_set_precision
FCSResult fcs_vmg_set_precision(FCS handle, fcs_float precision)
Set the precision of the vmg algorithm.

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