Searched refs:CeedDataDestroy (Results 1 – 10 of 10) sorted by relevance
| /libCEED/examples/petsc/include/ |
| H A D | libceedsetup.h | 17 PetscErrorCode CeedDataDestroy(CeedInt i, CeedData data);
|
| /libCEED/examples/solids/include/ |
| H A D | setup-libceed.h | 18 PetscErrorCode CeedDataDestroy(CeedInt level, CeedData data);
|
| /libCEED/examples/petsc/ |
| H A D | area.c | 217 PetscCall(CeedDataDestroy(0, ceed_data)); in main()
|
| H A D | bpssphere.c | 317 PetscCall(CeedDataDestroy(0, ceed_data)); in main()
|
| H A D | bpsswarm.c | 435 PetscCall(CeedDataDestroy(0, ceed_data)); in main()
|
| H A D | bps.c | 307 PetscCall(CeedDataDestroy(0, ceed_data)); in RunWithDM()
|
| H A D | multigrid.c | 548 PetscCall(CeedDataDestroy(i, ceed_data[i])); in main()
|
| /libCEED/examples/petsc/src/ |
| H A D | libceedsetup.c | 18 PetscErrorCode CeedDataDestroy(CeedInt i, CeedData data) { in CeedDataDestroy() function
|
| /libCEED/examples/solids/src/ |
| H A D | setup-libceed.c | 37 PetscErrorCode CeedDataDestroy(CeedInt level, CeedData data) { in CeedDataDestroy() function
|
| /libCEED/examples/solids/ |
| H A D | elasticity.c | 823 PetscCall(CeedDataDestroy(level, ceed_data[level])); in main()
|