Home
last modified time | relevance | path

Searched refs:BP4 (Results 1 – 6 of 6) sorted by relevance

/libCEED/examples/deal.II/
H A Dbps.h46 BP4, enumerator
69 else if (type == BPType::BP4) in BPInfo()
76 this->n_q_points_1d = (type <= BPType::BP4) ? (fe_degree + 2) : (fe_degree + 1); in BPInfo()
H A Dbps-kokkos.cc100 bp = BPType::BP4; in parse()
158 const unsigned int n_q_points = (bp <= BPType::BP4) ? (fe_degree + 2) : (fe_degree + 1); in main()
H A Dbps-cpu.cc100 bp = BPType::BP4; in parse()
158 const unsigned int n_q_points = (bp <= BPType::BP4) ? (fe_degree + 2) : (fe_degree + 1); in main()
H A Dbps-ceed.h223 else if (bp == BPType::BP4 || bp == BPType::BP6) in reinit()
/libCEED/examples/
H A DREADME.md29 * BP4 (vector Laplace operator) with $Q=P+1$
39 * BP4 (vector Laplace operator) with $Q=P+1$
/libCEED/doc/sphinx/source/
H A Dreleasenotes.md400 problems, namely BP2 and BP4 (the vector-valued versions of BP1 and BP3, respectively),
402 as the Gauss Lobatto nodes---of BP3 and BP4 respectively) were added to the PETSc
446 * BP4 (vector Laplace operator)