Home
last modified time | relevance | path

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

/honee/problems/
H A Dtaylorgreen.c16 CeedQFunctionContext taylorgreen_qfctx; in NS_TAYLOR_GREEN() local
39 PetscCallCeed(ceed, CeedQFunctionContextCreate(honee->ceed, &taylorgreen_qfctx)); in NS_TAYLOR_GREEN()
40 …PetscCallCeed(ceed, CeedQFunctionContextSetData(taylorgreen_qfctx, CEED_MEM_HOST, CEED_USE_POINTER… in NS_TAYLOR_GREEN()
41 …PetscCallCeed(ceed, CeedQFunctionContextSetDataDestroy(taylorgreen_qfctx, CEED_MEM_HOST, FreeConte… in NS_TAYLOR_GREEN()
47 .qfctx = taylorgreen_qfctx, in NS_TAYLOR_GREEN()