Home
last modified time | relevance | path

Searched defs:ceed (Results 176 – 200 of 422) sorted by relevance

12345678910>>...17

/libCEED/tests/
H A Dt109-vector-f.f906 integer ceed,err variable
H A Dt412-qfunction.c9 Ceed ceed; in main() local
H A Dt105-vector-f.f906 integer ceed,err variable
H A Dt509-operator.c10 Ceed ceed; in main() local
H A Dt302-basis-f.f906 integer ceed,err,i,j variable
H A Dt127-vector.c8 Ceed ceed; in main() local
H A Dt103-vector-f.f906 integer ceed,err variable
H A Dt106-vector-f.f906 integer ceed,err variable
H A Dt200-elemrestriction-f.f906 integer ceed,err variable
H A Dt122-vector.c13 Ceed ceed; in main() local
H A Dt409-qfunction.c11 Ceed ceed; in main() local
H A Dt205-elemrestriction.c9 Ceed ceed; in main() local
H A Dt201-elemrestriction.c9 Ceed ceed; in main() local
H A Dt204-elemrestriction.c9 Ceed ceed; in main() local
H A Dt206-elemrestriction.c9 Ceed ceed; in main() local
/libCEED/python/
H A Dceed_operator.py285 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 Dceed-tensor.c54 int CeedTensorContractCreate(Ceed ceed, CeedTensorContract *contract) { in CeedTensorContractCreate()
148 int CeedTensorContractGetCeed(CeedTensorContract contract, Ceed *ceed) { in CeedTensorContractGetCeed()
H A Dceed-elemrestriction.c657 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 Dceed-cuda-ref-restriction.c25 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 Dceed-hip-ref-restriction.c24 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 Dmatops.c8 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 Dsetup-libceed.c81 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 DMakefile36 ceed: target
/libCEED/examples/fluids/problems/
H A Dgaussianwave.c22 Ceed ceed = user->ceed; in NS_GAUSSIAN_WAVE() local
/libCEED/backends/hip-gen/
H A Dceed-hip-gen-operator.c23 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

12345678910>>...17