Lines Matching refs:GetVDim

493    Vector V(VQ ? VQ->GetVDim() : 0);  in AssembleElementMatrix2()
494 Vector D(DQ ? DQ->GetVDim() : 0); in AssembleElementMatrix2()
495 DenseMatrix M(MQ ? MQ->GetVDim() : 0, MQ ? MQ->GetVDim() : 0); in AssembleElementMatrix2()
500 V.SetSize(VQ ? VQ->GetVDim() : 0); in AssembleElementMatrix2()
501 D.SetSize(DQ ? DQ->GetVDim() : 0); in AssembleElementMatrix2()
502 M.SetSize(MQ ? MQ->GetVDim() : 0, MQ ? MQ->GetVDim() : 0); in AssembleElementMatrix2()
607 Vector V(VQ ? VQ->GetVDim() : 0); in AssembleElementMatrix2()
612 V.SetSize(VQ ? VQ->GetVDim() : 0); in AssembleElementMatrix2()
736 MFEM_VERIFY(VQ->GetVDim() == spaceDim, in AssembleElementMatrix()
750 Vector D(VQ ? VQ->GetVDim() : 0); in AssembleElementMatrix()
756 D.SetSize(VQ ? VQ->GetVDim() : 0); in AssembleElementMatrix()
811 MFEM_VERIFY(VQ->GetVDim() == spaceDim, in AssembleElementMatrix2()
828 Vector D(VQ ? VQ->GetVDim() : 0); in AssembleElementMatrix2()
837 D.SetSize(VQ ? VQ->GetVDim() : 0); in AssembleElementMatrix2()
893 MFEM_VERIFY(VQ->GetVDim() == spaceDim, in AssembleElementVector()
906 Vector D(VQ ? VQ->GetVDim() : 0); in AssembleElementVector()
911 D.SetSize(VQ ? VQ->GetVDim() : 0); in AssembleElementVector()
976 MFEM_VERIFY(VQ->GetVDim() == spaceDim, in ComputeElementFlux()
990 Vector D(VQ ? VQ->GetVDim() : 0); in ComputeElementFlux()
995 D.SetSize(VQ ? VQ->GetVDim() : 0); in ComputeElementFlux()
2166 Vector D(DQ ? DQ->GetVDim() : 0); in AssembleElementMatrix()
2168 DenseMatrix K(MQ ? MQ->GetVDim() : 0, MQ ? MQ->GetVDim() : 0); in AssembleElementMatrix()
2171 D.SetSize(DQ ? DQ->GetVDim() : 0); in AssembleElementMatrix()
2172 K.SetSize(MQ ? MQ->GetVDim() : 0, MQ ? MQ->GetVDim() : 0); in AssembleElementMatrix()
2237 Vector D(DQ ? DQ->GetVDim() : 0); in AssembleElementMatrix2()
2238 DenseMatrix K(MQ ? MQ->GetVDim() : 0, MQ ? MQ->GetVDim() : 0); in AssembleElementMatrix2()
2242 D.SetSize(DQ ? DQ->GetVDim() : 0); in AssembleElementMatrix2()
2243 K.SetSize(MQ ? MQ->GetVDim() : 0, MQ ? MQ->GetVDim() : 0); in AssembleElementMatrix2()
2334 Vector D(DQ ? DQ->GetVDim() : 0); in AssembleElementMatrix2()
2335 DenseMatrix K(MQ ? MQ->GetVDim() : 0, MQ ? MQ->GetVDim() : 0); in AssembleElementMatrix2()
2339 D.SetSize(DQ ? DQ->GetVDim() : 0); in AssembleElementMatrix2()
2340 K.SetSize(MQ ? MQ->GetVDim() : 0, MQ ? MQ->GetVDim() : 0); in AssembleElementMatrix2()
3820 : MatrixCoefficient(fe_.GetDof(), vq.GetVDim()), VQ(vq), fe(fe_), in AssembleElementMatrix2()
3860 vshape(vdim, vq.GetVDim()), vc(vq.GetVDim()) { } in AssembleElementMatrix2()
3901 : MatrixCoefficient(fe_.GetDof(), vq.GetVDim()), VQ(vq), fe(fe_), in AssembleElementMatrix2()
3926 elmat.SetSize(ran_fe.GetDof()*VQ->GetVDim(),dom_fe.GetDof()); in AssembleElementMatrix2()
3953 vshape(vdim, vq.GetVDim()), vc(vq.GetVDim()) { } in VDotVShapeCoefficient()