| /libCEED/tests/ |
| H A D | t109-vector-f.f90 | 6 integer ceed,err variable
|
| H A D | t412-qfunction.c | 9 Ceed ceed; in main() local
|
| H A D | t105-vector-f.f90 | 6 integer ceed,err variable
|
| H A D | t509-operator.c | 10 Ceed ceed; in main() local
|
| H A D | t302-basis-f.f90 | 6 integer ceed,err,i,j variable
|
| H A D | t127-vector.c | 8 Ceed ceed; in main() local
|
| H A D | t103-vector-f.f90 | 6 integer ceed,err variable
|
| H A D | t106-vector-f.f90 | 6 integer ceed,err variable
|
| H A D | t200-elemrestriction-f.f90 | 6 integer ceed,err variable
|
| H A D | t122-vector.c | 13 Ceed ceed; in main() local
|
| H A D | t409-qfunction.c | 11 Ceed ceed; in main() local
|
| H A D | t205-elemrestriction.c | 9 Ceed ceed; in main() local
|
| H A D | t201-elemrestriction.c | 9 Ceed ceed; in main() local
|
| H A D | t204-elemrestriction.c | 9 Ceed ceed; in main() local
|
| H A D | t206-elemrestriction.c | 9 Ceed ceed; in main() local
|
| /libCEED/python/ |
| H A D | ceed_operator.py | 285 def __init__(self, ceed, qf, dqf=None, dqfT=None): argument 327 def __init__(self, ceed): argument 357 def __init__(self, ceed, pointer): argument
|
| /libCEED/interface/ |
| H A D | ceed-tensor.c | 54 int CeedTensorContractCreate(Ceed ceed, CeedTensorContract *contract) { in CeedTensorContractCreate() 148 int CeedTensorContractGetCeed(CeedTensorContract contract, Ceed *ceed) { in CeedTensorContractGetCeed()
|
| H A D | ceed-elemrestriction.c | 657 int CeedElemRestrictionCreate(Ceed ceed, CeedInt num_elem, CeedInt elem_size, CeedInt num_comp, Cee… in CeedElemRestrictionCreate() 712 int CeedElemRestrictionCreateOriented(Ceed ceed, CeedInt num_elem, CeedInt elem_size, CeedInt num_c… in CeedElemRestrictionCreateOriented() 770 int CeedElemRestrictionCreateCurlOriented(Ceed ceed, CeedInt num_elem, CeedInt elem_size, CeedInt n… in CeedElemRestrictionCreateCurlOriented() 824 int CeedElemRestrictionCreateStrided(Ceed ceed, CeedInt num_elem, CeedInt elem_size, CeedInt num_co… in CeedElemRestrictionCreateStrided() 891 int CeedElemRestrictionCreateAtPoints(Ceed ceed, CeedInt num_elem, CeedInt num_points, CeedInt num_… in CeedElemRestrictionCreateAtPoints() 950 int CeedElemRestrictionCreateBlocked(Ceed ceed, CeedInt num_elem, CeedInt elem_size, CeedInt block_… in CeedElemRestrictionCreateBlocked() 1018 int CeedElemRestrictionCreateBlockedOriented(Ceed ceed, CeedInt num_elem, CeedInt elem_size, CeedIn… in CeedElemRestrictionCreateBlockedOriented() 1090 int CeedElemRestrictionCreateBlockedCurlOriented(Ceed ceed, CeedInt num_elem, CeedInt elem_size, Ce… in CeedElemRestrictionCreateBlockedCurlOriented() 1154 int CeedElemRestrictionCreateBlockedStrided(Ceed ceed, CeedInt num_elem, CeedInt elem_size, CeedInt… in CeedElemRestrictionCreateBlockedStrided() 1289 Ceed ceed; in CeedElemRestrictionCreateVector() local [all …]
|
| /libCEED/backends/cuda-ref/ |
| H A D | ceed-cuda-ref-restriction.c | 25 Ceed ceed; in CeedElemRestrictionSetupCompile_Cuda() local 118 Ceed ceed; in CeedElemRestrictionApply_Cuda_Core() local 387 Ceed ceed; in CeedElemRestrictionDestroy_Cuda() local 417 Ceed ceed; in CeedElemRestrictionOffset_Cuda() local 500 Ceed ceed, ceed_parent; in CeedElemRestrictionCreate_Cuda() local
|
| /libCEED/backends/hip-ref/ |
| H A D | ceed-hip-ref-restriction.c | 24 Ceed ceed; in CeedElemRestrictionSetupCompile_Hip() local 119 Ceed ceed; in CeedElemRestrictionApply_Hip_Core() local 388 Ceed ceed; in CeedElemRestrictionDestroy_Hip() local 418 Ceed ceed; in CeedElemRestrictionOffset_Hip() local 501 Ceed ceed, ceed_parent; in CeedElemRestrictionCreate_Hip() local
|
| /libCEED/examples/petsc/src/ |
| H A D | matops.c | 8 PetscErrorCode SetupApplyOperatorCtx(MPI_Comm comm, DM dm, Ceed ceed, CeedData ceed_data, Vec X_loc… in SetupApplyOperatorCtx() 24 PetscErrorCode SetupErrorOperatorCtx(MPI_Comm comm, DM dm, Ceed ceed, CeedData ceed_data, Vec X_loc… in SetupErrorOperatorCtx()
|
| /libCEED/examples/solids/src/ |
| H A D | setup-libceed.c | 81 PetscErrorCode CreateRestrictionFromPlex(Ceed ceed, DM dm, CeedInt height, DMLabel domain_label, Ce… in CreateRestrictionFromPlex() 96 PetscErrorCode GetRestrictionForDomain(Ceed ceed, DM dm, CeedInt height, DMLabel domain_label, Pets… in GetRestrictionForDomain() 125 PetscErrorCode SetupLibceedFineLevel(DM dm, DM dm_energy, DM dm_diagnostic, Ceed ceed, AppCtx app_c… in SetupLibceedFineLevel() 495 PetscErrorCode SetupLibceedLevel(DM dm, Ceed ceed, AppCtx app_ctx, ProblemData problem_data, PetscI… in SetupLibceedLevel()
|
| /libCEED/examples/ |
| H A D | Makefile | 36 ceed: target
|
| /libCEED/examples/fluids/problems/ |
| H A D | gaussianwave.c | 22 Ceed ceed = user->ceed; in NS_GAUSSIAN_WAVE() local
|
| /libCEED/backends/hip-gen/ |
| H A D | ceed-hip-gen-operator.c | 23 Ceed ceed; in CeedOperatorDestroy_Hip_gen() local 55 Ceed ceed; in CeedOperatorApplyAddCore_Hip_gen() local 259 Ceed ceed; in CeedOperatorApplyAddComposite_Hip_gen() local 314 Ceed ceed; in CeedOperatorLinearAssembleQFunctionCore_Hip_gen() local 517 Ceed ceed; in CeedOperatorLinearAssembleAddDiagonalAtPoints_Hip_gen() local 693 Ceed ceed; in CeedOperatorAssembleSingleAtPoints_Hip_gen() local 879 Ceed ceed; in CeedOperatorCreate_Hip_gen() local
|