Home
last modified time | relevance | path

Searched refs:FreeContextPetsc (Results 1 – 20 of 20) sorted by relevance

/honee/problems/
H A Dshocktube.c107 …PetscCallCeed(ceed, CeedQFunctionContextSetDataDestroy(ics_qfctx, CEED_MEM_HOST, FreeContextPetsc)… in NS_SHOCKTUBE()
111 …llCeed(ceed, CeedQFunctionContextSetDataDestroy(shocktube_qfctx, CEED_MEM_HOST, FreeContextPetsc)); in NS_SHOCKTUBE()
H A Dtaylorgreen.c41 …Ceed(ceed, CeedQFunctionContextSetDataDestroy(taylorgreen_qfctx, CEED_MEM_HOST, FreeContextPetsc)); in NS_TAYLOR_GREEN()
H A Dgaussianwave.c70 …llCeed(ceed, CeedQFunctionContextSetDataDestroy(gausswave_qfctx, CEED_MEM_HOST, FreeContextPetsc)); in NS_GAUSSIAN_WAVE()
H A Ddensitycurrent.c90 …(ceed, CeedQFunctionContextSetDataDestroy(density_current_qfctx, CEED_MEM_HOST, FreeContextPetsc)); in NS_DENSITY_CURRENT()
H A Dbc_outflow.c153 …CallCeed(ceed, CeedQFunctionContextSetDataDestroy(outflow_qfctx, CEED_MEM_HOST, FreeContextPetsc)); in OutflowBCSetup()
H A Deulervortex.c150 …scCallCeed(ceed, CeedQFunctionContextSetDataDestroy(euler_qfctx, CEED_MEM_HOST, FreeContextPetsc)); in NS_EULER_VORTEX()
H A Dchannel.c107 …CallCeed(ceed, CeedQFunctionContextSetDataDestroy(channel_qfctx, CEED_MEM_HOST, FreeContextPetsc)); in NS_CHANNEL()
H A Dblasius.c216 …CallCeed(ceed, CeedQFunctionContextSetDataDestroy(blasius_qfctx, CEED_MEM_HOST, FreeContextPetsc)); in NS_BLASIUS()
H A Dadvection.c535 …PetscCallCeed(ceed, CeedQFunctionContextSetDataDestroy(ics_qfctx, CEED_MEM_HOST, FreeContextPetsc)… in NS_ADVECTION()
539 …llCeed(ceed, CeedQFunctionContextSetDataDestroy(advection_qfctx, CEED_MEM_HOST, FreeContextPetsc)); in NS_ADVECTION()
H A Dnewtonian.c516 …PetscCallCeed(ceed, CeedQFunctionContextSetDataDestroy(ics_qfctx, CEED_MEM_HOST, FreeContextPetsc)… in NS_NEWTONIAN_IG()
522 …eed(ceed, CeedQFunctionContextSetDataDestroy(newtonian_ig_qfctx, CEED_MEM_HOST, FreeContextPetsc)); in NS_NEWTONIAN_IG()
H A Dstg_shur14.c298 …PetscCallCeed(ceed, CeedQFunctionContextSetDataDestroy(stg_qfctx, CEED_MEM_HOST, FreeContextPetsc)… in SetupStg()
H A Dbc_freestream.c151 …lCeed(ceed, CeedQFunctionContextSetDataDestroy(freestream_qfctx, CEED_MEM_HOST, FreeContextPetsc)); in FreestreamBCSetup()
H A Dsgs_dd_model.c706 …edQFunctionContextSetDataDestroy(sgs_dd_setup_data->sgsdd_qfctx, CEED_MEM_HOST, FreeContextPetsc)); in SgsDDSetup()
/honee/src/
H A Dmonitor_cfl.c103 …tscCallCeed(ceed, CeedQFunctionContextSetDataDestroy(newt_qfctx, CEED_MEM_HOST, FreeContextPetsc)); in SetupMontiorCfl()
H A Dmisc.c179 int FreeContextPetsc(void *data) { in FreeContextPetsc() function
H A Ddifferential_filter.c291 …Ceed(ceed, CeedQFunctionContextSetDataDestroy(diff_filter_qfctx, CEED_MEM_HOST, FreeContextPetsc)); in DifferentialFilterSetup()
/honee/src/spanstats/
H A Dcflpe.c101 …CallCeed(ceed, CeedQFunctionContextSetDataDestroy(collect_qfctx, CEED_MEM_HOST, FreeContextPetsc)); in CreateStatisticCollectionOperator()
H A Dturbulence.c64 …CallCeed(ceed, CeedQFunctionContextSetDataDestroy(collect_qfctx, CEED_MEM_HOST, FreeContextPetsc)); in CreateStatisticCollectionOperator()
/honee/include/
H A Dnavierstokes.h251 extern int FreeContextPetsc(void *);
/honee/src/smartsim/
H A Dsgs_dd_training.c210 …ntextSetDataDestroy(sgs_dd_train_setup_data->sgs_dd_train_qfctx, CEED_MEM_HOST, FreeContextPetsc)); in SGS_DD_TrainingSetup()