Home
last modified time | relevance | path

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

/libCEED/examples/fluids/problems/
H A Dadvection.c39 PetscCallCeed(ceed, CeedOperatorGetFieldByName(sub_ops[sub_op_index], "q", &field)); in CreateKSPMassOperator_AdvectionStabilized()
42 PetscCallCeed(ceed, CeedOperatorGetFieldByName(sub_ops[sub_op_index], "qdata", &field)); in CreateKSPMassOperator_AdvectionStabilized()
H A Dnewtonian.c175 PetscCallCeed(ceed, CeedOperatorGetFieldByName(sub_ops[sub_op_index], "q", &field)); in CreateKSPMassOperator_NewtonianStabilized()
178 PetscCallCeed(ceed, CeedOperatorGetFieldByName(sub_ops[sub_op_index], "qdata", &field)); in CreateKSPMassOperator_NewtonianStabilized()
/libCEED/examples/fluids/src/
H A Dsetuplibceed.c32 PetscCallCeed(ceed, CeedOperatorGetFieldByName(sub_ops[sub_op_index], "q", &field)); in CreateKSPMassOperator_Unstabilized()
35 PetscCallCeed(ceed, CeedOperatorGetFieldByName(sub_ops[sub_op_index], "qdata", &field)); in CreateKSPMassOperator_Unstabilized()
201 PetscCallCeed(ceed, CeedOperatorGetFieldByName(sub_ops[sub_op_index], "q", &field)); in AddBCSubOperators()
206 PetscCallCeed(ceed, CeedOperatorGetFieldByName(sub_ops[sub_op_index], "x", &field)); in AddBCSubOperators()
H A Ddifferential_filter.c139 …PetscCallCeed(ceed, CeedOperatorGetFieldByName(diff_filter->op_rhs_ctx->op, field_name, &op_field)… in DifferentialFilterCreateOperators()
/libCEED/include/ceed/
H A Dceed.h509 CEED_EXTERN int CeedOperatorGetFieldByName(CeedOperator op, const char *field_name, CeedOperatorFie…
/libCEED/julia/LibCEED.jl/src/generated/
H A Dlibceed_bindings.jl829 function CeedOperatorGetFieldByName(op, field_name, op_field) function
830 …ccall((:CeedOperatorGetFieldByName, libceed), Cint, (CeedOperator, Ptr{Cchar}, Ptr{CeedOperatorFie…
/libCEED/interface/
H A Dceed-operator.c1163 int CeedOperatorGetFieldByName(CeedOperator op, const char *field_name, CeedOperatorField *op_field… in CeedOperatorGetFieldByName() function
/libCEED/doc/sphinx/source/
H A Dreleasenotes.md54 - Added {c:func}`CeedOperatorGetFieldByName` to access a specific `CeedOperatorField` by its name.
/libCEED/
H A Dcoverage.info8343 FNA:4,0,CeedOperatorGetFieldByName