int HYPRE_EuclidSetParamsFromFile (HYPRE_Solver solver, char *filename)

Insert (name, value) pairs in Euclid's options database

Documentation

Insert (name, value) pairs in Euclid's options database. Each line of the file should either begin with a ``#,'' indicating a comment line, or contain a (name value) pair, e.g:

>cat optionsFile #sample runtime parameter file -blockJacobi 3 -matFile /home/hysom/myfile.euclid -doSomething true -xx_coeff -1.0

See also: HYPRE_EuclidSetParams.

Parameters:
filename - [IN] Pathname/filename to read

alphabetic index hierarchy of classes


generated by doc++