Search code examples
passing an allocatable multi dimensional fortran array to a C function...


cfortranfortran-iso-c-binding

Read More
ISO_C_BINDING, calling C from Fortran...


cfortranfortran-iso-c-binding

Read More
In Fortran2003, is 1D Assumed shape array interoperable with C?...


fortrandynamic-arraysfortran-iso-c-bindingfortran2003

Read More
Checking `c_associated` on a `nullptr` causes segfault unless pointer has `value` attribute...


c++pointersfortranfortran-iso-c-binding

Read More
MPI Fortran support through the mpi_f08 module with gfortran...


fortranmpigfortranintel-fortranfortran-iso-c-binding

Read More
With iso_c_binding, sending c_ptr to C, malloc,, set value...


cfortranfortran-iso-c-binding

Read More
Calling a fortran function with a derived type containing assumed size arrays...


cfortranfortran-iso-c-binding

Read More
Pass dynamically allocated array of strings from C to Fortran...


arrayscstringfortranfortran-iso-c-binding

Read More
Python ctypes pass pointer in structure field to Fortran derived types...


pythondllfortranctypesfortran-iso-c-binding

Read More
Why don't I have to specify that the result of a fortran function is being passed by value to my...


c++fortranfortran-iso-c-binding

Read More
Deallocating arrays defined from c_f_pointer...


pointersfortrangfortranintel-fortranfortran-iso-c-binding

Read More
Passing a dynamic 2D array from C++ to Fortran and back...


c++arraysfortran2dfortran-iso-c-binding

Read More
Calling Fortran subroutines with optional arguments from C++...


c++fortranoptional-parametersfortran-iso-c-binding

Read More
Converting Fortran character and logical arrays between default and C-interoperable kinds...


arraysfortranffifortran-iso-c-binding

Read More
How to correctly read a C-string into a Fortran string of unspecified length?...


fortranfortran-iso-c-binding

Read More
How do I concatenate a NULL character to a character array in Fortran to call a c function?...


fortrancharacterf2pyfortran-iso-c-binding

Read More
How do I convert an array of structs into an array of derived type with ISO C BINDINGS?...


fortranfortran-iso-c-bindingderived-types

Read More
Segmentation Fault when trying to write a Fortran wrapper around two C objects using f2py...


fortranf2pyfortran-iso-c-binding

Read More
Using scientific notation and underscore kind specifier at the same time for real literals in Fortra...


fortrandoublefortran-iso-c-bindingfortran2003

Read More
Why aren't my fortran functions exported when using the BIND(C, NAME="name") attribute...


interopfortranfortran-iso-c-bindingintel-fortran

Read More
C and Fortran interoperability for strings...


carraysfortranfortran-iso-c-binding

Read More
How to debug Fortran 90 compile error "There is no specific subroutine for the generic 'foo...


compiler-errorsfortranfortran90gfortranfortran-iso-c-binding

Read More
gfortran -fc-prototypes option for function pointers...


cfortranfunction-pointersgfortranfortran-iso-c-binding

Read More
Should I put 'bind(C)' next to the subroutine which is not defined in C side?...


fortranfortran-iso-c-binding

Read More
Check for ISO_C_BINDING usage in Fortran calling C function...


cpointersfortranfortran-iso-c-binding

Read More
Fortran interface to call a C function that returns a pointer to an array...


arrayspointersinterfacefortranfortran-iso-c-binding

Read More
Difference in Fortran pointer and Fortran allocatable in calling C_F_POINTER...


cpointersfortranfortran-iso-c-binding

Read More
Assigning a Fortran integer value to a malloc-allocated C memory target...


cfortranfortran-iso-c-bindingfortran2003

Read More
How to declare pointer-of-pointer using iso_c_binding?...


cfortraninteropfortran-iso-c-binding

Read More
Passing external function and self-defined data type through type(c_ptr) dummy variable...


fortrangslfortran-iso-c-bindingfgsl

Read More
BackNext