Lines Matching refs:newC

88   Characteristic newC;  in CharacteristicCreate()  local
95 …PetscCall(PetscHeaderCreate(newC, CHARACTERISTIC_CLASSID, "Characteristic", "Characteristic", "Cha… in CharacteristicCreate()
96 *c = newC; in CharacteristicCreate()
98 newC->structured = PETSC_TRUE; in CharacteristicCreate()
99 newC->numIds = 0; in CharacteristicCreate()
100 newC->velocityDA = NULL; in CharacteristicCreate()
101 newC->velocity = NULL; in CharacteristicCreate()
102 newC->velocityOld = NULL; in CharacteristicCreate()
103 newC->numVelocityComp = 0; in CharacteristicCreate()
104 newC->velocityComp = NULL; in CharacteristicCreate()
105 newC->velocityInterp = NULL; in CharacteristicCreate()
106 newC->velocityInterpLocal = NULL; in CharacteristicCreate()
107 newC->velocityCtx = NULL; in CharacteristicCreate()
108 newC->fieldDA = NULL; in CharacteristicCreate()
109 newC->field = NULL; in CharacteristicCreate()
110 newC->numFieldComp = 0; in CharacteristicCreate()
111 newC->fieldComp = NULL; in CharacteristicCreate()
112 newC->fieldInterp = NULL; in CharacteristicCreate()
113 newC->fieldInterpLocal = NULL; in CharacteristicCreate()
114 newC->fieldCtx = NULL; in CharacteristicCreate()
115 newC->itemType = 0; in CharacteristicCreate()
116 newC->queue = NULL; in CharacteristicCreate()
117 newC->queueSize = 0; in CharacteristicCreate()
118 newC->queueMax = 0; in CharacteristicCreate()
119 newC->queueLocal = NULL; in CharacteristicCreate()
120 newC->queueLocalSize = 0; in CharacteristicCreate()
121 newC->queueLocalMax = 0; in CharacteristicCreate()
122 newC->queueRemote = NULL; in CharacteristicCreate()
123 newC->queueRemoteSize = 0; in CharacteristicCreate()
124 newC->queueRemoteMax = 0; in CharacteristicCreate()
125 newC->numNeighbors = 0; in CharacteristicCreate()
126 newC->neighbors = NULL; in CharacteristicCreate()
127 newC->needCount = NULL; in CharacteristicCreate()
128 newC->localOffsets = NULL; in CharacteristicCreate()
129 newC->fillCount = NULL; in CharacteristicCreate()
130 newC->remoteOffsets = NULL; in CharacteristicCreate()
131 newC->request = NULL; in CharacteristicCreate()
132 newC->status = NULL; in CharacteristicCreate()