Lines Matching refs:hmap
291 static PetscErrorCode PetscWeakFormRewriteKeys_Internal(PetscWeakForm wf, PetscHMapForm hmap, DMLab… in PetscWeakFormRewriteKeys_Internal() argument
298 PetscCall(PetscHMapFormGetSize(hmap, &n)); in PetscWeakFormRewriteKeys_Internal()
300 PetscCall(PetscHMapFormGetKeys(hmap, &off, keys)); in PetscWeakFormRewriteKeys_Internal()
307 …PetscCall(PetscWeakFormGetFunction_Private(wf, hmap, keys[i].label, keys[i].value, keys[i].field, … in PetscWeakFormRewriteKeys_Internal()
318 …PetscCall(PetscWeakFormGetFunction_Private(wf, hmap, keys[i].label, keys[i].value, keys[i].field, … in PetscWeakFormRewriteKeys_Internal()
321 …PetscCall(PetscWeakFormSetFunction_Private(wf, hmap, keys[i].label, values[v], keys[i].field, keys… in PetscWeakFormRewriteKeys_Internal()
324 …if (clear) PetscCall(PetscWeakFormSetFunction_Private(wf, hmap, keys[i].label, keys[i].value, keys… in PetscWeakFormRewriteKeys_Internal()
359 static PetscErrorCode PetscWeakFormReplaceLabel_Internal(PetscWeakForm wf, PetscHMapForm hmap, DMLa… in PetscWeakFormReplaceLabel_Internal() argument
368 PetscCall(PetscHMapFormGetSize(hmap, &n)); in PetscWeakFormReplaceLabel_Internal()
370 PetscCall(PetscHMapFormGetKeys(hmap, &off, keys)); in PetscWeakFormReplaceLabel_Internal()
382 …PetscCall(PetscWeakFormGetFunction_Private(wf, hmap, keys[i].label, keys[i].value, keys[i].field, … in PetscWeakFormReplaceLabel_Internal()
399 …PetscCall(PetscWeakFormGetFunction_Private(wf, hmap, keys[i].label, keys[i].value, keys[i].field, … in PetscWeakFormReplaceLabel_Internal()
401 …PetscCall(PetscWeakFormSetFunction_Private(wf, hmap, label, keys[i].value, keys[i].field, keys[i].… in PetscWeakFormReplaceLabel_Internal()
402 …PetscCall(PetscWeakFormSetFunction_Private(wf, hmap, keys[i].label, keys[i].value, keys[i].field, … in PetscWeakFormReplaceLabel_Internal()