Home
last modified time | relevance | path

Searched refs:GetVDim (Results 51 – 75 of 78) sorted by relevance

1234

/dports/math/mfem/mfem-4.3/examples/
H A Dex27.cpp660 MFEM_ASSERT(fes.GetVDim() == 1, ""); in IntegrateBC()
H A Dex27p.cpp690 MFEM_ASSERT(fes.GetVDim() == 1, ""); in IntegrateBC()
/dports/biology/hyphy/hyphy-2.5.33/src/core/
H A Dlikefunc.cpp1808 if (allScalers.GetVDim() > result->GetVDim()) {
1989 long blockWidth = bySiteResults->GetVDim();
2198 long blockWidth = bySiteResults->GetVDim();
6413 const unsigned long dim = bestVal.GetHDim() * bestVal.GetVDim();
10260 category_weights = hmm->theData+hmm->GetVDim()* HMM_state(hmm_category_index);
10476 unsigned long const m = ccurNode->GetCompExp()->GetVDim();
10566 unsigned long matrix_dimension = ccurNode->GetCompExp()->GetVDim();
10695 long myDim = cM->GetHDim()>cM->GetVDim()?cM->GetHDim():cM->GetVDim();
10890 unsigned long dimension = variableGroup->GetHDim() * variableGroup->GetVDim ();
H A Dtree.cpp1221 treeRotation = (dimMatrix->GetVDim()>2)?(*dimMatrix)(0,2):0.0, in PlainTreeString()
1788 if (rgbColor->GetHDim() > 1 && rgbColor->GetVDim () == 4 && layout != 1) { in TreePSRecurse()
2261 unsigned long vecDim = mx->GetHDim()*mx->GetVDim(); in InitializeTreeFrequencies()
H A Dbatchlan.cpp3080 …matrix->IsAStringMatrix() && alphabet_matrix->GetHDim() == 2 && alphabet_matrix->GetVDim () > 1)) { in ExecuteCase52()
3086 for (unsigned long k=0UL; k < alphabet_matrix->GetVDim (); k++) { in ExecuteCase52()
3104 if (base_set.length() < alphabet_matrix->GetVDim ()) { in ExecuteCase52()
H A Dlikefunc2.cpp699 long offset = resTransferMatrix.GetVDim(); in PopulateConditionalProbabilities()
H A Dalignment.cpp1314 long mapL = ccost->GetVDim(); // how many valid characters in CostOnly()
H A Ddataset_filter.cpp1440 if ((target.GetHDim()!=1)||(target.GetVDim()!=7)) { in ComputePairwiseDifferences()
H A Ddataset.cpp782 column_count = out->GetVDim(); in HarvestFrequencies()
/dports/math/mfem/mfem-4.3/fem/
H A Dconduitdatacollection.cpp829 int vdim = gf->FESpace()->GetVDim(); in GridFunctionToBlueprintField()
H A Dquadinterpolator.cpp380 const int vdim = fespace->GetVDim(); in Mult()
H A Dfmsconvert.cpp230 const int vdim = fes->GetVDim(); in FmsFieldToGridFunction()
1042 vdim = fespace->GetVDim(); in GridFunctionToFmsField()
H A Dhybridization.cpp495 int info, vdim = fes->GetVDim(); in AssembleBdrMatrix()
H A Dfe.cpp678 MFEM_ASSERT(dofs.Size() == vc.GetVDim()*dof, ""); in Project()
679 Vector x(vc.GetVDim()); in Project()
852 MFEM_ASSERT(dofs.Size() == vc.GetVDim()*dof, ""); in Project()
853 Vector x(vc.GetVDim()); in Project()
974 MFEM_ASSERT(vc.GetVDim() == sdim, ""); in Project_RT()
1197 Vector xk(vk, vc.GetVDim()); in Project_ND()
2536 Vector x (v, vc.GetVDim()); in Project()
11060 Vector xk(vk, vc.GetVDim()); in ProjectIntegrated()
11437 Vector xq(vq, vc.GetVDim()); in ProjectIntegrated()
12049 Vector xk(vk, vc.GetVDim()); in ProjectIntegrated()
[all …]
H A Dbilininteg_diffusion_pa.cpp439 MFEM_VERIFY(VQ->GetVDim() == dim, ""); in AssemblePA()
440 coeffDim = VQ->GetVDim(); in AssemblePA()
H A Dbilininteg_vectorfe.cpp767 const int coeffDim = (MQ || SMQ) ? MQdim : (DQ ? DQ->GetVDim() : 1); in AssemblePA()
H A Dbilininteg_hcurl.cpp955 const int coeffDim = (MQ || SMQ) ? MQdim : (DQ ? DQ->GetVDim() : 1); in AssemblePA()
2912 MFEM_VERIFY(DQ->GetVDim() == coeffDim, ""); in AssemblePA()
4033 MFEM_VERIFY(DQ->GetVDim() == coeffDim, ""); in AssemblePA()
/dports/math/mfem/mfem-4.3/linalg/
H A Dconstraints.cpp740 int dim = fespace.GetVDim(); in BuildNormalConstraints()
H A Dpetsc.cpp3349 int vdim = fespace->GetVDim(); in BDDCSolverConstructor()
3603 vdim = fespace->GetVDim(); in BDDCSolverConstructor()
3844 int vdim = fes->GetVDim(); in H2SolverConstructor()
/dports/math/mfem/mfem-4.3/tests/unit/miniapps/
H A Dtest_sedov.cpp914 h1sz(h1fes.GetVDim() * h1fes.GetFE(0)->GetDof() * nzones), in PAForceOperator()
1190 vdim(H1.GetVDim()), in QUpdate()
/dports/math/mfem/mfem-4.3/mesh/
H A Dpumi.cpp1090 new ParFiniteElementSpace(this, fec_copy, fes->GetVDim(), in UpdateMesh()
H A Dnurbs.cpp3023 const int vdim = fes->GetVDim(); in LoadSolution()
3059 const int vdim = fes->GetVDim(); in PrintSolution()
H A Dmesh.cpp4833 const int newSpaceDim = nodes.FESpace()->GetVDim(); in GetNodes()
7371 spaceDim = Nodes->FESpace()->GetVDim(); in NewNodes()
11035 MFEM_VERIFY(spaceDim == deformation.GetVDim(), in Transform()
11424 const int vdim = fespace->GetVDim(); in Compute()
11483 const int vdim = fespace->GetVDim(); in FaceGeometricFactors()
H A Dpncmesh.cpp1994 int vdim = space->GetVDim(); in SendRebalanceDofs()
/dports/biology/hyphy/hyphy-2.5.33/src/new/
H A Dscfg.cpp577 for (long stringColumn = 0L; stringColumn < stringMatrix->GetVDim(); stringColumn++) { in SetStringCorpus()

1234