Home
last modified time | relevance | path

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

/libCEED/examples/deal.II/
H A Dbps.h47 BP5, enumerator
71 else if (type == BPType::BP5) in BPInfo()
79 (type == BPType::BP1 || type == BPType::BP3 || type == BPType::BP5) ? 1 : dim; in BPInfo()
H A Dbps-kokkos.cc61 BPType bp = BPType::BP5;
102 bp = BPType::BP5; in parse()
161 (bp == BPType::BP1 || bp == BPType::BP3 || bp == BPType::BP5) ? 1 : dim; in main()
H A Dbps-cpu.cc61 BPType bp = BPType::BP5;
102 bp = BPType::BP5; in parse()
161 (bp == BPType::BP1 || bp == BPType::BP3 || bp == BPType::BP5) ? 1 : dim; in main()
H A Dbps-ceed.h105 if (bp == BPType::BP1 || bp == BPType::BP3 || bp == BPType::BP5) in reinit()
221 else if (bp == BPType::BP3 || bp == BPType::BP5) in reinit()
/libCEED/examples/
H A DREADME.md30 * BP5 (collocated scalar Laplace operator) with $Q=P$
40 * BP5 (collocated scalar Laplace operator) with $Q=P$
53 A $Q$-point Gauss-Legendre quadrature is used for all BPs except BP5 and BP6, which choose $Q = P$ …
/libCEED/doc/sphinx/source/
H A Dreleasenotes.md401 and BP5 and BP6 (the collocated versions---for which the quadrature points are the same
447 * BP5 (collocated scalar Laplace operator)