Searched refs:uctxs (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/snes/utils/ |
| H A D | dmplexsnes.c | 1064 void **lctxs, **uctxs; in DMPlexSetSNESVariableBounds() local 1074 PetscCall(PetscMalloc4(Nf, &lfuncs, Nf, &lctxs, Nf, &ufuncs, Nf, &uctxs)); in DMPlexSetSNESVariableBounds() 1077 PetscCall(PetscDSGetUpperBound(ds, f, &ufuncs[f], &uctxs[f])); in DMPlexSetSNESVariableBounds() 1088 if (hasUpper) PetscCall(DMProjectFunction(dm, 0., ufuncs, uctxs, INSERT_VALUES, ub)); in DMPlexSetSNESVariableBounds() 1096 PetscCall(PetscFree4(lfuncs, lctxs, ufuncs, uctxs)); in DMPlexSetSNESVariableBounds()
|