Lines Matching refs:bp
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()
235 if (bp <= BPType::BP2) in reinit()
422 const BPType bp) in compute_metric_data() argument
437 const unsigned int n_components_metric = (bp <= BPType::BP2) ? 1 : (dim * (dim + 1) / 2); in compute_metric_data()
569 if (bp <= BPType::BP2) in compute_metric_data()
625 const BPType bp; variable