Home
last modified time | relevance | path

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

/libCEED/tests/
H A Dt525-operator.c50 CeedOperatorGetContextFieldLabel(op_sub_1, "count", &count_label); in main()
81 CeedOperatorGetContextFieldLabel(op_composite, "time", &time_label); in main()
96 CeedOperatorGetContextFieldLabel(op_composite, "other", &other_label); in main()
98 CeedOperatorGetContextFieldLabel(op_composite, "other", &other_label); in main()
106 CeedOperatorGetContextFieldLabel(op_composite, "bad", &bad_label); in main()
/libCEED/examples/fluids/src/
H A Dsetuplibceed.c353 …PetscCallCeed(ceed, CeedOperatorGetContextFieldLabel(op_ics, "evaluation time", &user->phys->ics_t… in SetupLibceed()
450 …PetscCallCeed(ceed, CeedOperatorGetContextFieldLabel(op_rhs, "solution time", &user->phys->solutio… in SetupLibceed()
451 …PetscCallCeed(ceed, CeedOperatorGetContextFieldLabel(op_rhs, "timestep size", &user->phys->timeste… in SetupLibceed()
468 …PetscCallCeed(ceed, CeedOperatorGetContextFieldLabel(user->op_ifunction, "solution time", &user->p… in SetupLibceed()
469 …PetscCallCeed(ceed, CeedOperatorGetContextFieldLabel(user->op_ifunction, "timestep size", &user->p… in SetupLibceed()
H A Dstrong_boundary_conditions.c125 …PetscCallCeed(ceed, CeedOperatorGetContextFieldLabel(op_strong_bc, "solution time", &phys->stg_sol… in SetupStrongSTG_Ceed()
H A Dmat-ceed.c764 PetscCallCeed(ctx->ceed, CeedOperatorGetContextFieldLabel(ctx->op_mult, name, &label)); in MatCeedSetContextDouble()
776 … PetscCallCeed(ctx->ceed, CeedOperatorGetContextFieldLabel(ctx->op_mult_transpose, name, &label)); in MatCeedSetContextDouble()
815 PetscCallCeed(ctx->ceed, CeedOperatorGetContextFieldLabel(op, name, &label)); in MatCeedGetContextDouble()
818 PetscCallCeed(ctx->ceed, CeedOperatorGetContextFieldLabel(op, name, &label)); in MatCeedGetContextDouble()
H A Dturb_spanstats.c420 …PetscCallCeed(ceed, CeedOperatorGetContextFieldLabel(op_stats_collect, "solution time", &user->spa… in CreateStatisticCollectionOperator()
421 …PetscCallCeed(ceed, CeedOperatorGetContextFieldLabel(op_stats_collect, "previous time", &user->spa… in CreateStatisticCollectionOperator()
H A Ddifferential_filter.c161 …PetscCallCeed(ceed, CeedOperatorGetContextFieldLabel(op_lhs, "filter width scaling", &diff_filter-… in DifferentialFilterCreateOperators()
/libCEED/include/ceed/
H A Dceed.h490 CEED_EXTERN int CeedOperatorGetContextFieldLabel(CeedOperator op, const char *field_name, CeedCont…
/libCEED/julia/LibCEED.jl/src/generated/
H A Dlibceed_bindings.jl789 function CeedOperatorGetContextFieldLabel(op, field_name, field_label) function
790 …ccall((:CeedOperatorGetContextFieldLabel, libceed), Cint, (CeedOperator, Ptr{Cchar}, Ptr{CeedConte…
/libCEED/interface/
H A Dceed-operator.c1994 int CeedOperatorGetContextFieldLabel(CeedOperator op, const char *field_name, CeedContextFieldLabel… in CeedOperatorGetContextFieldLabel() function
/libCEED/doc/sphinx/source/
H A Dreleasenotes.md49 For example, `CeedOperatorContextGetFieldLabel` was renamed to `CeedOperatorGetContextFieldLabel`.
/libCEED/
H A Dcoverage.info8401 FNA:33,0,CeedOperatorGetContextFieldLabel