Home
last modified time | relevance | path

Searched refs:minEdgeLength (Results 1 – 21 of 21) sorted by relevance

/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fempy/geometry/
H A Dedgelength.hh69 inline static typename Geometry::ctype minEdgeLength ( const Geometry &geometry ) in minEdgeLength() function
76 ctype minEdgeLength = std::numeric_limits< ctype >::max(); in minEdgeLength() local
78minEdgeLength = std::min( minEdgeLength, edgeLength( geometry, refElement.template geometry< dim-1… in minEdgeLength()
80 return minEdgeLength; in minEdgeLength()
/dports/graphics/heimer/Heimer-3.0.0/src/
H A Dlayout_optimizer.cpp56 bool initialize(double aspectRatio, double minEdgeLength) in initialize() argument
58 …"Initializing LayoutOptimizer: aspectRatio=" << aspectRatio << ", minEdgeLength=" << minEdgeLength; in initialize()
67 … area += (node->size().width() + minEdgeLength) * (node->size().height() + minEdgeLength); in initialize()
77 … m_layout->cols = static_cast<size_t>(width / (Constants::Node::MIN_WIDTH + minEdgeLength)) + 1; in initialize()
78 m_layout->minEdgeLength = minEdgeLength; in initialize()
80 … const auto rows = static_cast<size_t>(height / (Constants::Node::MIN_HEIGHT + minEdgeLength)) + 1; in initialize()
496 const auto prevMaxX = getMaxColX(i - 1) + minEdgeLength; in spread()
508 const auto prevMaxY = getMaxRowY(j - 1) + minEdgeLength; in spread()
520 double minEdgeLength = 0; member
543 bool LayoutOptimizer::initialize(double aspectRatio, double minEdgeLength) in initialize() argument
[all …]
H A Dmind_map_data.cpp167 double MindMapData::minEdgeLength() const in minEdgeLength() function in MindMapData
172 void MindMapData::setMinEdgeLength(double minEdgeLength) in setMinEdgeLength() argument
174 m_minEdgeLength = minEdgeLength; in setMinEdgeLength()
H A Dmind_map_data.hpp70 double minEdgeLength() const;
72 void setMinEdgeLength(double minEdgeLength);
H A Dalz_serializer.cpp299 …bute(DataKeywords::MindMap::LayoutOptimizer::MIN_EDGE_LENGTH, mindMapData.minEdgeLength() * SCALE); in writeLayoutOptimizer()
414 …double minEdgeLength = element.attribute(DataKeywords::MindMap::LayoutOptimizer::MIN_EDGE_LENGTH, … in readLayoutOptimizer() local
415 minEdgeLength = std::min(minEdgeLength, Constants::LayoutOptimizer::MAX_EDGE_LENGTH); in readLayoutOptimizer()
416 minEdgeLength = std::max(minEdgeLength, Constants::LayoutOptimizer::MIN_EDGE_LENGTH); in readLayoutOptimizer()
417 data.setMinEdgeLength(minEdgeLength); in readLayoutOptimizer()
H A Dlayout_optimizer.hpp32 bool initialize(double aspectRatio, double minEdgeLength);
H A Dlayout_optimization_dialog.cpp90 m_minEdgeLengthSpinBox->setValue(mindMapData.minEdgeLength()); in initWidgets()
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/python/dune/models/integrands/
H A Dufl.py247 predefined[minCellEdgeLength] = minEdgeLength(integrands.cellGeometry())
255 predefined[minCellEdgeLength] = minEdgeLength(integrands.cellGeometry())
267 predefined[minCellEdgeLength] = minEdgeLength(integrands.cellGeometry())
270 predefined[minFacetEdgeLength] = minEdgeLength(integrands.facetGeometry())
279 predefined[minCellEdgeLength] = minEdgeLength(integrands.cellGeometry())
282 predefined[minFacetEdgeLength] = minEdgeLength(integrands.facetGeometry())
297 predefined[minCellEdgeLength('+')] = minEdgeLength(integrands.cellGeometry('Side::in'))
298 predefined[minCellEdgeLength('-')] = minEdgeLength(integrands.cellGeometry('Side::out'))
301 predefined[minFacetEdgeLength] = minEdgeLength(integrands.facetGeometry())
312 predefined[minCellEdgeLength('+')] = minEdgeLength(integrands.cellGeometry('Side::in'))
[all …]
H A Dmodel.py6 … construct, coordinate, dereference, lambda_, makeExpression, maxEdgeLength, minEdgeLength, return_
/dports/math/R-cran-deldir/deldir/R/
H A Dtile.list.R12 function (object,minEdgeLength=NULL,clipp=NULL) { argument
17 if(is.null(minEdgeLength)) {
19 minEdgeLength <- drw*sqrt(.Machine$double.eps)
62 ok <- bird >= minEdgeLength
/dports/graphics/dilay/dilay-1.9.0/lib/src/tool/sculpt/util/
H A Daction.cpp20 constexpr float minEdgeLength = 0.001f; variable
795 const float maxLength = glm::max (brush.subdivThreshold (), 2.0f * minEdgeLength); in sculpt()
810 collapseEdgesByLength (mesh, minEdgeLength * minEdgeLength, faces); in sculpt()
831 collapsed = collapseEdgesByLength (mesh, minEdgeLength * minEdgeLength, faces) || collapsed; in deleteFaces()
/dports/graphics/heimer/Heimer-3.0.0/src/unit_tests/serializer_test/
H A Dserializer_test.cpp179 QCOMPARE(inData->minEdgeLength(), outData.minEdgeLength()); in testLayoutOptimizer()
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/python/dune/source/
H A Dbuiltin.py84 minEdgeLength = BuiltInFunction('dune/fempy/geometry/edgelength.hh', 'typename Geometry::ctype', 'm… variable
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/tnzext/
H A Dmeshbuilder.cpp460 double minEdgeLength = in buildMesh() local
464 opts.m_targetEdgeLength = std::max(opts.m_targetEdgeLength, minEdgeLength); in buildMesh()
/dports/math/R-cran-deldir/deldir/man/
H A Dtile.list.Rd9 \usage{ tile.list(object,minEdgeLength=NULL,clipp=NULL) }
13 \item{minEdgeLength}{
/dports/graphics/vigra/vigra-8acd73a/vigranumpy/src/core/
H A Dedgedetection.cxx290 int minEdgeLength, PixelType nonEdgeMarker, in pythonRemoveShortEdges() argument
299 removeShortEdges(destImageRange(res), minEdgeLength, nonEdgeMarker); in pythonRemoveShortEdges()
/dports/games/ufoai/ufoai-2.5-source/src/tools/blender/
H A Dexport_ufoai.py164 …es = filter(lambda ei: mesh.edges[ei].length < minEdgeLength, mesh.findEdges(f.edge_keys)) # *** s…
309 … quadToleration, splitMethod, splitHeight, minFaceArea, minFaceAngle, minEdgeLength, coordinatesMu… argument
/dports/graphics/spectacle/spectacle-21.12.3/src/QuickEditor/
H A DQuickEditor.cpp793 const qreal minEdgeLength = qMin(mSelection.width(), mSelection.height()); in drawDragHandles() local
794 if (minEdgeLength < minDragHandleSpace) { in drawDragHandles()
795 offset = (minDragHandleSpace - minEdgeLength) / 2.0; in drawDragHandles()
/dports/cad/gmsh/gmsh-4.9.2-source/Mesh/
H A DmeshPartition.cpp2195 double minEdgeLength = std::numeric_limits<double>::max(); in PartitionFaceMinEdgeLength() local
2201 minEdgeLength = std::min(l, minEdgeLength); in PartitionFaceMinEdgeLength()
2228 (idx_t)(neighborsWeight[i * 3 + j] / minEdgeLength * 10)); in PartitionFaceMinEdgeLength()
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/python/dune/ufl/
H A Dcodegen.py23 … construct, coordinate, dereference, lambda_, makeExpression, maxEdgeLength, minEdgeLength, return_
/dports/math/R-cran-deldir/deldir/
H A DChangeLog337 in an "invalid" tile. Added an argment minEdgeLength to