Searched refs:bp (Results 1 – 12 of 12) sorted by relevance
| /libCEED/examples/deal.II/ ! |
| H A D | bps-kokkos.cc | 61 BPType bp = BPType::BP5; member 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() local 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; member 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() local 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() argument 69 , bp(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() 194 metric_data_raw = compute_metric_data(ceed, mapping, tria, quadrature, bp); 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() [all …]
|
| H A D | bps-cpu.h | 57 const BPType &bp) in OperatorDealii() argument 62 , bp(bp) in OperatorDealii() 151 if (bp <= BPType::BP2) // mass matrix in do_cell_integral_local() 211 const BPType bp; variable
|
| H A D | bps-kokkos.h | 133 const BPType &bp) in OperatorDealii() argument 138 , bp(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; variable
|
| /libCEED/benchmarks/ ! |
| H A D | benchmark.sh | 143 -b|--bp) 215 for bp in $bp_list; do 231 output_file="${test_file%%.*}-$bp-$short_backend-output.txt"
|
| H A D | petsc-bpsraw.sh | 31 local all_args=("${common_args[@]}" -degree $sol_p -local $loc_dofs -problem $bp)
|
| H A D | petsc-bps.sh | 30 local all_args=("${common_args[@]}" -degree $sol_p -local_nodes $loc_nodes -problem $bp)
|
| H A D | README.md | 13 benchmark, `-b <bp-list>` specifies a list of CEED benchmark problems to run,
|
| /libCEED/examples/petsc/ ! |
| H A D | README.md | 11 To run, `./bpsraw -ceed [ceed-resource] -problem bp[1-6] -degree [degree]` 23 To run, `./bps -ceed [ceed-resource] -problem bp[1-6] -degree [degree]` 48 To run, `./multigrid -ceed [ceed-resource] -problem bp[1-6] -degree [degree]`
|
| /libCEED/examples/mfem/ ! |
| H A D | README.md | 15 ./bp[1, 3]
|
| /libCEED/examples/nek/bps/ ! |
| H A D | bps.usr | 681 integer bp 683 call get_bp(bp) 685 if (bp==1) then 687 elseif (bp==3) then 1640 subroutine get_bp(bp) 1642 C Input: Output: bp 1643 integer i,bp 1646 bp=0 1651 bp=1 1653 bp=3
|