Home
last modified time | relevance | path

Searched refs:AssembleElementGrad (Results 1 – 12 of 12) sorted by relevance

/dports/math/mfem/mfem-4.3/fem/
H A Dnonlininteg.hpp68 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 Dnonlininteg.cpp91 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 Dtmop.hpp1485 virtual void AssembleElementGrad(const FiniteElement &el,
1563 virtual void AssembleElementGrad(const FiniteElement &el,
H A Dnonlinearform.cpp327 dnfi[k]->AssembleElementGrad(*fe, *T, el_x, elmat); in GetGradient()
889 dnfi[k]->AssembleElementGrad(fe, *T, el_x_const, elmats); in ComputeGradientBlocked()
H A Dtmop.cpp2395 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 Dbilininteg.hpp177 virtual void AssembleElementGrad(const FiniteElement &el, in AssembleElementGrad() function in mfem::BilinearFormIntegrator
/dports/math/mfem/mfem-4.3/miniapps/shifted/
H A Ddist_solver.hpp173 virtual void AssembleElementGrad(const FiniteElement &el,
219 virtual void AssembleElementGrad(const FiniteElement &el,
H A Ddist_solver.cpp495 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 Dparamnonlinearform.hpp74 virtual void AssembleElementGrad(const Array<const FiniteElement*> &el,
H A Dmtop_integrators.hpp194 void AssembleElementGrad(const Array<const FiniteElement *> &el,
H A Dmtop_integrators.cpp151 void ParametricLinearDiffusion::AssembleElementGrad(const in AssembleElementGrad() function in mfem::ParametricLinearDiffusion
H A Dparamnonlinearform.cpp46 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()