Searched refs:nsym (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/benchmarks/ |
| H A D | ssget | 259 2d3d, posdef, psym, nsym, kind
|
| /petsc/src/dm/label/ |
| H A D | dmlabel.c | 2992 static PetscErrorCode PetscSectionSymCopy_Label(PetscSectionSym sym, PetscSectionSym nsym) in PetscSectionSymCopy_Label() argument 2994 PetscSectionSym_Label *sl = (PetscSectionSym_Label *)nsym->data; in PetscSectionSymCopy_Label() 3010 …PetscCall(PetscSectionSymLabelSetStratum(nsym, val, size, minOrient, maxOrient, PETSC_COPY_VALUES,… in PetscSectionSymCopy_Label()
|
| /petsc/src/vec/is/section/interface/ |
| H A D | section.c | 3914 PetscErrorCode PetscSectionSymCopy(PetscSectionSym sym, PetscSectionSym nsym) in PetscSectionSymCopy() argument 3918 PetscValidHeaderSpecific(nsym, PETSC_SECTION_SYM_CLASSID, 2); in PetscSectionSymCopy() 3919 PetscTryTypeMethod(sym, copy, nsym); in PetscSectionSymCopy()
|