Lines Matching defs:s

37 PetscErrorCode PetscSectionCreate(MPI_Comm comm, PetscSection *s)  in PetscSectionCreate()
218 PetscErrorCode PetscSectionSetFromOptions(PetscSection s) in PetscSectionSetFromOptions()
350 PetscErrorCode PetscSectionGetNumFields(PetscSection s, PetscInt *numFields) in PetscSectionGetNumFields()
377 PetscErrorCode PetscSectionSetNumFields(PetscSection s, PetscInt numFields) in PetscSectionSetNumFields()
425 PetscErrorCode PetscSectionGetFieldName(PetscSection s, PetscInt field, const char *fieldName[]) in PetscSectionGetFieldName()
452 PetscErrorCode PetscSectionSetFieldName(PetscSection s, PetscInt field, const char fieldName[]) in PetscSectionSetFieldName()
487 PetscErrorCode PetscSectionGetComponentName(PetscSection s, PetscInt field, PetscInt comp, const ch… in PetscSectionGetComponentName()
520 PetscErrorCode PetscSectionSetComponentName(PetscSection s, PetscInt field, PetscInt comp, const ch… in PetscSectionSetComponentName()
552 PetscErrorCode PetscSectionGetFieldComponents(PetscSection s, PetscInt field, PetscInt *numComp) in PetscSectionGetFieldComponents()
588 PetscErrorCode PetscSectionSetFieldComponents(PetscSection s, PetscInt field, PetscInt numComp) in PetscSectionSetFieldComponents()
633 PetscErrorCode PetscSectionGetChart(PetscSection s, PetscInt *pStart, PetscInt *pEnd) in PetscSectionGetChart()
666 PetscErrorCode PetscSectionSetChart(PetscSection s, PetscInt pStart, PetscInt pEnd) in PetscSectionSetChart()
703 PetscErrorCode PetscSectionGetPermutation(PetscSection s, IS *perm) in PetscSectionGetPermutation()
734 PetscErrorCode PetscSectionSetPermutation(PetscSection s, IS perm) in PetscSectionSetPermutation()
770 PetscErrorCode PetscSectionGetBlockStarts(PetscSection s, PetscBT *blockStarts) in PetscSectionGetBlockStarts()
799 PetscErrorCode PetscSectionSetBlockStarts(PetscSection s, PetscBT blockStarts) in PetscSectionSetBlockStarts()
825 PetscErrorCode PetscSectionGetPointMajor(PetscSection s, PetscBool *pm) in PetscSectionGetPointMajor()
864 PetscErrorCode PetscSectionSetPointMajor(PetscSection s, PetscBool pm) in PetscSectionSetPointMajor()
889 PetscErrorCode PetscSectionGetIncludesConstraints(PetscSection s, PetscBool *includesConstraints) in PetscSectionGetIncludesConstraints()
911 PetscErrorCode PetscSectionSetIncludesConstraints(PetscSection s, PetscBool includesConstraints) in PetscSectionSetIncludesConstraints()
941 PetscErrorCode PetscSectionGetDof(PetscSection s, PetscInt point, PetscInt *numDof) in PetscSectionGetDof()
968 PetscErrorCode PetscSectionSetDof(PetscSection s, PetscInt point, PetscInt numDof) in PetscSectionSetDof()
995 PetscErrorCode PetscSectionAddDof(PetscSection s, PetscInt point, PetscInt numDof) in PetscSectionAddDof()
1023 PetscErrorCode PetscSectionGetFieldDof(PetscSection s, PetscInt point, PetscInt field, PetscInt *nu… in PetscSectionGetFieldDof()
1059 PetscErrorCode PetscSectionSetFieldDof(PetscSection s, PetscInt point, PetscInt field, PetscInt num… in PetscSectionSetFieldDof()
1094 PetscErrorCode PetscSectionAddFieldDof(PetscSection s, PetscInt point, PetscInt field, PetscInt num… in PetscSectionAddFieldDof()
1119 PetscErrorCode PetscSectionGetConstraintDof(PetscSection s, PetscInt point, PetscInt *numDof) in PetscSectionGetConstraintDof()
1143 PetscErrorCode PetscSectionSetConstraintDof(PetscSection s, PetscInt point, PetscInt numDof) in PetscSectionSetConstraintDof()
1168 PetscErrorCode PetscSectionAddConstraintDof(PetscSection s, PetscInt point, PetscInt numDof) in PetscSectionAddConstraintDof()
1196 PetscErrorCode PetscSectionGetFieldConstraintDof(PetscSection s, PetscInt point, PetscInt field, Pe… in PetscSectionGetFieldConstraintDof()
1221 PetscErrorCode PetscSectionSetFieldConstraintDof(PetscSection s, PetscInt point, PetscInt field, Pe… in PetscSectionSetFieldConstraintDof()
1245 PetscErrorCode PetscSectionAddFieldConstraintDof(PetscSection s, PetscInt point, PetscInt field, Pe… in PetscSectionAddFieldConstraintDof()
1266 PetscErrorCode PetscSectionSetUpBC(PetscSection s) in PetscSectionSetUpBC()
1297 PetscErrorCode PetscSectionSetUp(PetscSection s) in PetscSectionSetUp()
1379 PetscErrorCode PetscSectionGetMaxDof(PetscSection s, PetscInt *maxDof) in PetscSectionGetMaxDof()
1409 PetscErrorCode PetscSectionGetStorageSize(PetscSection s, PetscInt *size) in PetscSectionGetStorageSize()
1436 PetscErrorCode PetscSectionGetConstrainedStorageSize(PetscSection s, PetscInt *size) in PetscSectionGetConstrainedStorageSize()
1475 PetscErrorCode PetscSectionCreateGlobalSection(PetscSection s, PetscSF sf, PetscBool usePermutation… in PetscSectionCreateGlobalSection()
1621 PetscErrorCode PetscSectionCreateGlobalSectionCensored(PetscSection s, PetscSF sf, PetscBool includ… in PetscSectionCreateGlobalSectionCensored()
1735 PetscErrorCode PetscSectionGetPointLayout(MPI_Comm comm, PetscSection s, PetscLayout *layout) in PetscSectionGetPointLayout()
1782 PetscErrorCode PetscSectionGetValueLayout(MPI_Comm comm, PetscSection s, PetscLayout *layout) in PetscSectionGetValueLayout()
1827 PetscErrorCode PetscSectionGetOffset(PetscSection s, PetscInt point, PetscInt *offset) in PetscSectionGetOffset()
1854 PetscErrorCode PetscSectionSetOffset(PetscSection s, PetscInt point, PetscInt offset) in PetscSectionSetOffset()
1885 PetscErrorCode PetscSectionGetFieldOffset(PetscSection s, PetscInt point, PetscInt field, PetscInt … in PetscSectionGetFieldOffset()
1913 PetscErrorCode PetscSectionSetFieldOffset(PetscSection s, PetscInt point, PetscInt field, PetscInt … in PetscSectionSetFieldOffset()
1951 PetscErrorCode PetscSectionGetFieldPointOffset(PetscSection s, PetscInt point, PetscInt field, Pets… in PetscSectionGetFieldPointOffset()
1981 PetscErrorCode PetscSectionGetOffsetRange(PetscSection s, PetscInt *start, PetscInt *end) in PetscSectionGetOffsetRange()
2027 PetscErrorCode PetscSectionCreateSubsection(PetscSection s, PetscInt len, const PetscInt fields[], … in PetscSectionCreateSubsection()
2133 PetscErrorCode PetscSectionCreateComponentSubsection(PetscSection s, PetscInt len, const PetscInt c… in PetscSectionCreateComponentSubsection()
2196 PetscErrorCode PetscSectionCreateSupersection(PetscSection s[], PetscInt len, PetscSection *supers) in PetscSectionCreateSupersection()
2294 static PetscErrorCode PetscSectionCreateSubplexSection_Private(PetscSection s, IS subpointIS, Petsc… in PetscSectionCreateSubplexSection_Private()
2420 PetscErrorCode PetscSectionCreateSubmeshSection(PetscSection s, IS subpointIS, PetscSection *subs) in PetscSectionCreateSubmeshSection()
2452 PetscErrorCode PetscSectionCreateSubdomainSection(PetscSection s, IS subpointMap, PetscSection *sub… in PetscSectionCreateSubdomainSection()
2459 static PetscErrorCode PetscSectionView_ASCII(PetscSection s, PetscViewer viewer) in PetscSectionView_ASCII()
2536 PetscErrorCode PetscSectionView(PetscSection s, PetscViewer viewer) in PetscSectionView()
2589 PetscErrorCode PetscSectionLoad(PetscSection s, PetscViewer viewer) in PetscSectionLoad()
2666 PetscErrorCode PetscSectionArrayView_ASCII_Internal(PetscSection s, void *array, PetscDataType data… in PetscSectionArrayView_ASCII_Internal()
2710 PetscErrorCode PetscSectionArrayView(PetscSection s, void *array, PetscDataType data_type, PetscVie… in PetscSectionArrayView()
2776 PetscErrorCode PetscSectionReset(PetscSection s) in PetscSectionReset()
2825 PetscErrorCode PetscSectionDestroy(PetscSection *s) in PetscSectionDestroy()
2839 static PetscErrorCode VecIntGetValuesSection_Private(const PetscInt *baseArray, PetscSection s, Pet… in VecIntGetValuesSection_Private()
2849 static PetscErrorCode VecIntSetValuesSection_Private(PetscInt *baseArray, PetscSection s, PetscInt … in VecIntSetValuesSection_Private()
2948 PetscErrorCode PetscSectionHasConstraints(PetscSection s, PetscBool *hasConstraints) in PetscSectionHasConstraints()
2976 PetscErrorCode PetscSectionGetConstraintIndices(PetscSection s, PetscInt point, const PetscInt *ind… in PetscSectionGetConstraintIndices()
2999 PetscErrorCode PetscSectionSetConstraintIndices(PetscSection s, PetscInt point, const PetscInt indi… in PetscSectionSetConstraintIndices()
3035 PetscErrorCode PetscSectionGetFieldConstraintIndices(PetscSection s, PetscInt point, PetscInt field… in PetscSectionGetFieldConstraintIndices()
3060 PetscErrorCode PetscSectionSetFieldConstraintIndices(PetscSection s, PetscInt point, PetscInt field… in PetscSectionSetFieldConstraintIndices()
3092 PetscSection s = section, sNew; in PetscSectionPermute() local
3405 PetscErrorCode PetscSectionGetField(PetscSection s, PetscInt field, PetscSection *subs) in PetscSectionGetField()
3964 PetscErrorCode PetscSectionGetUseFieldOffsets(PetscSection s, PetscBool *flg) in PetscSectionGetUseFieldOffsets()
3985 PetscErrorCode PetscSectionSetUseFieldOffsets(PetscSection s, PetscBool flg) in PetscSectionSetUseFieldOffsets()
4029 PetscSection s; in PetscSectionExtractDofsFromArray() local