int HYPRE_EuclidSetParams (HYPRE_Solver solver, int argc, char *argv[])

Insert (name, value) pairs in Euclid's options database by passing Euclid the command line (or an array of strings)

Documentation

Insert (name, value) pairs in Euclid's options database by passing Euclid the command line (or an array of strings). All Euclid options (e.g, level, drop-tolerance) are stored in this database. If a (name, value) pair already exists, this call updates the value. See also: HYPRE_EuclidSetParamsFromFile.

Parameters:
argc - [IN] Length of argv array
argv - [IN] Array of strings

alphabetic index hierarchy of classes


generated by doc++