Home
last modified time | relevance | path

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

/petsc/src/vec/vec/tests/
H A Dex48.c228 const char *tNames[nt] = {"bool", "int", "real", "str", "nonExisting"}; in CapsuleCreate() local
251 PetscCall(PetscStrncpy(c->typeNames[t], tNames[t], sizeof(c->typeNames[t]))); in CapsuleCreate()
252 PetscCall(PetscSNPrintf(c->names[t], SLEN, "attr_%" PetscInt_FMT "_%s", c->id, tNames[t])); in CapsuleCreate()