Lines Matching refs:locX
1130 Vec locX, locF, locW; in TestAssembly() local
1150 PetscCall(DMGetLocalVector(dm, &locX)); in TestAssembly()
1151 PetscCall(PetscObjectSetName((PetscObject)locX, "Local Solution")); in TestAssembly()
1162 …lLocal(dm, 0.0, material, 1, &id, PETSC_DETERMINE, NULL, initialGuess, NULL, INSERT_VALUES, locX)); in TestAssembly()
1166 …lLocal(dm, 0.0, material, 1, &id, PETSC_DETERMINE, NULL, initialGuess, NULL, INSERT_VALUES, locX)); in TestAssembly()
1170 …abelLocal(dm, 0.0, fault, 1, &id, PETSC_DETERMINE, NULL, initialGuess, NULL, INSERT_VALUES, locX)); in TestAssembly()
1171 PetscCall(VecViewFromOptions(locX, NULL, "-local_solution_view")); in TestAssembly()
1193 …dFieldLabelLocal(dmFault, 0.0, depthLabel, 1, &id, PETSC_DETERMINE, NULL, locX, faultFuncs, INSERT… in TestAssembly()
1198 …dFieldLabelLocal(dmFault, 0.0, depthLabel, 1, &id, PETSC_DETERMINE, NULL, locX, faultFuncs, INSERT… in TestAssembly()
1229 …PetscCall(DMPlexComputeResidualHybridByKey(dm, keys, cohesiveCells, 0.0, locX, NULL, 0.0, locF, us… in TestAssembly()
1232 …PetscCall(DMPlexComputeJacobianHybridByKey(dm, keys, cohesiveCells, 0.0, 0.0, locX, NULL, J, J, us… in TestAssembly()
1237 PetscCall(DMRestoreLocalVector(dm, &locX)); in TestAssembly()