Searched refs:BPData (Results 1 – 11 of 11) sorted by relevance
| /libCEED/examples/petsc/include/ |
| H A D | libceedsetup.h | 19 …PetscInt g_size, PetscInt xl_size, BPData bp_data, CeedData data, PetscBool setup_rhs, PetscBool i… 21 …tup(DM dm, Ceed ceed, CeedInt level, CeedInt num_comp_u, CeedData *data, BPData bp_data, Vec fine_… 22 PetscErrorCode SetupErrorOperator(DM dm, Ceed ceed, BPData bp_data, CeedInt topo_dim, PetscInt num_…
|
| H A D | areaproblemdata.h | 26 static BPData problem_options[6] = {
|
| H A D | swarmutils.h | 48 PetscErrorCode SetupProblemSwarm(DM dm_swarm, Ceed ceed, BPData bp_data, CeedData data, PetscBool s…
|
| H A D | structs.h | 65 } BPData; typedef
|
| H A D | sphereproblemdata.h | 26 static BPData bp_options[6] = {
|
| H A D | petscutils.h | 29 …DM dm, DMLabel domain_label, CeedInt label_value, CeedInt height, CeedInt dm_field, BPData bp_data,
|
| H A D | bpsproblemdata.h | 28 BPData bp_options[10] = {
|
| /libCEED/examples/petsc/src/ |
| H A D | libceedsetup.c | 43 …PetscInt g_size, PetscInt xl_size, BPData bp_data, CeedData data, PetscBool setup_rhs, PetscBool i… in SetupLibceedByDegree() 204 …tup(DM dm, Ceed ceed, CeedInt level, CeedInt num_comp_u, CeedData *data, BPData bp_data, Vec fine_… in CeedLevelTransferSetup() 241 PetscErrorCode SetupErrorOperator(DM dm, Ceed ceed, BPData bp_data, CeedInt topo_dim, PetscInt num_… in SetupErrorOperator()
|
| H A D | swarmutils.c | 30 BPData bp_data = {.q_mode = CEED_GAUSS}; in DMSwarmCeedContextCreate() 586 PetscErrorCode SetupProblemSwarm(DM dm_swarm, Ceed ceed, BPData bp_data, CeedData data, PetscBool s… in SetupProblemSwarm()
|
| H A D | petscutils.c | 345 …DM dm, DMLabel domain_label, CeedInt label_value, CeedInt height, CeedInt dm_field, BPData bp_data, in CreateBasisFromPlex()
|
| /libCEED/examples/petsc/ |
| H A D | bpsraw.c | 134 } BPData; typedef 136 BPData bp_options[6] = {
|