Home
last modified time | relevance | path

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

/libCEED/interface/
H A Dceed-fortran.c777 CeedQFunction *qf_ = &CeedQFunction_dict[CeedQFunction_count]; in fCeedQFunctionCreateInterior() local
778 …eedQFunctionCreateInterior(Ceed_dict[*ceed], *vec_length, CeedQFunctionFortranStub, source_c, qf_); in fCeedQFunctionCreateInterior()
795 *err = CeedQFunctionSetContext(*qf_, fctx); in fCeedQFunctionCreateInterior()
800 *err = CeedQFunctionSetFortranStatus(*qf_, true); in fCeedQFunctionCreateInterior()
811 CeedQFunction *qf_ = &CeedQFunction_dict[CeedQFunction_count]; in fCeedQFunctionCreateInteriorByName() local
812 *err = CeedQFunctionCreateInteriorByName(Ceed_dict[*ceed], name_c, qf_); in fCeedQFunctionCreateInteriorByName()
827 CeedQFunction *qf_ = &CeedQFunction_dict[CeedQFunction_count]; in fCeedQFunctionCreateIdentity() local
828 …unctionCreateIdentity(Ceed_dict[*ceed], *size, (CeedEvalMode)*inmode, (CeedEvalMode)*outmode, qf_); in fCeedQFunctionCreateIdentity()
840 CeedQFunction qf_ = CeedQFunction_dict[*qf]; in fCeedQFunctionAddInput() local
842 *err = CeedQFunctionAddInput(qf_, field_name_c, *num_comp, *eval_mode); in fCeedQFunctionAddInput()
[all …]