Searched refs:BPType (Results 1 – 12 of 12) sorted by relevance
| /libCEED/examples/deal.II/ |
| H A D | bps.h | 41 enum class BPType : unsigned int enum 58 BPInfo(const BPType type, const int dim, const int fe_degree) in BPInfo() 63 if (type == BPType::BP1) in BPInfo() 65 else if (type == BPType::BP2) in BPInfo() 67 else if (type == BPType::BP3) in BPInfo() 69 else if (type == BPType::BP4) in BPInfo() 71 else if (type == BPType::BP5) in BPInfo() 73 else if (type == BPType::BP6) in BPInfo() 76 this->n_q_points_1d = (type <= BPType::BP4) ? (fe_degree + 2) : (fe_degree + 1); in BPInfo() 79 (type == BPType::BP1 || type == BPType::BP3 || type == BPType::BP5) ? 1 : dim; in BPInfo() [all …]
|
| H A D | bps-kokkos.cc | 61 BPType bp = BPType::BP5; 94 bp = BPType::BP1; in parse() 96 bp = BPType::BP2; in parse() 98 bp = BPType::BP3; in parse() 100 bp = BPType::BP4; in parse() 102 bp = BPType::BP5; in parse() 104 bp = BPType::BP6; in parse() 152 const BPType bp = params.bp; in main() 158 const unsigned int n_q_points = (bp <= BPType::BP4) ? (fe_degree + 2) : (fe_degree + 1); in main() 161 (bp == BPType::BP1 || bp == BPType::BP3 || bp == BPType::BP5) ? 1 : dim; in main() [all …]
|
| H A D | bps-cpu.cc | 61 BPType bp = BPType::BP5; 94 bp = BPType::BP1; in parse() 96 bp = BPType::BP2; in parse() 98 bp = BPType::BP3; in parse() 100 bp = BPType::BP4; in parse() 102 bp = BPType::BP5; in parse() 104 bp = BPType::BP6; in parse() 152 const BPType bp = params.bp; in main() 158 const unsigned int n_q_points = (bp <= BPType::BP4) ? (fe_degree + 2) : (fe_degree + 1); in main() 161 (bp == BPType::BP1 || bp == BPType::BP3 || bp == BPType::BP5) ? 1 : dim; in main() [all …]
|
| H A D | bps-ceed.h | 63 const BPType &bp, in OperatorCeed() 105 if (bp == BPType::BP1 || bp == BPType::BP3 || bp == BPType::BP5) in reinit() 192 const unsigned int n_components_metric = (bp <= BPType::BP2) ? 1 : (dim * (dim + 1) / 2); in reinit() 217 if (bp == BPType::BP1) in reinit() 219 else if (bp == BPType::BP2) in reinit() 221 else if (bp == BPType::BP3 || bp == BPType::BP5) in reinit() 223 else if (bp == BPType::BP4 || bp == BPType::BP6) in reinit() 228 if (bp <= BPType::BP2) in reinit() 235 if (bp <= BPType::BP2) in reinit() 422 const BPType bp) in compute_metric_data() [all …]
|
| H A D | bps-cpu.h | 57 const BPType &bp) in OperatorDealii() 151 if (bp <= BPType::BP2) // mass matrix in do_cell_integral_local() 211 const BPType bp;
|
| H A D | bps-kokkos.h | 133 const BPType &bp) in OperatorDealii() 157 if (bp <= BPType::BP2) // mass matrix in reinit() 251 if (bp <= BPType::BP2) // mass matrix in vmult_internal() 271 if (bp <= BPType::BP2) // mass matrix in compute_inverse_diagonal_internal() 319 const BPType bp;
|
| /libCEED/examples/petsc/include/ |
| H A D | structs.h | 79 } BPType; typedef 92 BPType bp_choice;
|
| /libCEED/examples/petsc/ |
| H A D | bps.c | 319 …nt num_resources, char *const *ceed_resources, PetscInt num_bp_choices, const BPType *bp_choices) { in Run() 364 BPType bp_choices[10]; in main()
|
| H A D | bpssphere.c | 66 BPType bp_choice; in main()
|
| H A D | bpsswarm.c | 67 BPType bp_choice; in main()
|
| H A D | bpsraw.c | 124 …enum { CEED_BP1 = 0, CEED_BP2 = 1, CEED_BP3 = 2, CEED_BP4 = 3, CEED_BP5 = 4, CEED_BP6 = 5 } BPType; typedef 362 BPType bp_choice; in main()
|
| H A D | multigrid.c | 71 BPType bp_choice; in main()
|