Searched refs:CeedOperatorGetContextFieldLabel (Results 1 – 11 of 11) sorted by relevance
| /libCEED/tests/ |
| H A D | t525-operator.c | 50 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 D | setuplibceed.c | 353 …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 D | strong_boundary_conditions.c | 125 …PetscCallCeed(ceed, CeedOperatorGetContextFieldLabel(op_strong_bc, "solution time", &phys->stg_sol… in SetupStrongSTG_Ceed()
|
| H A D | mat-ceed.c | 764 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 D | turb_spanstats.c | 420 …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 D | differential_filter.c | 161 …PetscCallCeed(ceed, CeedOperatorGetContextFieldLabel(op_lhs, "filter width scaling", &diff_filter-… in DifferentialFilterCreateOperators()
|
| /libCEED/include/ceed/ |
| H A D | ceed.h | 490 CEED_EXTERN int CeedOperatorGetContextFieldLabel(CeedOperator op, const char *field_name, CeedCont…
|
| /libCEED/julia/LibCEED.jl/src/generated/ |
| H A D | libceed_bindings.jl | 789 function CeedOperatorGetContextFieldLabel(op, field_name, field_label) function 790 …ccall((:CeedOperatorGetContextFieldLabel, libceed), Cint, (CeedOperator, Ptr{Cchar}, Ptr{CeedConte…
|
| /libCEED/interface/ |
| H A D | ceed-operator.c | 1994 int CeedOperatorGetContextFieldLabel(CeedOperator op, const char *field_name, CeedContextFieldLabel… in CeedOperatorGetContextFieldLabel() function
|
| /libCEED/doc/sphinx/source/ |
| H A D | releasenotes.md | 49 For example, `CeedOperatorContextGetFieldLabel` was renamed to `CeedOperatorGetContextFieldLabel`.
|
| /libCEED/ |
| H A D | coverage.info | 8401 FNA:33,0,CeedOperatorGetContextFieldLabel
|