Home
last modified time | relevance | path

Searched refs:CeedQFunctionAddOutput (Results 1 – 25 of 109) sorted by relevance

12345

/libCEED/examples/petsc/src/
H A Dlibceedsetup.c95 CeedQFunctionAddOutput(qf_setup_geo, "qdata", q_data_size, CEED_EVAL_NONE); in SetupLibceedByDegree()
121 CeedQFunctionAddOutput(qf_apply, "v", num_comp_u, CEED_EVAL_INTERP); in SetupLibceedByDegree()
122 CeedQFunctionAddOutput(qf_apply, "dv", num_comp_u * topo_dim, CEED_EVAL_GRAD); in SetupLibceedByDegree()
124CeedQFunctionAddOutput(qf_apply, is_interp ? "v" : "dv", num_comp_u * out_scale, bp_data.out_mode); in SetupLibceedByDegree()
157 CeedQFunctionAddOutput(qf_setup_rhs, "true solution", num_comp_u, CEED_EVAL_NONE); in SetupLibceedByDegree()
158 CeedQFunctionAddOutput(qf_setup_rhs, "rhs", num_comp_u, CEED_EVAL_INTERP); in SetupLibceedByDegree()
290 CeedQFunctionAddOutput(qf_setup_geo, "qdata", q_data_size, CEED_EVAL_NONE); in SetupErrorOperator()
309 CeedQFunctionAddOutput(qf_setup_rhs, "true solution", num_comp_u, CEED_EVAL_NONE); in SetupErrorOperator()
310 CeedQFunctionAddOutput(qf_setup_rhs, "rhs", num_comp_u, CEED_EVAL_INTERP); in SetupErrorOperator()
336 CeedQFunctionAddOutput(qf_error, "error", num_comp_u, CEED_EVAL_INTERP); in SetupErrorOperator()
/libCEED/tests/
H A Dt532-operator.c71 CeedQFunctionAddOutput(qf_setup_mass, "q data", 1, CEED_EVAL_NONE); in main()
83 CeedQFunctionAddOutput(qf_setup_diff, "q data", dim * (dim + 1) / 2, CEED_EVAL_NONE); in main()
101 CeedQFunctionAddOutput(qf_apply, "v", 1, CEED_EVAL_INTERP); in main()
102 CeedQFunctionAddOutput(qf_apply, "dv", dim, CEED_EVAL_GRAD); in main()
137 CeedQFunctionAddOutput(qf_apply_assembled, "v", 1, CEED_EVAL_INTERP); in main()
138 CeedQFunctionAddOutput(qf_apply_assembled, "dv", dim, CEED_EVAL_GRAD); in main()
H A Dt402-qfunction.c18 CeedQFunctionAddOutput(qf_setup, "q data", 1, CEED_EVAL_NONE); in main()
23 CeedQFunctionAddOutput(qf_mass, "v", 1, CEED_EVAL_INTERP); in main()
H A Dt405-qfunction.c40 CeedQFunctionAddOutput(qf_setup, "q data", 1, CEED_EVAL_NONE); in main()
50 CeedQFunctionAddOutput(qf_mass, "v", 1, CEED_EVAL_INTERP); in main()
H A Dt400-qfunction.c40 CeedQFunctionAddOutput(qf_setup, "q data", 1, CEED_EVAL_NONE); in main()
50 CeedQFunctionAddOutput(qf_mass, "v", 1, CEED_EVAL_INTERP); in main()
H A Dt535-operator.c72 CeedQFunctionAddOutput(qf_setup_mass, "q data", 1, CEED_EVAL_NONE); in main()
84 CeedQFunctionAddOutput(qf_setup_diff, "q data", dim * (dim + 1) / 2, CEED_EVAL_NONE); in main()
102 CeedQFunctionAddOutput(qf_apply, "v", 1, CEED_EVAL_INTERP); in main()
103 CeedQFunctionAddOutput(qf_apply, "dv", dim, CEED_EVAL_GRAD); in main()
H A Dt536-operator.c87 CeedQFunctionAddOutput(qf_setup_mass, "q data", 1, CEED_EVAL_NONE); in main()
99 CeedQFunctionAddOutput(qf_setup_diff, "q data", dim * (dim + 1) / 2, CEED_EVAL_NONE); in main()
117 CeedQFunctionAddOutput(qf_apply, "v", 1, CEED_EVAL_INTERP); in main()
118 CeedQFunctionAddOutput(qf_apply, "dv", dim, CEED_EVAL_GRAD); in main()
H A Dt401-qfunction.c43 CeedQFunctionAddOutput(qf_setup, "q data", 1, CEED_EVAL_NONE); in main()
53 CeedQFunctionAddOutput(qf_mass, "v", 1, CEED_EVAL_INTERP); in main()
H A Dt406-qfunction.c51 CeedQFunctionAddOutput(qf_setup, "q data", 1, CEED_EVAL_NONE); in main()
61 CeedQFunctionAddOutput(qf_mass, "v", 1, CEED_EVAL_INTERP); in main()
H A Dt523-operator.c85 CeedQFunctionAddOutput(qf_setup_tet, "rho", 1, CEED_EVAL_NONE); in main()
90 CeedQFunctionAddOutput(qf_mass_tet, "v", 1, CEED_EVAL_INTERP); in main()
131 CeedQFunctionAddOutput(qf_setup_hex, "rho", 1, CEED_EVAL_NONE); in main()
136 CeedQFunctionAddOutput(qf_mass_hex, "v", 1, CEED_EVAL_INTERP); in main()
H A Dt563-operator.c88 CeedQFunctionAddOutput(qf_setup_mass, "q data", 1, CEED_EVAL_NONE); in main()
100 CeedQFunctionAddOutput(qf_setup_diff, "q data", dim * (dim + 1) / 2, CEED_EVAL_NONE); in main()
118 CeedQFunctionAddOutput(qf_apply, "v", 1, CEED_EVAL_INTERP); in main()
119 CeedQFunctionAddOutput(qf_apply, "dv", dim, CEED_EVAL_GRAD); in main()
H A Dt562-operator.c75 CeedQFunctionAddOutput(qf_setup_mass, "q data", 1, CEED_EVAL_NONE); in main()
87 CeedQFunctionAddOutput(qf_setup_diff, "q data", dim * (dim + 1) / 2, CEED_EVAL_NONE); in main()
105 CeedQFunctionAddOutput(qf_apply, "v", 1, CEED_EVAL_INTERP); in main()
106 CeedQFunctionAddOutput(qf_apply, "dv", dim, CEED_EVAL_GRAD); in main()
H A Dt520-operator.c96 CeedQFunctionAddOutput(qf_setup_tet, "rho", 1, CEED_EVAL_NONE); in main()
101 CeedQFunctionAddOutput(qf_mass_tet, "v", 1, CEED_EVAL_INTERP); in main()
141 CeedQFunctionAddOutput(qf_setup_hex, "rho", 1, CEED_EVAL_NONE); in main()
146 CeedQFunctionAddOutput(qf_mass_hex, "v", 1, CEED_EVAL_INTERP); in main()
H A Dt524-operator.c95 CeedQFunctionAddOutput(qf_setup_tet, "rho", 1, CEED_EVAL_NONE); in main()
100 CeedQFunctionAddOutput(qf_mass_tet, "v", 1, CEED_EVAL_INTERP); in main()
139 CeedQFunctionAddOutput(qf_setup_hex, "rho", 1, CEED_EVAL_NONE); in main()
144 CeedQFunctionAddOutput(qf_mass_hex, "v", 1, CEED_EVAL_INTERP); in main()
H A Dt521-operator.c96 CeedQFunctionAddOutput(qf_setup_tet, "rho", 1, CEED_EVAL_NONE); in main()
101 CeedQFunctionAddOutput(qf_mass_tet, "v", 1, CEED_EVAL_INTERP); in main()
140 CeedQFunctionAddOutput(qf_setup_hex, "rho", 1, CEED_EVAL_NONE); in main()
145 CeedQFunctionAddOutput(qf_mass_hex, "v", 1, CEED_EVAL_INTERP); in main()
H A Dt522-operator.c98 CeedQFunctionAddOutput(qf_setup_tet, "rho", dim * (dim + 1) / 2, CEED_EVAL_NONE); in main()
103 CeedQFunctionAddOutput(qf_diff_tet, "v", dim, CEED_EVAL_GRAD); in main()
143 CeedQFunctionAddOutput(qf_setup_hex, "rho", dim * (dim + 1) / 2, CEED_EVAL_NONE); in main()
148 CeedQFunctionAddOutput(qf_diff_hex, "v", dim, CEED_EVAL_GRAD); in main()
H A Dt504-operator.c51 CeedQFunctionAddOutput(qf_setup, "rho", 1, CEED_EVAL_NONE); in main()
56 CeedQFunctionAddOutput(qf_mass, "v", 2, CEED_EVAL_INTERP); in main()
/libCEED/examples/solids/src/
H A Dsetup-libceed.c223 CeedQFunctionAddOutput(qf_setup_geo, "qdata", q_data_size, CEED_EVAL_NONE); in SetupLibceedFineLevel()
244 CeedQFunctionAddOutput(qf_residual, "dv", num_comp_u * dim, CEED_EVAL_GRAD); in SetupLibceedFineLevel()
246CeedQFunctionAddOutput(qf_residual, problem_data.field_names[i], problem_data.field_sizes[i], CEED… in SetupLibceedFineLevel()
274 CeedQFunctionAddOutput(qf_jacobian, "delta dv", num_comp_u * dim, CEED_EVAL_GRAD); in SetupLibceedFineLevel()
311 CeedQFunctionAddOutput(qf_traction, "v", num_comp_u, CEED_EVAL_INTERP); in SetupLibceedFineLevel()
354 CeedQFunctionAddOutput(qf_setup_force, "force", num_comp_u, CEED_EVAL_INTERP); in SetupLibceedFineLevel()
396 CeedQFunctionAddOutput(qf_true, "true solution", num_comp_u, CEED_EVAL_NONE); in SetupLibceedFineLevel()
429 CeedQFunctionAddOutput(qf_energy, "energy", num_comp_e, CEED_EVAL_INTERP); in SetupLibceedFineLevel()
453 CeedQFunctionAddOutput(qf_setup_geo, "qdata", q_data_size, CEED_EVAL_NONE); in SetupLibceedFineLevel()
472CeedQFunctionAddOutput(qf_diagnostic, "diagnostic values", num_comp_u + num_comp_d, CEED_EVAL_NONE… in SetupLibceedFineLevel()
/libCEED/examples/fluids/src/
H A Dsetuplibceed.c163 PetscCallCeed(ceed, CeedQFunctionAddOutput(*qf_apply_bc, "v", num_comp_q, CEED_EVAL_INTERP)); in SetupBCQFunctions()
164 …if (jac_data_size_sur) PetscCallCeed(ceed, CeedQFunctionAddOutput(*qf_apply_bc, "surface jacobian … in SetupBCQFunctions()
175 …PetscCallCeed(ceed, CeedQFunctionAddOutput(*qf_apply_bc_jacobian, "v", num_comp_q, CEED_EVAL_INTER… in SetupBCQFunctions()
347 PetscCallCeed(ceed, CeedQFunctionAddOutput(qf_ics, "q0", num_comp_q, CEED_EVAL_NONE)); in SetupLibceed()
371 PetscCallCeed(ceed, CeedQFunctionAddOutput(qf_rhs_vol, "v", num_comp_q, CEED_EVAL_INTERP)); in SetupLibceed()
372 …PetscCallCeed(ceed, CeedQFunctionAddOutput(qf_rhs_vol, "Grad_v", num_comp_q * dim, CEED_EVAL_GRAD)… in SetupLibceed()
397 … PetscCallCeed(ceed, CeedQFunctionAddOutput(qf_ifunction_vol, "v", num_comp_q, CEED_EVAL_INTERP)); in SetupLibceed()
398 …PetscCallCeed(ceed, CeedQFunctionAddOutput(qf_ifunction_vol, "Grad_v", num_comp_q * dim, CEED_EVAL… in SetupLibceed()
399 …PetscCallCeed(ceed, CeedQFunctionAddOutput(qf_ifunction_vol, "jac_data", jac_data_size_vol, CEED_E… in SetupLibceed()
425 … PetscCallCeed(ceed, CeedQFunctionAddOutput(qf_ijacobian_vol, "v", num_comp_q, CEED_EVAL_INTERP)); in SetupLibceed()
[all …]
/libCEED/gallery/mass/
H A Dceed-massapply.c25 CeedCall(CeedQFunctionAddOutput(qf, "v", 1, CEED_EVAL_INTERP)); in CeedQFunctionInit_MassApply()
H A Dceed-mass2dbuild.c27 CeedCall(CeedQFunctionAddOutput(qf, "qdata", 1, CEED_EVAL_NONE)); in CeedQFunctionInit_Mass2DBuild()
H A Dceed-mass3dbuild.c27 CeedCall(CeedQFunctionAddOutput(qf, "qdata", 1, CEED_EVAL_NONE)); in CeedQFunctionInit_Mass3DBuild()
H A Dceed-mass1dbuild.c27 CeedCall(CeedQFunctionAddOutput(qf, "qdata", 1, CEED_EVAL_NONE)); in CeedQFunctionInit_Mass1DBuild()
/libCEED/gallery/poisson/
H A Dceed-poisson1dapply.c27 CeedCall(CeedQFunctionAddOutput(qf, "dv", dim, CEED_EVAL_GRAD)); in CeedQFunctionInit_Poisson1DApply()
/libCEED/gallery/mass-vector/
H A Dceed-vectormassapply.c27 CeedCall(CeedQFunctionAddOutput(qf, "v", num_comp, CEED_EVAL_INTERP)); in CeedQFunctionInit_Vector3MassApply()

12345