Home
last modified time | relevance | path

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

/libCEED/examples/solids/problems/
H A Dneo-hookean.c30 …ontext_NH(MPI_Comm comm, Ceed ceed, CeedQFunctionContext ctx, CeedQFunctionContext *ctx_smoother) { in PhysicsSmootherContext_NH() argument
50 CeedQFunctionContextCreate(ceed, ctx_smoother); in PhysicsSmootherContext_NH()
52 …CeedQFunctionContextSetData(*ctx_smoother, CEED_MEM_HOST, CEED_COPY_VALUES, sizeof(*phys_smoother)… in PhysicsSmootherContext_NH()
55 *ctx_smoother = NULL; in PhysicsSmootherContext_NH()
H A Dmooney-rivlin.c30 …ontext_MR(MPI_Comm comm, Ceed ceed, CeedQFunctionContext ctx, CeedQFunctionContext *ctx_smoother) { in PhysicsSmootherContext_MR() argument
53 CeedQFunctionContextCreate(ceed, ctx_smoother); in PhysicsSmootherContext_MR()
55 …CeedQFunctionContextSetData(*ctx_smoother, CEED_MEM_HOST, CEED_COPY_VALUES, sizeof(*phys_smoother)… in PhysicsSmootherContext_MR()
58 *ctx_smoother = NULL; in PhysicsSmootherContext_MR()
H A Dneo-hookean.h25 …Context_NH(MPI_Comm comm, Ceed ceed, CeedQFunctionContext ctx, CeedQFunctionContext *ctx_smoother);
H A Dmooney-rivlin.h27 …Context_MR(MPI_Comm comm, Ceed ceed, CeedQFunctionContext ctx, CeedQFunctionContext *ctx_smoother);