| /libCEED/tests/ |
| H A D | t403-qfunction.c | 22 CeedQFunctionContextCreate(ceed, &ctx); in main() 23 CeedQFunctionContextCreate(ceed, &ctx_2); in main()
|
| H A D | t525-operator.c | 39 CeedQFunctionContextCreate(ceed, &qf_ctx_sub_1); in main() 65 CeedQFunctionContextCreate(ceed, &qf_ctx_sub_2); in main()
|
| H A D | t408-qfunction.c | 15 CeedQFunctionContextCreate(ceed, &ctx); in main()
|
| H A D | t404-qfunction.c | 16 CeedQFunctionContextCreate(ceed, &ctx); in main()
|
| H A D | t402-qfunction.c | 28 CeedQFunctionContextCreate(ceed, &ctx); in main()
|
| H A D | t409-qfunction.c | 31 CeedQFunctionContextCreate(ceed, &ctx); in main()
|
| H A D | t407-qfunction.c | 29 CeedQFunctionContextCreate(ceed, &ctx); in main()
|
| H A D | t401-qfunction.c | 55 CeedQFunctionContextCreate(ceed, &ctx); in main()
|
| H A D | t597-operator.c | 115 CeedQFunctionContextCreate(ceed, &qf_context); in main()
|
| /libCEED/examples/solids/problems/ |
| H A D | neo-hookean.c | 22 CeedQFunctionContextCreate(ceed, ctx); in PhysicsContext_NH() 50 CeedQFunctionContextCreate(ceed, ctx_smoother); in PhysicsSmootherContext_NH()
|
| H A D | mooney-rivlin.c | 22 CeedQFunctionContextCreate(ceed, ctx); in PhysicsContext_MR() 53 CeedQFunctionContextCreate(ceed, ctx_smoother); in PhysicsSmootherContext_MR()
|
| /libCEED/gallery/identity/ |
| H A D | ceed-identity.c | 29 CeedCall(CeedQFunctionContextCreate(ceed, &ctx)); in CeedQFunctionInit_Identity()
|
| /libCEED/examples/fluids/problems/ |
| H A D | shocktube.c | 132 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 D | gaussianwave.c | 76 PetscCallCeed(ceed, CeedQFunctionContextCreate(user->ceed, &gausswave_context)); in NS_GAUSSIAN_WAVE()
|
| H A D | densitycurrent.c | 101 PetscCallCeed(ceed, CeedQFunctionContextCreate(user->ceed, &density_current_context)); in NS_DENSITY_CURRENT()
|
| H A D | channel.c | 97 PetscCallCeed(ceed, CeedQFunctionContextCreate(user->ceed, &channel_context)); in NS_CHANNEL()
|
| H A D | advection.c | 260 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 D | eulervortex.c | 131 PetscCallCeed(ceed, CeedQFunctionContextCreate(user->ceed, &euler_context)); in NS_EULER_VORTEX()
|
| /libCEED/python/ |
| H A D | ceed_qfunctioncontext.py | 29 err_code = lib.CeedQFunctionContextCreate(
|
| /libCEED/julia/LibCEED.jl/src/ |
| H A D | Context.jl | 30 C.CeedQFunctionContextCreate(c[], ref)
|
| /libCEED/examples/petsc/src/ |
| H A D | libceedsetup.c | 169 CeedQFunctionContextCreate(ceed, &ctx_rhs_setup); in SetupLibceedByDegree() 321 CeedQFunctionContextCreate(ceed, &ctx_rhs_setup); in SetupErrorOperator()
|
| H A D | swarmutils.c | 162 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 D | bps-ceed.h | 212 CeedQFunctionContextCreate(ceed, &build_ctx); in reinit() 564 CeedQFunctionContextCreate(ceed, &build_ctx); in compute_metric_data()
|
| /libCEED/interface/ |
| H A D | ceed-qfunctioncontext.c | 595 int CeedQFunctionContextCreate(Ceed ceed, CeedQFunctionContext *ctx) { in CeedQFunctionContextCreate() function 601 CeedCall(CeedQFunctionContextCreate(delegate, ctx)); in CeedQFunctionContextCreate()
|
| /libCEED/examples/mfem/ |
| H A D | bp1.hpp | 119 CeedQFunctionContextCreate(ceed, &build_ctx); in CeedMassOperator()
|