Lines Matching refs:Characteristic

18 static PetscErrorCode CharacteristicHeapSort(Characteristic, Queue, PetscInt);
19 static PetscErrorCode CharacteristicSiftDown(Characteristic, Queue, PetscInt, PetscInt);
21 static PetscErrorCode CharacteristicView(Characteristic c, PetscViewer viewer) in CharacteristicView()
48 PetscErrorCode CharacteristicDestroy(Characteristic *c) in CharacteristicDestroy()
86 PetscErrorCode CharacteristicCreate(MPI_Comm comm, Characteristic *c) in CharacteristicCreate()
88 Characteristic newC; in CharacteristicCreate()
156 PetscErrorCode CharacteristicSetType(Characteristic c, CharacteristicType type) in CharacteristicSetType()
159 PetscErrorCode (*r)(Characteristic); in CharacteristicSetType()
196 PetscErrorCode CharacteristicSetUp(Characteristic c) in CharacteristicSetUp()
243 PetscErrorCode CharacteristicRegister(const char sname[], PetscErrorCode (*function)(Characteristic in CharacteristicRegister() argument
251 PetscErrorCode CharacteristicSetVelocityInterpolation(Characteristic c, DM da, Vec v, Vec vOld, Pet… in CharacteristicSetVelocityInterpolation()
264 PetscErrorCode CharacteristicSetVelocityInterpolationLocal(Characteristic c, DM da, Vec v, Vec vOld… in CharacteristicSetVelocityInterpolationLocal()
277 PetscErrorCode CharacteristicSetFieldInterpolation(Characteristic c, DM da, Vec v, PetscInt numComp… in CharacteristicSetFieldInterpolation()
292 PetscErrorCode CharacteristicSetFieldInterpolationLocal(Characteristic c, DM da, Vec v, PetscInt nu… in CharacteristicSetFieldInterpolationLocal()
321 PetscErrorCode CharacteristicSolve(Characteristic c, PetscReal dt, Vec solution) in CharacteristicSolve()
557 PetscErrorCode CharacteristicSetNeighbors(Characteristic c, PetscInt numNeighbors, PetscMPIInt neig… in CharacteristicSetNeighbors()
567 PetscErrorCode CharacteristicAddPoint(Characteristic c, CharacteristicPointDA2D *point) in CharacteristicAddPoint()
575 PetscErrorCode CharacteristicSendCoordinatesBegin(Characteristic c) in CharacteristicSendCoordinatesBegin()
618 PetscErrorCode CharacteristicSendCoordinatesEnd(Characteristic c) in CharacteristicSendCoordinatesEnd()
634 PetscErrorCode CharacteristicGetValuesBegin(Characteristic c) in CharacteristicGetValuesBegin()
646 PetscErrorCode CharacteristicGetValuesEnd(Characteristic c) in CharacteristicGetValuesEnd()
658 static PetscErrorCode CharacteristicHeapSort(Characteristic c, Queue queue, PetscInt size) in CharacteristicHeapSort()
687 static PetscErrorCode CharacteristicSiftDown(Characteristic c, Queue queue, PetscInt root, PetscInt… in CharacteristicSiftDown()