Lines Matching refs:BPType
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()
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;