FEconv
Mesh converter
A utility for converting between various mesh and finite element field formats
Program feconv is an utility to convert between several mesh and FE field formats, like ANSYS mesh files (.msh), MD Nastran input files (.bdf), I-Deas Universal (.unv), VTK files (.vtk), etc. If you use a Modulef format to store an intermediate mesh (.mfm). It can transform the FE type of a mesh composed of trangles or tetrahedra, to Lagrange P1 or P2, Raviart-Thomas (face) or Whitney (edge) finite elements. It also uses third-party code to perform bandwidth optimization (CutlHill-McKee optimization).
96 stars
12 watching
26 forks
Language: Fortran
last commit: 10 months ago converterfortranmesh-formats
Related projects:
Repository | Description | Stars |
---|---|---|
vtpasquale/nastran_cofe | An open-source finite element solver for structural analysis in MATLAB, compatible with the Nastran input format. | 57 |
optiroc/superfamiconv | A software tool for converting tile graphics between various video game console formats | 154 |
nschloe/meshio | A tool for converting and manipulating unstructured mesh data in various formats. | 1,952 |
otvam/fem_mesh_matlab | A MATLAB toolbox for handling and processing 2D and 3D finite element method meshes | 42 |
fanvanzh/3dtiles | A suite of tools for converting various 3D file formats to 3D-Tiles format | 1,971 |
bobbyanguelov/fbxformatconverter | A utility for converting between two formats of 3D FBX files. | 186 |
richyshub/magicavoxel-vox-importer | Software to convert voxel models from MagicaVoxel into individual cube primitives for use in Blender | 227 |
vinhphunguyen/migfem | Software for finite element analysis with isogeometric methods in Matlab | 67 |
carlosmccosta/mesh_to_pointcloud | A tool for converting mesh files to PCL pointclouds using OpenSceneGraph | 13 |
micvglob/winforms2avaloniaconverter | A tool that converts Windows Forms projects to Avalonia UI projects by migrating WinForms controls and separating Form and UserControl classes into MVVM design pattern components. | 23 |
ful1e5/cbmp | A command-line tool for converting cursor SVG files to PNG | 4 |
vsg-dev/vsgxchange | A utility library for converting various image and 3D model formats into the VulkanSceneGraph format. | 70 |
lyc102/ifem | A MATLAB package implementing efficient adaptive finite element methods on unstructured simplicial grids in 2D and 3D. | 218 |
ferdinakusumah/excel2json | Converts data from Excel and CSV formats to JSON | 14 |
meshpro/dmsh | A Python library for generating high-quality 2D meshes | 210 |