Searched refs:numFuncConstants (Results 1 – 2 of 2) sorted by relevance
119 …PetscInt numFuncConstants; // Number of constant passed to an individual point functio… member
692 p->numFuncConstants = 3; // Row and col fields, cell size in PetscDSCreate()696 PetscCall(PetscMalloc1(p->numConstants + p->numFuncConstants, &p->constants)); in PetscDSCreate()2586 PetscCall(PetscMalloc1(ds->numConstants + ds->numFuncConstants, &ds->constants)); in PetscDSSetConstants()