Skip to content

Expand geometry handling in generateMeshFromGeometry() function #20

@nikoscham

Description

@nikoscham

This issue has been added to the FEAScript roadmap for the upcoming 0.2.0 release (https://github.com/orgs/FEAScript/discussions/17). Currently, the generateMeshFromGeometry() function supports only rectangular domains. We aim to extend this functionality to support additional 2D geometries (trapezoid-shaped & ring (annulus)-shaped), enabling users to more easily create meshes for diverse simulation domains. The relevant function is located in meshGenerationScript.js (https://github.com/FEAScript/FEAScript-core/blob/main/src/mesh/meshGenerationScript.js).

Tasks

  • Implement support for trapezoid-shaped 2D domains
  • Implement support for 2D ring (annulus)-shaped domains
  • Add support for expansion ratio in mesh generation (e.g., graded mesh density along one direction)

Metadata

Metadata

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions