Home
last modified time | relevance | path

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

/dports/math/mfem/mfem-4.3/fem/tmop/
H A Dtmop_pa_h2s_c0.cpp38 const bool const_c0 = c0_.Size() == 1; in MFEM_REGISTER_TMOP_KERNELS() local
39 const auto C0 = const_c0 ? in MFEM_REGISTER_TMOP_KERNELS()
77 const double coeff0 = const_c0 ? C0(0,0,0) : C0(qx,qy,e); in MFEM_REGISTER_TMOP_KERNELS()
H A Dtmop_pa_h3s_c0.cpp37 const bool const_c0 = c0_.Size() == 1; in MFEM_REGISTER_TMOP_KERNELS() local
38 const auto C0 = const_c0 ? in MFEM_REGISTER_TMOP_KERNELS()
84 const double coeff0 = const_c0 ? C0(0,0,0,0) : C0(qx,qy,qz,e); in MFEM_REGISTER_TMOP_KERNELS()
H A Dtmop_pa_w2_c0.cpp37 const bool const_c0 = c0_.Size() == 1; in MFEM_REGISTER_TMOP_KERNELS() local
45 const auto C0 = const_c0 ? in MFEM_REGISTER_TMOP_KERNELS()
105 const double coeff0 = const_c0 ? C0(0,0,0) : C0(qx,qy,e); in MFEM_REGISTER_TMOP_KERNELS()
H A Dtmop_pa_p2_c0.cpp36 const bool const_c0 = c0_.Size() == 1; in MFEM_REGISTER_TMOP_KERNELS() local
44 const auto C0 = const_c0 ? in MFEM_REGISTER_TMOP_KERNELS()
105 const double coeff0 = const_c0 ? C0(0,0,0) : C0(qx,qy,e); in MFEM_REGISTER_TMOP_KERNELS()
H A Dtmop_pa_w3_c0.cpp37 const bool const_c0 = c0_.Size() == 1; in MFEM_REGISTER_TMOP_KERNELS() local
43 const auto C0 = const_c0 ? in MFEM_REGISTER_TMOP_KERNELS()
114 const double coeff0 = const_c0 ? C0(0,0,0,0) : C0(qx,qy,qz,e); in MFEM_REGISTER_TMOP_KERNELS()
H A Dtmop_pa_p3_c0.cpp36 const bool const_c0 = c0_.Size() == 1; in MFEM_REGISTER_TMOP_KERNELS() local
42 const auto C0 = const_c0 ? in MFEM_REGISTER_TMOP_KERNELS()
114 const double coeff0 = const_c0 ? C0(0,0,0,0) : C0(qx,qy,qz,e); in MFEM_REGISTER_TMOP_KERNELS()