Home
last modified time | relevance | path

Searched refs:BP1 (Results 1 – 11 of 11) sorted by relevance

/libCEED/examples/deal.II/
H A Dbps.h43 BP1, enumerator
63 if (type == BPType::BP1) in BPInfo()
79 (type == BPType::BP1 || type == BPType::BP3 || type == BPType::BP5) ? 1 : dim; in BPInfo()
H A Dbps-kokkos.cc94 bp = BPType::BP1; in parse()
161 (bp == BPType::BP1 || bp == BPType::BP3 || bp == BPType::BP5) ? 1 : dim; in main()
184 if (!(bp == BPType::BP1 || bp == BPType::BP2)) in main()
H A Dbps-cpu.cc94 bp = BPType::BP1; in parse()
161 (bp == BPType::BP1 || bp == BPType::BP3 || bp == BPType::BP5) ? 1 : dim; in main()
184 if (!(bp == BPType::BP1 || bp == BPType::BP2)) in main()
H A DREADME.md3 An example how to write libCEED operators (BP1-BP6) within the open-source finite element library […
H A Dbps-ceed.h105 if (bp == BPType::BP1 || bp == BPType::BP3 || bp == BPType::BP5) in reinit()
217 if (bp == BPType::BP1) in reinit()
/libCEED/examples/
H A DREADME.md26 - * BP1 (scalar mass operator) with $Q=P+1$
33 - * BP1 (scalar mass operator) with $Q=P+1$
36 - * BP1 (scalar mass operator) with $Q=P+1$
43 - * BP1 (scalar 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/mfem/
H A DREADME.md3 These examples show to write libCEED operators (BP1 and BP3) within the open-source finite element …
/libCEED/doc/sphinx/source/
H A Dreleasenotes.md400 problems, namely BP2 and BP4 (the vector-valued versions of BP1 and BP3, respectively),
440 - * BP1 (scalar mass operator)
443 - * BP1 (scalar mass operator)
451 - * BP1 (scalar mass operator)
517 - * BP1 (scalar mass operator)
520 - * BP1 (scalar mass operator)
524 - * BP1 (scalar mass operator)
573 - * BP1 (scalar mass operator)
576 - * BP1 (scalar mass operator)
579 - * BP1 (scalar mass operator)
[all …]
/libCEED/examples/nek/bps/
H A Dbps.usr10 C_TESTARGS(name="BP1") -c {ceed_resource} -e bp1 -n 1 -b 4 -test
219 C Set distance initial condition for BP1
697 C Solution to BP1 using libCEED
1505 C Vector conjugate gradient matvec for solution of BP1 (mass matrix)
/libCEED/examples/petsc/
H A Dindex.md104 For the $L^2$ projection problems, BP1-BP2, that use the mass operator, the coordinate transformati…