Home
last modified time | relevance | path

Searched refs:isDummyKey (Results 1 – 1 of 1) sorted by relevance

/petsc/src/sys/objects/
H A Doptionsyaml.c43 PetscBool isMergeKey, isDummyKey, isIncludeTag; in PetscParseLayerYAML() local
66 PetscCall(PetscStrbeginswith(STR(keynode), "$$", &isDummyKey)); in PetscParseLayerYAML()
67 if (isDummyKey) { in PetscParseLayerYAML()
111 PetscCall(PetscStrbeginswith(STR(kn), "$$", &isDummyKey)); in PetscParseLayerYAML()
112 if (isDummyKey) continue; in PetscParseLayerYAML()