Home
last modified time | relevance | path

Searched refs:GetVDim (Results 1 – 25 of 78) sorted by relevance

1234

/dports/math/mfem/mfem-4.3/fem/
H A Dcoefficient.cpp462 MFEM_ASSERT(A.GetVDim() == B.GetVDim(), in InnerProductCoefficient()
477 : a(&A), b(&B), va(A.GetVDim()), vb(B.GetVDim()) in VectorRotProductCoefficient()
479 MFEM_ASSERT(A.GetVDim() == 2 && B.GetVDim() == 2, in VectorRotProductCoefficient()
522 A(A_.GetVDim()), B(A_.GetVDim()), in VectorSumCoefficient()
526 MFEM_ASSERT(A_.GetVDim() == B_.GetVDim(), in VectorSumCoefficient()
543 MFEM_ASSERT(A_.GetVDim() == B_.GetVDim(), in VectorSumCoefficient()
597 MFEM_ASSERT(A.GetVDim() == 3 && B.GetVDim() == 3, in VectorCrossProductCoefficient()
712 : MatrixCoefficient(A.GetVDim(), B.GetVDim()), a(&A), b(&B), in OuterProductCoefficient()
713 va(A.GetVDim()), vb(B.GetVDim()) in OuterProductCoefficient()
733 vk(K.GetVDim()) in CrossCrossCoefficient()
[all …]
H A Dbilininteg.cpp493 Vector V(VQ ? VQ->GetVDim() : 0); in AssembleElementMatrix2()
495 DenseMatrix M(MQ ? MQ->GetVDim() : 0, MQ ? MQ->GetVDim() : 0); in AssembleElementMatrix2()
502 M.SetSize(MQ ? MQ->GetVDim() : 0, MQ ? MQ->GetVDim() : 0); in AssembleElementMatrix2()
2168 DenseMatrix K(MQ ? MQ->GetVDim() : 0, MQ ? MQ->GetVDim() : 0); in AssembleElementMatrix()
2172 K.SetSize(MQ ? MQ->GetVDim() : 0, MQ ? MQ->GetVDim() : 0); in AssembleElementMatrix()
2238 DenseMatrix K(MQ ? MQ->GetVDim() : 0, MQ ? MQ->GetVDim() : 0); in AssembleElementMatrix2()
2243 K.SetSize(MQ ? MQ->GetVDim() : 0, MQ ? MQ->GetVDim() : 0); in AssembleElementMatrix2()
2335 DenseMatrix K(MQ ? MQ->GetVDim() : 0, MQ ? MQ->GetVDim() : 0); in AssembleElementMatrix2()
2340 K.SetSize(MQ ? MQ->GetVDim() : 0, MQ ? MQ->GetVDim() : 0); in AssembleElementMatrix2()
3860 vshape(vdim, vq.GetVDim()), vc(vq.GetVDim()) { } in AssembleElementMatrix2()
[all …]
H A Destimators.cpp161 MFEM_ASSERT(xfes->GetVDim() == 1, in ComputeEstimates()
246 Vector val(flux_space->GetVDim()); in ComputeEstimates()
277 Vector val(flux_space->GetVDim()); in ComputeEstimates()
375 Vector val(flux_space->GetVDim()); in ComputeEstimates()
406 Vector val(flux_space->GetVDim()); in ComputeEstimates()
H A Dtransfer.cpp397 int vdim = fes_ho.GetVDim(); in Mult()
429 int vdim = fes_ho.GetVDim(); in MultTranspose()
464 int vdim = fes_ho.GetVDim(); in Prolongate()
499 int vdim = fes_ho.GetVDim(); in ProlongateTranspose()
679 int vdim = fes_ho.GetVDim(); in Mult()
700 int vdim = fes_ho.GetVDim(); in MultTranspose()
721 int vdim = fes_ho.GetVDim(); in Prolongate()
746 int vdim = fes_ho.GetVDim(); in ProlongateTranspose()
959 int vdim = lFESpace.GetVDim(); in Mult()
1008 int vdim = lFESpace.GetVDim(); in MultTranspose()
H A Dgridfunc.cpp85 vdim = fes->GetVDim(); in GridFunction()
327 return fes->GetVDim(); in VectorDim()
447 int vdim = fes->GetVDim(); in GetVectorValue()
1097 vdim = fes->GetVDim(); in GetValuesFrom()
1134 vdim = fes->GetVDim(); in GetBdrValuesFrom()
1211 int vdim = fes->GetVDim(); in ReorderByNodes()
1372 int vdim = fes->GetVDim(); in GetVectorGradientHat()
2011 vdim = fes->GetVDim(); in AccumulateAndCountBdrValues()
2406 vdim = fes->GetVDim(); in ProjectCoefficient()
2536 int dim = vcoeff.GetVDim(); in ProjectBdrCoefficientNormal()
[all …]
H A Dpgridfunc.cpp75 pfes = new ParFiniteElementSpace(pmesh, fec, fes->GetVDim(), in ParGridFunction()
272 int fes_vdim = pfes->GetVDim(); in GetValue()
347 int vdim = fes->GetVDim(); in GetVectorValue()
457 int vdim = pfes->GetVDim(); in GetVectorValue()
942 int vdim = pfes -> GetVDim(); in SaveAsOne()
1146 vmass->SetVDim(smooth_flux_fes.GetVDim()); in L2ZZErrorEstimator()
H A Dpbilinearform.cpp26 if (precompute_sparsity == 0 || fes->GetVDim() > 1) in pAllocMat()
658 blocks.SetSize(range_fes->GetVDim(), domain_fes->GetVDim()); in GetParBlocks()
H A Dstaticcond.cpp21 int vdim = fes->GetVDim(); in StaticCondensation()
153 if (fes->GetVDim() == 1) in Init()
193 const int vdim = fes->GetVDim(); in AssembleMatrix()
H A Dlininteg.cpp258 int vdim = Q.GetVDim(); in AssembleRHSElementVect()
301 int vdim = Q.GetVDim(); in AssembleDeltaElementVect()
317 int vdim = Q.GetVDim(); in AssembleRHSElementVect()
352 int vdim = Q.GetVDim(); in AssembleRHSElementVect()
926 const int vdim = vqfc.GetVDim(); in AssembleRHSElementVect()
/dports/math/mfem/mfem-4.3/fem/ceed/
H A Dutil.cpp134 fes.GetVDim(), ndofs, nqpts, in InitNonTensorBasis()
150 const int stride = compstride == 1 ? fes.GetVDim() : 1; in InitNonTensorRestriction()
173 CeedElemRestrictionCreate(ceed, mesh->GetNE(), P, fes.GetVDim(), in InitNonTensorRestriction()
174 compstride, (fes.GetVDim())*(fes.GetNDofs()), in InitNonTensorRestriction()
197 CeedBasisCreateTensorH1(ceed, mesh->Dimension(), fes.GetVDim(), ndofs, in InitTensorBasis()
217 const int stride = compstride == 1 ? fes.GetVDim() : 1; in InitTensorRestriction()
240 CeedElemRestrictionCreate(ceed, mesh->GetNE(), dof, fes.GetVDim(), in InitTensorRestriction()
241 compstride, (fes.GetVDim())*(fes.GetNDofs()), in InitTensorRestriction()
279 const int ncomp = fes.GetVDim(); in InitBasisAndRestriction()
H A Dintegrator.hpp122 CeedInt dim = mesh.SpaceDimension(), vdim = fes.GetVDim(); in Assemble()
146 info.ctx.vdim = fes.GetVDim(); in Assemble()
372 CeedInt dim = mesh.SpaceDimension(), vdim = fes.GetVDim(); in Assemble()
389 info.ctx.vdim = fes.GetVDim(); in Assemble()
H A Dcoefficient.hpp153 const int vdim = coeff->GetVDim(); in InitCoefficient()
171 QuadCoefficient *ceedCoeff = new QuadCoefficient(cQ->GetVDim()); in InitCoefficient()
/dports/math/mfem/mfem-4.3/tests/unit/fem/
H A Dtest_quadf_coef.cpp42 int nelems = quadf_coeff.Size() / quadf_coeff.GetVDim() / ir.GetNPoints();
58 int nelems = quadf_vcoeff.Size() / quadf_vcoeff.GetVDim() / nqpts;
59 int vdim = quadf_vcoeff.GetVDim();
H A Dtest_linear_fes.cpp67 REQUIRE( gf.FESpace()->GetVDim() == 1 ); in testGridFunctions()
94 REQUIRE( gf.FESpace()->GetVDim() == vdim ); in testGridFunctions()
/dports/biology/hyphy/hyphy-2.5.33/src/core/
H A Dcategory.cpp90 long shift = w.GetVDim()*row; in checkWeightMatrix()
209 if (!( ((weightMatrix->GetHDim()==1)&&(weightMatrix->GetVDim()==intervals))|| in Construct()
210 ((weightMatrix->GetHDim()==intervals)&&(weightMatrix->GetVDim()==1)))) { in Construct()
211 if (weightMatrix->GetVDim() == intervals) in Construct()
237 … for (long k = 0; k < weightMatrix->GetHDim() * weightMatrix->GetVDim (); k++) { in Construct()
443 if (!( ((catMatrix->GetHDim()==1)&&(catMatrix->GetVDim()==intervals))|| in Construct()
444 ((catMatrix->GetHDim()==intervals)&&(catMatrix->GetVDim()==1)))) { in Construct()
450 for (long k = 0; k < catMatrix->GetHDim() * catMatrix->GetVDim (); k++) { in Construct()
528 f = weights->GetHDim()*weights->GetVDim(); in Construct()
530 if (hmm->GetHDim()==f && hmm->GetVDim()==f) { in Construct()
[all …]
H A Ddataset_filter_numeric.cpp79 dimension = ((_Matrix *)values(0))->GetVDim(); in _DataSetFilterNumeric()
/dports/biology/hyphy/hyphy-2.5.33/src/core/include/
H A Dmatrix.h211 inline bool is_empty (void) const {return GetVDim () == 0UL || GetHDim () == 0UL;} in is_empty()
213 inline bool is_column (void) const { return GetVDim() == 1UL;} in is_column()
214 inline bool is_square (void) const { return GetVDim() == GetHDim();} in is_square()
443 unsigned long GetVDim (void) const { in GetVDim() function
H A Dvector.h67 virtual long GetVDim (void) const { in GetVDim() function
/dports/math/mfem/mfem-4.3/linalg/
H A Dtlayout.hpp495 Init(fes.GetOrdering(), fes.GetNDofs(), fes.GetVDim()); in DynamicVectorLayout()
533 : num_components(fes.GetVDim()), in VectorLayout()
559 (NumComp == 0 || NumComp == fes.GetVDim())); in Matches()
572 MFEM_ASSERT(fes.GetVDim() == 1, "invalid number of components"); in ScalarLayout()
581 return (fes.GetVDim() == 1); in Matches()
/dports/math/mfem/mfem-4.3/general/
H A Dadios2stream.cpp323 const size_t components = static_cast<size_t>(fes->GetVDim()); in Print()
487 const size_t components = static_cast<size_t>(fes->GetVDim()); in Print()
641 const size_t components = static_cast<size_t>(fes->GetVDim()); in Save()
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/ascent/runtimes/
H A Dascent_mfem_data_adapter.cpp344 …fem::FiniteElementSpace *lo_fes = new mfem::FiniteElementSpace(lo_mesh, lo_col, ho_fes->GetVDim()); in Linearize()
389 int vdim = gf->FESpace()->GetVDim(); in GridFunctionToBlueprintField()
/dports/science/axom/axom-0.6.1/src/axom/sidre/tests/
H A Dsidre_mfem_datacollection.cpp202 EXPECT_EQ(gf_read->FESpace()->GetVDim(), vdim); in TEST()
309 EXPECT_EQ(reader_qs->GetVDim(), qs_vdim); in TEST()
310 EXPECT_EQ(reader_qv->GetVDim(), qv_vdim); in TEST()
/dports/science/axom/axom-0.6.1/src/axom/inlet/examples/
H A Dmfem_coefficient.cpp66 << vec_coef->GetVDim()); in BoundaryCondition()
/dports/math/mfem/mfem-4.3/fem/tmop/
H A Dtmop_pa_tc2.cpp155 MFEM_ASSERT(nodes->FESpace()->GetVDim() == 2, ""); in ComputeAllElementTargets()
/dports/math/mfem/mfem-4.3/miniapps/shifted/
H A Ddist_solver.cpp111 MFEM_VERIFY(pfes.GetVDim() == pfes.GetMesh()->Dimension(), in ComputeVectorDistance()
127 MFEM_VERIFY(check_h1 && pfes.GetVDim() == 1, in ComputeScalarDistance()
290 MFEM_VERIFY((check_h1 || check_l2) && fesd->GetVDim() == 1, in ComputeScalarDistance()

1234