Searched defs:target (Results 1 – 8 of 8) sorted by relevance
| /libCEED/examples/petsc/qfunctions/bps/ |
| H A D | common.h | 15 const CeedScalar *u = in[0], *target = in[1], *q_data = in[2]; in Error() local 25 const CeedScalar *u = in[0], *target = in[1], *q_data = in[2]; in Error3() local
|
| /libCEED/examples/petsc/src/ |
| H A D | libceedsetup.c | 44 CeedVector rhs_ceed, CeedVector *target) { in SetupLibceedByDegree() 250 CeedVector x_coord, q_data, target, rhs; in SetupErrorOperator() local
|
| H A D | swarmutils.c | 586 …(DM dm_swarm, Ceed ceed, BPData bp_data, CeedData data, PetscBool setup_rhs, Vec rhs, Vec target) { in SetupProblemSwarm()
|
| /libCEED/examples/petsc/ |
| H A D | bpssphere.c | 65 CeedVector rhs_ceed, target; in main() local
|
| H A D | bpsswarm.c | 288 Vec target; in main() local
|
| H A D | bps.c | 66 CeedVector rhs_ceed, target; in RunWithDM() local
|
| H A D | multigrid.c | 68 CeedVector rhs_ceed, target; in main() local
|
| H A D | bpsraw.c | 298 …ax(OperatorApplyContext op_apply_ctx, CeedOperator op_error, Vec X, CeedVector target, PetscReal *… in ComputeErrorMax() 359 CeedVector x_coord, q_data, rhs_ceed, target; in main() local
|