Searched refs:stringBuffer (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/dm/impls/forest/ |
| H A D | forest.c | 1467 char stringBuffer[256]; in DMSetFromOptions_Forest() local 1477 …of the forest's base mesh", "DMForestSetTopology", oldTopo, stringBuffer, sizeof(stringBuffer), &f… in DMSetFromOptions_Forest() 1483 PetscCall(DMForestSetTopology(dm, (DMForestTopology)stringBuffer)); in DMSetFromOptions_Forest() 1557 … strategy", "DMForestSetAdaptivityStrategy", adaptStrategy, stringBuffer, sizeof(stringBuffer), &f… in DMSetFromOptions_Forest() 1558 if (flg) PetscCall(DMForestSetAdaptivityStrategy(dm, (DMForestAdaptivityStrategy)stringBuffer)); in DMSetFromOptions_Forest()
|
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 4353 char stringBuffer[256]; in DMSetFromOptions_pforest() local 4360 …the ghost label when converting from a DMPlex", NULL, NULL, stringBuffer, sizeof(stringBuffer), &f… in DMSetFromOptions_pforest() 4364 PetscCall(PetscStrallocpy(stringBuffer, &pforest->ghostName)); in DMSetFromOptions_pforest()
|