Home
last modified time | relevance | path

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

/petsc/src/ts/characteristic/interface/
H A Dcharacteristic.c88 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()
[all …]