Home
last modified time | relevance | path

Searched refs:TestFESpace (Results 1 – 2 of 2) sorted by relevance

/dports/math/mfem/mfem-4.3/fem/
H A Dbilinearform.hpp948 FiniteElementSpace *TestFESpace() { return test_fes; } in TestFESpace() function in mfem::MixedBilinearForm
950 const FiniteElementSpace *TestFESpace() const { return test_fes; } in TestFESpace() function in mfem::MixedBilinearForm
H A Dbilinearform_ext.cpp1095 testFes(form->TestFESpace()), in PAMixedBilinearFormExtension()
1121 testFes = a->TestFESpace(); in Update()