Mesh Generation Algorithms leaf node


URI

https://openalex.org/T10996

Label

Mesh Generation Algorithms

Description

This cluster of papers focuses on advances in mesh generation algorithms, including Delaunay triangulations, Voronoi diagrams, and centroidal Voronoi tessellations. It also covers topics such as geometric optimization, quality meshing, computational geometry, hexahedral meshing, and approximation algorithms.

Implementation

@prefix oasubfields: <https://openalex.org/subfields/> .
@prefix openalex: <https://lambdamusic.github.io/openalex-hacks/ontology/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://openalex.org/T10996> a skos:Concept ;
    rdfs:label "Mesh Generation Algorithms"@en ;
    rdfs:isDefinedBy openalex: ;
    owl:sameAs <https://en.wikipedia.org/wiki/Mesh_generation>,
        <https://openalex.org/T10996> ;
    skos:broader oasubfields:1704 ;
    skos:definition "This cluster of papers focuses on advances in mesh generation algorithms, including Delaunay triangulations, Voronoi diagrams, and centroidal Voronoi tessellations. It also covers topics such as geometric optimization, quality meshing, computational geometry, hexahedral meshing, and approximation algorithms."@en ;
    skos:inScheme openalex: ;
    skos:prefLabel "Mesh Generation Algorithms"@en ;
    openalex:cited_by_count 717836 ;
    openalex:works_count 46311 .