ScaFaCoS  1.0.1
Scalable Fast Coulomb Solvers
fcs_set_dimensions Interface Reference

Public Member Functions

type(c_ptr) function fcs_set_dimensions (handle, dim_)
 

Detailed Description

Definition at line 212 of file fcs4fortran.f90.

Constructor & Destructor Documentation

◆ fcs_set_dimensions()

type(c_ptr) function fcs_set_dimensions ( type(c_ptr), value  handle,
integer(kind = fcs_integer_kind_isoc), value  dim_ 
)

Definition at line 214 of file fcs4fortran.f90.

214  use iso_c_binding
215  implicit none
216  type(c_ptr),value :: handle
217  integer(kind = fcs_integer_kind_isoc), value :: dim_
218  type(c_ptr) :: fcs_set_dimensions
FCSResult fcs_set_dimensions(FCS handle, fcs_int dim)
function to set the dimensions of the system

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