Searched refs:curlshapeTrial (Results 1 – 2 of 2) sorted by relevance
1699 DenseMatrix curlshapeTrial(curl_nd, dimc); in AssembleElementMatrix2() local1703 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()
2355 DenseMatrix curlshapeTrial; member in mfem::VectorFECurlIntegrator