Home
last modified time | relevance | path

Searched refs:GetNumLevels (Results 1 – 23 of 23) sorted by relevance

/dports/math/mfem/mfem-4.3/fem/
H A Dfespacehierarchy.cpp55 int FiniteElementSpaceHierarchy::GetNumLevels() const { return meshes.Size(); } in GetNumLevels() function in mfem::FiniteElementSpaceHierarchy
57 int FiniteElementSpaceHierarchy::GetFinestLevelIndex() const { return GetNumLevels() - 1; } in GetFinestLevelIndex()
76 MFEM_VERIFY(GetNumLevels() > 0, "There is no level which can be refined"); in AddUniformlyRefinedLevel()
90 MFEM_VERIFY(GetNumLevels() > 0, "There is no level which can be refined"); in AddOrderRefinedLevel()
H A Dfespacehierarchy.hpp54 int GetNumLevels() const;
/dports/games/xblast/xblast-2.10.4/
H A Dcfg_level.c278 numLevels = GetNumLevels (); in GetLastIndexSorted()
309 numLevels = GetNumLevels (); in GetLastIndexShuffled()
370 numLevels = GetNumLevels (); in GetLastIndexTime()
422 numLevels = GetNumLevels (); in ReshuffleLevels()
451 numLevels = GetNumLevels (); in GetNextLevelFromTable()
490 numLevels = GetNumLevels (); in GetNextLevelFromTable2()
710 GetNumLevels (void) in GetNumLevels() function
843 numLevels = GetNumLevels (); in InitLevels()
H A Dcfg_level.h58 extern int GetNumLevels (void);
H A Dmenu_level.c65 *pNumLevels = GetNumLevels (); in CreateLevelSelection()
/dports/math/mfem/mfem-4.3/fem/ceed/
H A Dalgebraic.hpp134 MFEM_ASSERT(level < GetNumLevels() - 1, ""); in GetAlgebraicCoarseSpace()
H A Dalgebraic.cpp301 int nlevels = fespaces.GetNumLevels(); in AlgebraicMultigrid()
/dports/www/firefox-legacy/firefox-52.8.0esr/other-licenses/7zstub/src/7zip/UI/Common/
H A DOpenArchive.h102 int GetNumLevels() const in GetNumLevels() function
H A DOpenArchive.cpp523 if (archiveLink.GetNumLevels() > 1) in ReOpenArchive()
525 if (archiveLink.GetNumLevels() == 0) in ReOpenArchive()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/
H A DOctree.h196 unsigned GetNumLevels() const { return numLevels_; } in GetNumLevels() function
H A DOctree.cpp177 … if (level_ >= root_->GetNumLevels() || boxSize.x_ >= halfSize_.x_ || boxSize.y_ >= halfSize_.y_ || in CheckDrawableFit()
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/opensubdiv/far/
H A DtopologyRefiner.h71 int GetNumLevels() const { return (int)_farLevels.size(); } in GetNumLevels() function
H A DpatchTableFactory.cpp978 for (int levelIndex=0; levelIndex<_refiner.GetNumLevels(); ++levelIndex) { in identifyPatches()
1014 for (int levelIndex=0; levelIndex<_refiner.GetNumLevels(); ++levelIndex) { in identifyPatches()
1387 if ((fvarChannel >= 0) && (_refiner.GetNumLevels() > 1)) { in estimateLocalPointCount()
1512 _sharedCornerPoints.resize(_refiner.GetNumLevels()); in findSharedCornerPoint()
1538 _sharedEdgePoints.resize(_refiner.GetNumLevels()); in findSharedEdgePoint()
/dports/math/mfem/mfem-4.3/examples/
H A Dex26.cpp56 for (int level = 1; level < fespaces.GetNumLevels(); ++level) in DiffusionMultigrid()
H A Dex26p.cpp55 for (int level = 1; level < fespaces.GetNumLevels(); ++level) in DiffusionMultigrid()
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/tutorials/far/tutorial_5_1/
H A Dfar_tutorial_5_1.cpp199 int nRefinedLevels = refiner->GetNumLevels(); in main()
/dports/math/z3/z3-z3-4.8.13/src/api/dotnet/
H A DFixedpoint.cs197 public uint GetNumLevels(FuncDecl predicate) in GetNumLevels() method in Microsoft.Z3.Fixedpoint
/dports/math/py-z3-solver/z3-z3-4.8.10/src/api/dotnet/
H A DFixedpoint.cs197 public uint GetNumLevels(FuncDecl predicate) in GetNumLevels() method in Microsoft.Z3.Fixedpoint
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/LuaScript/pkgs/Graphics/
H A DOctree.pkg22 unsigned GetNumLevels() const;
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/VideoCommon/
H A DTextureCacheBase.h186 u32 GetNumLevels() const { return texture->GetConfig().levels; } in GetNumLevels() function
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/tutorials/far/tutorial_5_2/
H A Dfar_tutorial_5_2.cpp379 for (int level = 1; level < localRefiner->GetNumLevels(); ++level) { in PatchGroup()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/AngelScript/
H A DGraphicsAPI.cpp2196 …ObjectMethod("Octree", "uint get_numLevels() const", asMETHOD(Octree, GetNumLevels), asCALL_THISCA… in RegisterOctree()
/dports/graphics/urho3d/Urho3D-1.7.1/Docs/
H A DLuaScriptAPI.dox4328 - unsigned GetNumLevels() const