Home
last modified time | relevance | path

Searched refs:MixedDotProductIntegrator (Results 1 – 3 of 3) sorted by relevance

/dports/math/mfem/mfem-4.3/tests/unit/fem/
H A Dtest_2d_bilininteg.cpp1655 new MixedDotProductIntegrator(V2_coef));
1696 new MixedDotProductIntegrator(V2_coef));
1752 new MixedDotProductIntegrator(V2_coef));
1794 new MixedDotProductIntegrator(V2_coef));
2888 new MixedDotProductIntegrator(V2_coef));
2922 new MixedDotProductIntegrator(V2_coef));
2959 new MixedDotProductIntegrator(V2_coef));
2993 new MixedDotProductIntegrator(V2_coef));
H A Dtest_3d_bilininteg.cpp2643 new MixedDotProductIntegrator(V3_coef)); in to_string()
2687 new MixedDotProductIntegrator(V3_coef)); in to_string()
2748 new MixedDotProductIntegrator(V3_coef));
2793 new MixedDotProductIntegrator(V3_coef));
3073 new MixedDotProductIntegrator(V3_coef)); in to_string()
3107 new MixedDotProductIntegrator(V3_coef)); in to_string()
3144 new MixedDotProductIntegrator(V3_coef)); in to_string()
3178 new MixedDotProductIntegrator(V3_coef)); in to_string()
/dports/math/mfem/mfem-4.3/fem/
H A Dbilininteg.hpp982 class MixedDotProductIntegrator : public MixedScalarVectorIntegrator class
985 MixedDotProductIntegrator(VectorCoefficient &vq) in MixedDotProductIntegrator() function in mfem::MixedDotProductIntegrator