Skip to content

(adapted for GiD) Tessellator is a mesher focused on generate meshes and data structures which are suitable for FDTD algorithms.

License

Notifications You must be signed in to change notification settings

GiDSimulation/tessellator4gid

 
 

Repository files navigation

Tessellator 4 GiD mesher

This fork is to adapt the Tessellator mesher for GiD.

License License

Build and test

Features

Tessellator is a mesher focused on generate meshes and data structures which are suitable for FDTD algorithms. It includes the following capabilities:

  • Generate staircased meshes from lines, surfaces, and volumes.
  • Support for rectilinear (graded) grids.
  • Import/Export in STL or VTK formats.
  • Conflict resolution between different layers using a predefined hierarchy.
  • Generate conformal meshes with fixed distance intersection with grid planes.

Compilation

When using presets, make sure to define the environment variable VCPKG_ROOT to your vcpkg installation. This can be done using a CMakeUserPreset.json file, for example:

{
  "version": 4,

  "include": ["CMakePresets.json"],
  "configurePresets": [
    {
      "name": "gnu-local",
      "displayName": "GNU local",
      "environment": {
        "VCPKG_ROOT": "~/workspace/vcpkg/"
      },
      "cacheVariables": {
        "TESSELLATOR_ENABLE_CGAL": true
      },
      "inherits": "gnu"
    }
  ]
}

Compiling + Building with already installed vtk / boost / gtest

echo "we are in tessellator base dir"
mkdir build
cd build
cmake -DBoost_INCLUDE_DIR=/...path.to../boost_1_75_0/   -DCMAKE_INSTALL_PREFIX=$HOME ..
# eventually add -DVTK_DIR=/..../VTK/windows/vtk-8.0

Contributing

Citing this work

If you use this software, please give proper attribution by citing it as indicated in the citation file.

Copyright and license

This code and its copyright is property of to the University of Granada (UGR), CIF: Q1818002F, www.ugr.es. UGR has licensed its distribution under terms of the GPL-3.0 and MIT licenses (see LICENSE file) with the name of meshlib

testData/cervezas_alhambra logo has been downloaded from https://cults3d.com/es/modelo-3d/arte/celosia-alhambra-logo-cervezas-alhambra where is available with license CC BY-NC-SA.

Funding

  • Spanish Ministry of Science and Innovation (MICIN/AEI) (Grant Number: PID2022-137495OB-C31)
  • European Union, HECATE project. (HE-HORIZON-JU-Clean-Aviation-2022-01)
  • iSense Project. In-Situ Monitoring of Electromagnetic Interference. (HE-HORIZON-MSCA-2023-DN-01)

About

(adapted for GiD) Tessellator is a mesher focused on generate meshes and data structures which are suitable for FDTD algorithms.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.2%
  • CMake 0.8%