Searched refs:testFull (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/dt/tests/ |
| H A D | ex5.c | 45 PetscReal *testSub, *testFull; in main() local 60 PetscCall(PetscMalloc4(dim - 1, &testSub, dim, &testFull, Nc, &outSub, Nc, &outFull)); in main() 66 PetscCall(DMPlexComputeCellGeometryFEM(dm, point, NULL, testFull, J, NULL, &detJ)); in main() 69 for (j = 0; j < dim - 1; j++) testFull[i] += J[i * dim + j] * (testSub[j] - xi0[j]); in main() 87 PetscCall(PetscFECreateTabulation(fe, 1, 1, testFull, 0, &Tfull)); in main() 111 PetscCall(PetscFree4(testSub, testFull, outSub, outFull)); in main()
|