ScaFaCoS  1.0.1
Scalable Fast Coulomb Solvers
fcs_init Interface Reference

Public Member Functions

type(c_ptr) function fcs_init (handle, method_name, communicator)
 

Detailed Description

Definition at line 138 of file fcs4fortran.f90.

Constructor & Destructor Documentation

◆ fcs_init()

type(c_ptr) function fcs_init ( type(c_ptr)  handle,
character(kind = c_char), dimension(*)  method_name,
integer, value  communicator 
)

Definition at line 139 of file fcs4fortran.f90.

139  use iso_c_binding
140  implicit none
141  type(c_ptr) :: handle
142  character(kind = c_char) :: method_name(*)
143  integer, value :: communicator
144  type(c_ptr) :: fcs_init
FCSResult fcs_init(FCS *new_handle, const char *method_name, MPI_Comm communicator)
function to initialize an FCS solver

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