Here is a list of all modules:
►C API | This page provides links to all of the C style utilities which are available in libGRVY (organized by functionality). To access these routines from C/C++, make sure to #include <grvy.h> within your source code files. Unless specified otherwise, functions which have an integer return value return "0" upon success (and the primary exception to this rule is with a subset of the Input Parsing routines) |
►C++ API | This page provides links to all of the C++ utilities which are available in libGRVY (organized by functionality). To access these routines from C++, make sure to #include <grvy.h> within your source code files. Unless specified otherwise, functions which have an integer return value return "0" upon success (and the primary exception to this rule is with a subset of the Input Parsing routines) |
►Fortran API | This page provides a link to all of the Fortran functions which are available in libGRVY (grouped by functionality). Library access is provided thru a Fortran90 module which requires the external calling application to include the following within the Fortran90 source code: |