ScaFaCoS  1.0.1
Scalable Fast Coulomb Solvers
fcs_set_parameters Interface Reference

Public Member Functions

type(c_ptr) function fcs_set_parameters (handle, parameters, continue_on_errors)
 

Detailed Description

Definition at line 382 of file fcs4fortran.f90.

Constructor & Destructor Documentation

◆ fcs_set_parameters()

type(c_ptr) function fcs_set_parameters ( type(c_ptr), value  handle,
character(kind = c_char), dimension(*)  parameters,
integer(kind = fcs_boolean_kind_isoc)  continue_on_errors 
)

Definition at line 383 of file fcs4fortran.f90.

383  use iso_c_binding
384  implicit none
385  type(c_ptr), value :: handle
386  character(kind = c_char) :: parameters(*)
387  type(c_ptr) :: fcs_set_parameters
388  integer(kind = fcs_boolean_kind_isoc) :: continue_on_errors
FCSResult fcs_set_parameters(FCS handle, const char *parameters, fcs_int continue_on_errors)
function to set the parameters of the FCS solver based on a parameter string

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