Home
last modified time | relevance | path

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

/dports/math/mfem/mfem-4.3/fem/
H A Dbilininteg.cpp3632 shape1_n.SetSize(ndof1); in AssembleFaceMatrix()
3674 shape1.Mult(normal, shape1_n); in AssembleFaceMatrix()
3688 elmat(i, j) -= shape1_n(i) * face_shape(j); in AssembleFaceMatrix()
H A Dbilininteg.hpp3105 Vector face_shape, normal, shape1_n, shape2_n; member in mfem::NormalTraceJumpIntegrator