Home
last modified time | relevance | path

Searched refs:CeedQFunctionContextCreate (Results 1 – 25 of 45) sorted by relevance

12

/libCEED/tests/
H A Dt403-qfunction.c22 CeedQFunctionContextCreate(ceed, &ctx); in main()
23 CeedQFunctionContextCreate(ceed, &ctx_2); in main()
H A Dt525-operator.c39 CeedQFunctionContextCreate(ceed, &qf_ctx_sub_1); in main()
65 CeedQFunctionContextCreate(ceed, &qf_ctx_sub_2); in main()
H A Dt408-qfunction.c15 CeedQFunctionContextCreate(ceed, &ctx); in main()
H A Dt404-qfunction.c16 CeedQFunctionContextCreate(ceed, &ctx); in main()
H A Dt402-qfunction.c28 CeedQFunctionContextCreate(ceed, &ctx); in main()
H A Dt409-qfunction.c31 CeedQFunctionContextCreate(ceed, &ctx); in main()
H A Dt407-qfunction.c29 CeedQFunctionContextCreate(ceed, &ctx); in main()
H A Dt401-qfunction.c55 CeedQFunctionContextCreate(ceed, &ctx); in main()
H A Dt597-operator.c115 CeedQFunctionContextCreate(ceed, &qf_context); in main()
/libCEED/examples/solids/problems/
H A Dneo-hookean.c22 CeedQFunctionContextCreate(ceed, ctx); in PhysicsContext_NH()
50 CeedQFunctionContextCreate(ceed, ctx_smoother); in PhysicsSmootherContext_NH()
H A Dmooney-rivlin.c22 CeedQFunctionContextCreate(ceed, ctx); in PhysicsContext_MR()
53 CeedQFunctionContextCreate(ceed, ctx_smoother); in PhysicsSmootherContext_MR()
/libCEED/gallery/identity/
H A Dceed-identity.c29 CeedCall(CeedQFunctionContextCreate(ceed, &ctx)); in CeedQFunctionInit_Identity()
/libCEED/examples/fluids/problems/
H A Dshocktube.c132 PetscCallCeed(ceed, CeedQFunctionContextCreate(user->ceed, &problem->ics.qfunction_context)); in NS_SHOCKTUBE()
137 PetscCallCeed(ceed, CeedQFunctionContextCreate(user->ceed, &shocktube_context)); in NS_SHOCKTUBE()
H A Dgaussianwave.c76 PetscCallCeed(ceed, CeedQFunctionContextCreate(user->ceed, &gausswave_context)); in NS_GAUSSIAN_WAVE()
H A Ddensitycurrent.c101 PetscCallCeed(ceed, CeedQFunctionContextCreate(user->ceed, &density_current_context)); in NS_DENSITY_CURRENT()
H A Dchannel.c97 PetscCallCeed(ceed, CeedQFunctionContextCreate(user->ceed, &channel_context)); in NS_CHANNEL()
H A Dadvection.c260 PetscCallCeed(ceed, CeedQFunctionContextCreate(user->ceed, &problem->ics.qfunction_context)); in NS_ADVECTION()
265 PetscCallCeed(ceed, CeedQFunctionContextCreate(user->ceed, &advection_context)); in NS_ADVECTION()
H A Deulervortex.c131 PetscCallCeed(ceed, CeedQFunctionContextCreate(user->ceed, &euler_context)); in NS_EULER_VORTEX()
/libCEED/python/
H A Dceed_qfunctioncontext.py29 err_code = lib.CeedQFunctionContextCreate(
/libCEED/julia/LibCEED.jl/src/
H A DContext.jl30 C.CeedQFunctionContextCreate(c[], ref)
/libCEED/examples/petsc/src/
H A Dlibceedsetup.c169 CeedQFunctionContextCreate(ceed, &ctx_rhs_setup); in SetupLibceedByDegree()
321 CeedQFunctionContextCreate(ceed, &ctx_rhs_setup); in SetupErrorOperator()
H A Dswarmutils.c162 CeedQFunctionContextCreate((*ctx)->ceed, &qf_ctx); in DMSwarmCeedContextCreate()
190 CeedQFunctionContextCreate((*ctx)->ceed, &ctx_mass); in DMSwarmCeedContextCreate()
743 CeedQFunctionContextCreate(ceed, &ctx_rhs_setup); in SetupProblemSwarm()
/libCEED/examples/deal.II/
H A Dbps-ceed.h212 CeedQFunctionContextCreate(ceed, &build_ctx); in reinit()
564 CeedQFunctionContextCreate(ceed, &build_ctx); in compute_metric_data()
/libCEED/interface/
H A Dceed-qfunctioncontext.c595 int CeedQFunctionContextCreate(Ceed ceed, CeedQFunctionContext *ctx) { in CeedQFunctionContextCreate() function
601 CeedCall(CeedQFunctionContextCreate(delegate, ctx)); in CeedQFunctionContextCreate()
/libCEED/examples/mfem/
H A Dbp1.hpp119 CeedQFunctionContextCreate(ceed, &build_ctx); in CeedMassOperator()

12