#include "petsc.h" int OptionsGetDouble(const char pre[],const char name[],double *dvalue,PetscTruth *flg)Not Collective
name | - the option one is seeking | |
pre | - string to prepend to each name or PETSC_NULL |
dvalue | - the double value to return | |
flg | - PETSC_TRUE if found, PETSC_FALSE if not found |
Level:beginner
Location:src/sys/src/objects/options.c
System Index
Table of Contents