petsc-3.14.6 2021-03-30
Report Typos and Errors

PetscOptionsInsertStringYAML

Inserts YAML-formatted options into the database from a string

Synopsis

#include "petscsys.h"   
PetscErrorCode PetscOptionsInsertStringYAML(PetscOptions options,const char in_str[])
Logically Collective

Input Parameter

options - options object
in_str - YAML-formatted string op options

See Also

PetscOptionsSetValue(), PetscOptionsView(), PetscOptionsHasName(), PetscOptionsGetInt(),
PetscOptionsGetReal(), PetscOptionsGetString(), PetscOptionsGetIntArray(), PetscOptionsBool(), PetscOptionsName(), PetscOptionsBegin(), PetscOptionsEnd(), PetscOptionsHead(), PetscOptionsStringArray(),PetscOptionsRealArray(), PetscOptionsScalar(), PetscOptionsBoolGroupBegin(), PetscOptionsBoolGroup(), PetscOptionsBoolGroupEnd(), PetscOptionsFList(), PetscOptionsEList(), PetscOptionsInsertFile(), PetscOptionsInsertFileYAML()

Level

intermediate

Location

src/sys/yaml/yamlimpls.c
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages