Searched defs:_p_PetscSection (Results 1 – 1 of 1) sorted by relevance
28 struct _p_PetscSection { struct30 PetscInt pStart, pEnd; /* The chart: all points are contained in [pStart, pEnd) */31 … perm; /* A permutation of [0, pEnd-pStart), so perm[i] is the ith permuted point */32 PetscBT blockStarts; /* If present, bit is high for each point that starts a block */33 …ol pointMajor; /* True if the offsets are point major, otherwise they are fieldMajor */34 …etscBool includesConstraints; /* True if constrained dofs are included when computing offsets */35 PetscInt *atlasDof; /* Describes layout of storage, point --> # of values */36 PetscInt *atlasOff; /* Describes layout of storage, point --> offset into storage */37 PetscInt maxDof; /* Maximum dof on any point */38 …tion bc; /* Describes constraints, point --> # local dofs which are constrained */[all …]