Home
last modified time | relevance | path

Searched refs:has_support_on_face (Results 1 – 25 of 42) sorted by relevance

12

/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/fe/
H A Dfe_q_hierarchical.h563 has_support_on_face(const unsigned int shape_index,
806 FE_Q_Hierarchical<1>::has_support_on_face(const unsigned int,
H A Dfe_raviart_thomas.h155 has_support_on_face(const unsigned int shape_index,
347 has_support_on_face(const unsigned int shape_index,
H A Dfe_face.h122 has_support_on_face(const unsigned int shape_index,
273 has_support_on_face(const unsigned int shape_index,
525 has_support_on_face(const unsigned int shape_index,
H A Dfe_q_dg0.h289 has_support_on_face(const unsigned int shape_index,
H A Dfe_abf.h123 has_support_on_face(const unsigned int shape_index,
H A Dfe_q_bubbles.h147 has_support_on_face(const unsigned int shape_index,
H A Dfe_dgp_monomial.h421 has_support_on_face(const unsigned int shape_index,
H A Dfe_trace.h85 has_support_on_face(const unsigned int shape_index,
H A Dfe_dgp.h435 has_support_on_face(const unsigned int shape_index,
H A Dfe_dg_vector.h80 has_support_on_face(const unsigned int shape_index,
H A Dfe_nedelec.h175 has_support_on_face(const unsigned int shape_index,
H A Dfe_dg_vector.templates.h93 FE_DGVector<PolynomialType, dim, spacedim>::has_support_on_face( in has_support_on_face() function
H A Dfe_q_base.h99 has_support_on_face(const unsigned int shape_index,
H A Dfe_dgq.h302 has_support_on_face(const unsigned int shape_index,
H A Dfe_dgp_nonparametric.h493 has_support_on_face(const unsigned int shape_index,
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/source/fe/
H A Dfe_dgp_monomial.cc444 FE_DGPMonomial<1>::has_support_on_face(const unsigned int, in has_support_on_face() function in FE_DGPMonomial
454 FE_DGPMonomial<2>::has_support_on_face(const unsigned int shape_index, in has_support_on_face() function in FE_DGPMonomial
479 FE_DGPMonomial<3>::has_support_on_face(const unsigned int shape_index, in has_support_on_face() function in FE_DGPMonomial
H A Dfe_trace.cc102 FE_TraceQ<dim, spacedim>::has_support_on_face( in has_support_on_face() function in FE_TraceQ
114 return fe_q.has_support_on_face(shape_index, face_index); in has_support_on_face()
H A Dfe_q_dg0.cc262 FE_Q_DG0<dim, spacedim>::has_support_on_face( in has_support_on_face() function in FE_Q_DG0
271 has_support_on_face(shape_index, face_index); in has_support_on_face()
H A Dfe_face.cc253 FE_FaceQ<dim, spacedim>::has_support_on_face( in has_support_on_face() function in FE_FaceQ
597 FE_FaceQ<1, spacedim>::has_support_on_face(const unsigned int shape_index, in has_support_on_face() function in FE_FaceQ
801 FE_FaceP<dim, spacedim>::has_support_on_face( in has_support_on_face() function in FE_FaceP
H A Dfe_q_bubbles.cc449 FE_Q_Bubbles<dim, spacedim>::has_support_on_face( in has_support_on_face() function in FE_Q_Bubbles
458 has_support_on_face(shape_index, face_index); in has_support_on_face()
H A Dfe_dgp.cc267 FE_DGP<dim, spacedim>::has_support_on_face(const unsigned int, in has_support_on_face() function in FE_DGP
H A Dfe_raviart_thomas.cc468 FE_RaviartThomas<dim>::has_support_on_face(const unsigned int shape_index, in has_support_on_face() function in FE_RaviartThomas
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/examples/step-29/
H A Dstep-29.cc672 fe.has_support_on_face(i, face_no) && in assemble_system()
673 fe.has_support_on_face(j, face_no)) in assemble_system()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/integrators/
H A Dmaxwell.h295 if (fe.get_fe().has_support_on_face(i, face_no) &&
296 fe.get_fe().has_support_on_face(j, face_no))
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/examples/step-51/
H A Dstep-51.cc553 if (fe_local.has_support_on_face(i, face_no)) in ScratchData()
560 if (fe.has_support_on_face(i, face_no)) in ScratchData()

12