Home
last modified time | relevance | path

Searched refs:curlshapeTrial (Results 1 – 2 of 2) sorted by relevance

/dports/math/mfem/mfem-4.3/fem/
H A Dbilininteg.cpp1699 DenseMatrix curlshapeTrial(curl_nd, dimc); in AssembleElementMatrix2() local
1703 curlshapeTrial.SetSize(curl_nd, dimc); in AssembleElementMatrix2()
1728 trial_fe.CalcCurlShape(ip, curlshapeTrial); in AssembleElementMatrix2()
1733 test_fe.CalcCurlShape(ip, curlshapeTrial); in AssembleElementMatrix2()
1736 MultABt(curlshapeTrial, Trans.Jacobian(), curlshapeTrial_dFT); in AssembleElementMatrix2()
H A Dbilininteg.hpp2355 DenseMatrix curlshapeTrial; member in mfem::VectorFECurlIntegrator