Home
last modified time | relevance | path

Searched refs:BP2 (Results 1 – 10 of 10) sorted by relevance

/libCEED/examples/deal.II/
H A Dbps.h44 BP2, enumerator
65 else if (type == BPType::BP2) in BPInfo()
H A Dbps-ceed.h192 const unsigned int n_components_metric = (bp <= BPType::BP2) ? 1 : (dim * (dim + 1) / 2); in reinit()
219 else if (bp == BPType::BP2) in reinit()
228 if (bp <= BPType::BP2) in reinit()
235 if (bp <= BPType::BP2) in reinit()
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()
H A Dbps-kokkos.h157 if (bp <= BPType::BP2) // mass matrix in reinit()
251 if (bp <= BPType::BP2) // mass matrix in vmult_internal()
271 if (bp <= BPType::BP2) // mass matrix in compute_inverse_diagonal_internal()
H A Dbps-kokkos.cc96 bp = BPType::BP2; in parse()
184 if (!(bp == BPType::BP1 || bp == BPType::BP2)) in main()
H A Dbps-cpu.cc96 bp = BPType::BP2; in parse()
184 if (!(bp == BPType::BP1 || bp == BPType::BP2)) in main()
H A Dbps-cpu.h151 if (bp <= BPType::BP2) // mass matrix in do_cell_integral_local()
/libCEED/examples/
H A DREADME.md27 * BP2 (vector mass operator) with $Q=P+1$
37 * BP2 (vector mass operator) with $Q=P+1$
49 BP1 and BP2 are $L^2$ projections, and thus have no boundary condition.
H A Dbps.md14 The Mass Operator used in BP1 and BP2 is defined via the $L^2$ projection problem, posed as a weak …
/libCEED/examples/petsc/
H A Dindex.md104 For the $L^2$ projection problems, BP1-BP2, that use the mass operator, the coordinate transformati…
/libCEED/doc/sphinx/source/
H A Dreleasenotes.md400 problems, namely BP2 and BP4 (the vector-valued versions of BP1 and BP3, respectively),
444 * BP2 (vector mass operator)