Home
last modified time | relevance | path

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

/petsc/src/benchmarks/
H A Dssget259 2d3d, posdef, psym, nsym, kind
/petsc/src/dm/label/
H A Ddmlabel.c2992 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 Dsection.c3914 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()