Lines Matching refs:ctxcontainer

383     PetscContainer ctxcontainer;  in DMTSSetIFunction()  local
384 PetscCall(PetscContainerCreate(PetscObjectComm((PetscObject)tsdm), &ctxcontainer)); in DMTSSetIFunction()
385 PetscCall(PetscContainerSetPointer(ctxcontainer, ctx)); in DMTSSetIFunction()
386 PetscCall(PetscObjectCompose((PetscObject)tsdm, "ifunction ctx", (PetscObject)ctxcontainer)); in DMTSSetIFunction()
387 tsdm->ifunctionctxcontainer = ctxcontainer; in DMTSSetIFunction()
388 PetscCall(PetscContainerDestroy(&ctxcontainer)); in DMTSSetIFunction()
490 PetscContainer ctxcontainer; in DMTSSetI2Function() local
491 PetscCall(PetscContainerCreate(PetscObjectComm((PetscObject)tsdm), &ctxcontainer)); in DMTSSetI2Function()
492 PetscCall(PetscContainerSetPointer(ctxcontainer, ctx)); in DMTSSetI2Function()
493 PetscCall(PetscObjectCompose((PetscObject)tsdm, "i2function ctx", (PetscObject)ctxcontainer)); in DMTSSetI2Function()
494 tsdm->i2functionctxcontainer = ctxcontainer; in DMTSSetI2Function()
495 PetscCall(PetscContainerDestroy(&ctxcontainer)); in DMTSSetI2Function()
601 PetscContainer ctxcontainer; in DMTSSetI2Jacobian() local
602 PetscCall(PetscContainerCreate(PetscObjectComm((PetscObject)tsdm), &ctxcontainer)); in DMTSSetI2Jacobian()
603 PetscCall(PetscContainerSetPointer(ctxcontainer, ctx)); in DMTSSetI2Jacobian()
604 PetscCall(PetscObjectCompose((PetscObject)tsdm, "i2jacobian ctx", (PetscObject)ctxcontainer)); in DMTSSetI2Jacobian()
605 tsdm->i2jacobianctxcontainer = ctxcontainer; in DMTSSetI2Jacobian()
606 PetscCall(PetscContainerDestroy(&ctxcontainer)); in DMTSSetI2Jacobian()
712 PetscContainer ctxcontainer; in DMTSSetRHSFunction() local
713 PetscCall(PetscContainerCreate(PetscObjectComm((PetscObject)tsdm), &ctxcontainer)); in DMTSSetRHSFunction()
714 PetscCall(PetscContainerSetPointer(ctxcontainer, ctx)); in DMTSSetRHSFunction()
715 PetscCall(PetscObjectCompose((PetscObject)tsdm, "rhs function ctx", (PetscObject)ctxcontainer)); in DMTSSetRHSFunction()
716 tsdm->rhsfunctionctxcontainer = ctxcontainer; in DMTSSetRHSFunction()
717 PetscCall(PetscContainerDestroy(&ctxcontainer)); in DMTSSetRHSFunction()
1022 PetscContainer ctxcontainer; in DMTSSetIJacobian() local
1023 PetscCall(PetscContainerCreate(PetscObjectComm((PetscObject)tsdm), &ctxcontainer)); in DMTSSetIJacobian()
1024 PetscCall(PetscContainerSetPointer(ctxcontainer, ctx)); in DMTSSetIJacobian()
1025 PetscCall(PetscObjectCompose((PetscObject)tsdm, "ijacobian ctx", (PetscObject)ctxcontainer)); in DMTSSetIJacobian()
1026 tsdm->ijacobianctxcontainer = ctxcontainer; in DMTSSetIJacobian()
1027 PetscCall(PetscContainerDestroy(&ctxcontainer)); in DMTSSetIJacobian()
1142 PetscContainer ctxcontainer; in DMTSSetRHSJacobian() local
1143 PetscCall(PetscContainerCreate(PetscObjectComm((PetscObject)tsdm), &ctxcontainer)); in DMTSSetRHSJacobian()
1144 PetscCall(PetscContainerSetPointer(ctxcontainer, ctx)); in DMTSSetRHSJacobian()
1145 PetscCall(PetscObjectCompose((PetscObject)tsdm, "rhs jacobian ctx", (PetscObject)ctxcontainer)); in DMTSSetRHSJacobian()
1146 tsdm->rhsjacobianctxcontainer = ctxcontainer; in DMTSSetRHSJacobian()
1147 PetscCall(PetscContainerDestroy(&ctxcontainer)); in DMTSSetRHSJacobian()