Lines Matching refs:keys
1137 PetscFormKey keys[3]; in TestAssembly() local
1216 keys[0].label = material; in TestAssembly()
1217 keys[0].value = 1; in TestAssembly()
1218 keys[0].field = 0; in TestAssembly()
1219 keys[0].part = 0; in TestAssembly()
1220 keys[1].label = material; in TestAssembly()
1221 keys[1].value = 2; in TestAssembly()
1222 keys[1].field = 0; in TestAssembly()
1223 keys[1].part = 0; in TestAssembly()
1224 keys[2].label = fault; in TestAssembly()
1225 keys[2].value = 1; in TestAssembly()
1226 keys[2].field = 1; in TestAssembly()
1227 keys[2].part = 0; 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()