Searched refs:ctx_smoother (Results 1 – 4 of 4) sorted by relevance
| /libCEED/examples/solids/problems/ |
| H A D | neo-hookean.c | 30 …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 D | mooney-rivlin.c | 30 …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 D | neo-hookean.h | 25 …Context_NH(MPI_Comm comm, Ceed ceed, CeedQFunctionContext ctx, CeedQFunctionContext *ctx_smoother);
|
| H A D | mooney-rivlin.h | 27 …Context_MR(MPI_Comm comm, Ceed ceed, CeedQFunctionContext ctx, CeedQFunctionContext *ctx_smoother);
|