Searched refs:setup_rhs (Results 1 – 8 of 8) sorted by relevance
| /libCEED/examples/petsc/include/ |
| H A D | bpsproblemdata.h | 35 .setup_rhs = SetupMassRhs, 52 .setup_rhs = SetupMassRhs3, 69 .setup_rhs = SetupDiffRhs, 86 .setup_rhs = SetupDiffRhs3, 103 .setup_rhs = SetupDiffRhs, 120 .setup_rhs = SetupDiffRhs3, 137 .setup_rhs = SetupMassDiffRhs, 154 .setup_rhs = SetupMassDiffRhs3, 171 .setup_rhs = SetupMassDiffRhs, 188 .setup_rhs = SetupMassDiffRhs3,
|
| H A D | sphereproblemdata.h | 33 .setup_rhs = SetupMassRhs, 49 .setup_rhs = SetupMassRhs3, 65 .setup_rhs = SetupDiffRhs, 81 .setup_rhs = SetupDiffRhs3, 97 .setup_rhs = SetupDiffRhs, 113 .setup_rhs = SetupDiffRhs3,
|
| H A D | libceedsetup.h | 19 …cInt g_size, PetscInt xl_size, BPData bp_data, CeedData data, PetscBool setup_rhs, PetscBool is_fi…
|
| H A D | swarmutils.h | 48 …mSwarm(DM dm_swarm, Ceed ceed, BPData bp_data, CeedData data, PetscBool setup_rhs, Vec rhs, Vec ta…
|
| H A D | structs.h | 60 CeedQFunctionUser setup_geo, setup_rhs, apply, error; member
|
| /libCEED/examples/petsc/src/ |
| H A D | libceedsetup.c | 43 …cInt g_size, PetscInt xl_size, BPData bp_data, CeedData data, PetscBool setup_rhs, PetscBool is_fi… in SetupLibceedByDegree() argument 149 if (setup_rhs) { in SetupLibceedByDegree() 154 CeedQFunctionCreateInterior(ceed, 1, bp_data.setup_rhs, bp_data.setup_rhs_loc, &qf_setup_rhs); in SetupLibceedByDegree() 306 CeedQFunctionCreateInterior(ceed, 1, bp_data.setup_rhs, bp_data.setup_rhs_loc, &qf_setup_rhs); in SetupErrorOperator()
|
| H A D | swarmutils.c | 586 …mSwarm(DM dm_swarm, Ceed ceed, BPData bp_data, CeedData data, PetscBool setup_rhs, Vec rhs, Vec ta… in SetupProblemSwarm() argument 713 if (setup_rhs) { in SetupProblemSwarm() 727 CeedQFunctionCreateInterior(ceed, 1, bp_data.setup_rhs, bp_data.setup_rhs_loc, &qf_setup_rhs); in SetupProblemSwarm()
|
| /libCEED/examples/petsc/ |
| H A D | bpsraw.c | 130 CeedQFunctionUser setup_geo, setup_rhs, apply, error; member 141 .setup_rhs = SetupMassRhs, 155 .setup_rhs = SetupMassRhs3, 169 .setup_rhs = SetupDiffRhs, 183 .setup_rhs = SetupDiffRhs3, 197 .setup_rhs = SetupDiffRhs, 211 .setup_rhs = SetupDiffRhs3, 586 …CeedQFunctionCreateInterior(ceed, 1, bp_options[bp_choice].setup_rhs, bp_options[bp_choice].setup_… in main()
|