| /libCEED/examples/petsc/src/ |
| H A D | libceedsetup.c | 95 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() 124 …CeedQFunctionAddOutput(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 D | t532-operator.c | 71 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 D | t402-qfunction.c | 18 CeedQFunctionAddOutput(qf_setup, "q data", 1, CEED_EVAL_NONE); in main() 23 CeedQFunctionAddOutput(qf_mass, "v", 1, CEED_EVAL_INTERP); in main()
|
| H A D | t405-qfunction.c | 40 CeedQFunctionAddOutput(qf_setup, "q data", 1, CEED_EVAL_NONE); in main() 50 CeedQFunctionAddOutput(qf_mass, "v", 1, CEED_EVAL_INTERP); in main()
|
| H A D | t400-qfunction.c | 40 CeedQFunctionAddOutput(qf_setup, "q data", 1, CEED_EVAL_NONE); in main() 50 CeedQFunctionAddOutput(qf_mass, "v", 1, CEED_EVAL_INTERP); in main()
|
| H A D | t535-operator.c | 72 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 D | t536-operator.c | 87 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 D | t401-qfunction.c | 43 CeedQFunctionAddOutput(qf_setup, "q data", 1, CEED_EVAL_NONE); in main() 53 CeedQFunctionAddOutput(qf_mass, "v", 1, CEED_EVAL_INTERP); in main()
|
| H A D | t406-qfunction.c | 51 CeedQFunctionAddOutput(qf_setup, "q data", 1, CEED_EVAL_NONE); in main() 61 CeedQFunctionAddOutput(qf_mass, "v", 1, CEED_EVAL_INTERP); in main()
|
| H A D | t523-operator.c | 85 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 D | t563-operator.c | 88 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 D | t562-operator.c | 75 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 D | t520-operator.c | 96 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 D | t524-operator.c | 95 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 D | t521-operator.c | 96 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 D | t522-operator.c | 98 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 D | t504-operator.c | 51 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 D | setup-libceed.c | 223 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() 246 …CeedQFunctionAddOutput(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() 472 …CeedQFunctionAddOutput(qf_diagnostic, "diagnostic values", num_comp_u + num_comp_d, CEED_EVAL_NONE… in SetupLibceedFineLevel()
|
| /libCEED/examples/fluids/src/ |
| H A D | setuplibceed.c | 163 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 D | ceed-massapply.c | 25 CeedCall(CeedQFunctionAddOutput(qf, "v", 1, CEED_EVAL_INTERP)); in CeedQFunctionInit_MassApply()
|
| H A D | ceed-mass2dbuild.c | 27 CeedCall(CeedQFunctionAddOutput(qf, "qdata", 1, CEED_EVAL_NONE)); in CeedQFunctionInit_Mass2DBuild()
|
| H A D | ceed-mass3dbuild.c | 27 CeedCall(CeedQFunctionAddOutput(qf, "qdata", 1, CEED_EVAL_NONE)); in CeedQFunctionInit_Mass3DBuild()
|
| H A D | ceed-mass1dbuild.c | 27 CeedCall(CeedQFunctionAddOutput(qf, "qdata", 1, CEED_EVAL_NONE)); in CeedQFunctionInit_Mass1DBuild()
|
| /libCEED/gallery/poisson/ |
| H A D | ceed-poisson1dapply.c | 27 CeedCall(CeedQFunctionAddOutput(qf, "dv", dim, CEED_EVAL_GRAD)); in CeedQFunctionInit_Poisson1DApply()
|
| /libCEED/gallery/mass-vector/ |
| H A D | ceed-vectormassapply.c | 27 CeedCall(CeedQFunctionAddOutput(qf, "v", num_comp, CEED_EVAL_INTERP)); in CeedQFunctionInit_Vector3MassApply()
|