Lines Matching refs:lname
181 char lname[PETSC_MAX_PATH_LEN]; in TestFunctionProjection() local
189 PetscCall(PetscStrncpy(lname, "Function ", sizeof(lname))); in TestFunctionProjection()
190 PetscCall(PetscStrlcat(lname, name, sizeof(lname))); in TestFunctionProjection()
191 PetscCall(PetscObjectSetName((PetscObject)x, lname)); in TestFunctionProjection()
197 PetscCall(PetscStrncpy(lname, "Local Function ", sizeof(lname))); in TestFunctionProjection()
198 PetscCall(PetscStrlcat(lname, name, sizeof(lname))); in TestFunctionProjection()
199 PetscCall(PetscObjectSetName((PetscObject)lx, lname)); in TestFunctionProjection()
216 char lname[PETSC_MAX_PATH_LEN]; in TestFieldProjection() local
226 PetscCall(PetscStrncpy(lname, "Local Field Input ", sizeof(lname))); in TestFieldProjection()
227 PetscCall(PetscStrlcat(lname, name, sizeof(lname))); in TestFieldProjection()
228 PetscCall(PetscObjectSetName((PetscObject)lu, lname)); in TestFieldProjection()
233 PetscCall(PetscStrncpy(lname, "Local Field ", sizeof(lname))); in TestFieldProjection()
234 PetscCall(PetscStrlcat(lname, name, sizeof(lname))); in TestFieldProjection()
235 PetscCall(PetscObjectSetName((PetscObject)lx, lname)); in TestFieldProjection()
253 char lname[PETSC_MAX_PATH_LEN]; in TestFieldProjectionMultiple() local
264 PetscCall(PetscStrncpy(lname, "Local MultiField Input ", sizeof(lname))); in TestFieldProjectionMultiple()
265 PetscCall(PetscStrlcat(lname, name, sizeof(lname))); in TestFieldProjectionMultiple()
266 PetscCall(PetscObjectSetName((PetscObject)lu, lname)); in TestFieldProjectionMultiple()
271 PetscCall(PetscStrncpy(lname, "Local MultiField ", sizeof(lname))); in TestFieldProjectionMultiple()
272 PetscCall(PetscStrlcat(lname, name, sizeof(lname))); in TestFieldProjectionMultiple()
273 PetscCall(PetscObjectSetName((PetscObject)lx, lname)); in TestFieldProjectionMultiple()