Home
last modified time | relevance | path

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

/dports/math/mfem/mfem-4.3/fem/
H A Dbilininteg_vectorfe.cpp726 const VectorTensorFiniteElement *trial_el = in AssemblePA() local
736 = IntRule ? IntRule : &MassIntegrator::GetRule(*trial_el, *trial_el, in AssemblePA()
738 const int dims = trial_el->GetDim(); in AssemblePA()
750 mapsC = &trial_el->GetDofToQuad(*ir, DofToQuad::TENSOR); in AssemblePA()
751 mapsO = &trial_el->GetDofToQuadOpen(*ir, DofToQuad::TENSOR); in AssemblePA()
761 trial_fetype = trial_el->GetDerivType(); in AssemblePA()
1055 const NodalTensorFiniteElement *trial_el = in AssemblePA() local
1057 MFEM_VERIFY(trial_el != NULL, "Only NodalTensorFiniteElement is supported!"); in AssemblePA()
1064 = IntRule ? IntRule : &MassIntegrator::GetRule(*trial_el, *trial_el, in AssemblePA()
1066 const int dims = trial_el->GetDim(); in AssemblePA()
[all …]
H A Dbilininteg_hdiv.cpp1156 const VectorTensorFiniteElement *trial_el = in AssemblePA() local
1158 MFEM_VERIFY(trial_el != NULL, "Only VectorTensorFiniteElement is supported!"); in AssemblePA()
1165 *trial_el, *trial_el, in AssemblePA()
1168 const int dims = trial_el->GetDim(); in AssemblePA()
1175 MFEM_VERIFY(trial_el->GetOrder() == test_el->GetOrder() + 1, ""); in AssemblePA()
1178 mapsC = &trial_el->GetDofToQuad(*ir, DofToQuad::TENSOR); in AssemblePA()
1179 mapsO = &trial_el->GetDofToQuadOpen(*ir, DofToQuad::TENSOR); in AssemblePA()
1212 if (trial_el->GetDerivType() == mfem::FiniteElement::DIV && dim == 3) in AssemblePA()
1216 else if (trial_el->GetDerivType() == mfem::FiniteElement::DIV && dim == 2) in AssemblePA()
H A Dbilininteg_hcurl.cpp2873 = IntRule ? IntRule : &MassIntegrator::GetRule(*trial_el, *trial_el, in AssemblePA()
2875 const int dims = trial_el->GetDim(); in AssemblePA()
2897 trialType = trial_el->GetDerivType(); in AssemblePA()
4001 = IntRule ? IntRule : &MassIntegrator::GetRule(*trial_el, *trial_el, in AssemblePA()
4003 const int dims = trial_el->GetDim(); in AssemblePA()
4059 trialType = trial_el->GetDerivType(); in AssemblePA()
5683 const NodalTensorFiniteElement *trial_el = in AssemblePA() local
5691 const int dims = trial_el->GetDim(); in AssemblePA()
5699 const int order = trial_el->GetOrder(); in AssemblePA()
6455 const int dims = trial_el->GetDim(); in AssemblePA()
[all …]