/dports/math/mfem/mfem-4.3/fem/ |
H A D | nonlininteg.hpp | 68 virtual void AssembleElementGrad(const FiniteElement &el, 177 virtual void AssembleElementGrad(const Array<const FiniteElement*> &el, 331 virtual void AssembleElementGrad(const FiniteElement &el, 361 virtual void AssembleElementGrad(const Array<const FiniteElement*> &el, 393 virtual void AssembleElementGrad(const FiniteElement &el, 425 virtual void AssembleElementGrad(const FiniteElement &el, 448 virtual void AssembleElementGrad(const FiniteElement &el,
|
H A D | nonlininteg.cpp | 91 void NonlinearFormIntegrator::AssembleElementGrad( in AssembleElementGrad() function in mfem::NonlinearFormIntegrator 138 void BlockNonlinearFormIntegrator::AssembleElementGrad( in AssembleElementGrad() function in mfem::BlockNonlinearFormIntegrator 464 void HyperelasticNLFIntegrator::AssembleElementGrad(const FiniteElement &el, in AssembleElementGrad() function in mfem::HyperelasticNLFIntegrator 618 void IncompressibleNeoHookeanIntegrator::AssembleElementGrad( in AssembleElementGrad() function in mfem::IncompressibleNeoHookeanIntegrator 779 void VectorConvectionNLFIntegrator::AssembleElementGrad( in AssembleElementGrad() function in mfem::VectorConvectionNLFIntegrator 851 void ConvectiveVectorConvectionNLFIntegrator::AssembleElementGrad( in AssembleElementGrad() function in mfem::ConvectiveVectorConvectionNLFIntegrator 900 void SkewSymmetricVectorConvectionNLFIntegrator::AssembleElementGrad( in AssembleElementGrad() function in mfem::SkewSymmetricVectorConvectionNLFIntegrator
|
H A D | tmop.hpp | 1485 virtual void AssembleElementGrad(const FiniteElement &el, 1563 virtual void AssembleElementGrad(const FiniteElement &el,
|
H A D | nonlinearform.cpp | 327 dnfi[k]->AssembleElementGrad(*fe, *T, el_x, elmat); in GetGradient() 889 dnfi[k]->AssembleElementGrad(fe, *T, el_x_const, elmats); in ComputeGradientBlocked()
|
H A D | tmop.cpp | 2395 void TMOP_Integrator::AssembleElementGrad(const FiniteElement &el, in AssembleElementGrad() function in mfem::TMOP_Integrator 3155 void TMOPComboIntegrator::AssembleElementGrad(const FiniteElement &el, in AssembleElementGrad() function in mfem::TMOPComboIntegrator 3162 tmopi[0]->AssembleElementGrad(el, T, elfun, elmat); in AssembleElementGrad() 3166 tmopi[i]->AssembleElementGrad(el, T, elfun, elmat_i); in AssembleElementGrad()
|
H A D | bilininteg.hpp | 177 virtual void AssembleElementGrad(const FiniteElement &el, in AssembleElementGrad() function in mfem::BilinearFormIntegrator
|
/dports/math/mfem/mfem-4.3/miniapps/shifted/ |
H A D | dist_solver.hpp | 173 virtual void AssembleElementGrad(const FiniteElement &el, 219 virtual void AssembleElementGrad(const FiniteElement &el,
|
H A D | dist_solver.cpp | 495 void ScreenedPoisson::AssembleElementGrad(const FiniteElement &el, in AssembleElementGrad() function in mfem::ScreenedPoisson 695 void PUMPLaplacian::AssembleElementGrad(const FiniteElement &el, in AssembleElementGrad() function in mfem::PUMPLaplacian
|
/dports/math/mfem/mfem-4.3/miniapps/mtop/ |
H A D | paramnonlinearform.hpp | 74 virtual void AssembleElementGrad(const Array<const FiniteElement*> &el,
|
H A D | mtop_integrators.hpp | 194 void AssembleElementGrad(const Array<const FiniteElement *> &el,
|
H A D | mtop_integrators.cpp | 151 void ParametricLinearDiffusion::AssembleElementGrad(const in AssembleElementGrad() function in mfem::ParametricLinearDiffusion
|
H A D | paramnonlinearform.cpp | 46 void ParametricBNLFormIntegrator::AssembleElementGrad(const in AssembleElementGrad() function in mfem::ParametricBNLFormIntegrator 1033 dnfi[k]->AssembleElementGrad(fe,prmfe,*T, el_x_const, prmel_x_const, elmats); in ComputeGradientBlocked()
|