Home
last modified time | relevance | path

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

/libCEED/examples/fluids/problems/
H A Dbc_freestream.c28 CeedQFunctionContext freestream_context; in FreestreamBCSetup() local
112 PetscCallCeed(ceed, CeedQFunctionContextCreate(user->ceed, &freestream_context)); in FreestreamBCSetup()
113 …PetscCallCeed(ceed, CeedQFunctionContextSetData(freestream_context, CEED_MEM_HOST, CEED_USE_POINTE… in FreestreamBCSetup()
114 …PetscCallCeed(ceed, CeedQFunctionContextSetDataDestroy(freestream_context, CEED_MEM_HOST, FreeCont… in FreestreamBCSetup()
115 problem->apply_freestream.qfunction_context = freestream_context; in FreestreamBCSetup()
116 …PetscCallCeed(ceed, CeedQFunctionContextReferenceCopy(freestream_context, &problem->apply_freestre… in FreestreamBCSetup()