Lines Matching full:type
58 BPInfo(const BPType type, const int dim, const int fe_degree) in BPInfo()
59 : type(type) 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()
83 BPType type; member
101 * deal.II vector type