Lines Matching refs:rH
7 …t dim, PetscScalar *B, PetscScalar *D, PetscScalar *H, PetscReal *rB, PetscReal *rD, PetscReal *rH) in ViewResults() argument
22 PetscCall(PetscRealView(N * dim * dim, rH, viewer)); in ViewResults()
31 PetscReal *rB, *rD, *rH; in TestEvaluate() local
47 … * nc, &rB, n * nc * dim, &D, n * nc * dim, &rD, n * nc * dim * dim, &H, n * nc * dim * dim, &rH)); in TestEvaluate()
49 PetscCall(DMFieldEvaluate(field, points, PETSC_REAL, rB, rD, rH)); in TestEvaluate()
54 PetscCall(ViewResults(viewer, n * nc, dim, B, D, H, rB, rD, rH)); in TestEvaluate()
56 PetscCall(PetscFree6(B, rB, D, rD, H, rH)); in TestEvaluate()
67 PetscReal *rB, *rD, *rH; in TestEvaluateFE() local
90 …all(PetscMalloc6(N, &B, N, &rB, N * dim, &D, N * dim, &rD, N * dim * dim, &H, N * dim * dim, &rH)); in TestEvaluateFE()
92 PetscCall(DMFieldEvaluateFE(field, cellIS, quad, PETSC_REAL, rB, rD, rH)); in TestEvaluateFE()
98 PetscCall(ViewResults(viewer, N, dim, B, D, H, rB, rD, rH)); in TestEvaluateFE()
100 PetscCall(PetscFree6(B, rB, D, rD, H, rH)); in TestEvaluateFE()
111 PetscReal *rB, *rD, *rH; in TestEvaluateFV() local
133 …all(PetscMalloc6(N, &B, N, &rB, N * dim, &D, N * dim, &rD, N * dim * dim, &H, N * dim * dim, &rH)); in TestEvaluateFV()
135 PetscCall(DMFieldEvaluateFV(field, cellIS, PETSC_REAL, rB, rD, rH)); in TestEvaluateFV()
139 PetscCall(ViewResults(viewer, N, dim, B, D, H, rB, rD, rH)); in TestEvaluateFV()
141 PetscCall(PetscFree6(B, rB, D, rD, H, rH)); in TestEvaluateFV()