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).
97 stars
12 watching
26 forks
Language: Fortran
last commit: about 1 year 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 | Converts between tile graphics formats used in various old console systems. | 157 |
nschloe/meshio | A tool for converting and manipulating unstructured mesh data in various formats. | 1,976 |
otvam/fem_mesh_matlab | A MATLAB toolbox for handling and processing 2D and 3D finite element method meshes | 43 |
fanvanzh/3dtiles | A suite of tools for converting various 3D file formats to 3D-Tiles format | 1,989 |
bobbyanguelov/fbxformatconverter | A utility for converting between two formats of 3D FBX files. | 190 |
richyshub/magicavoxel-vox-importer | Software to convert voxel models from MagicaVoxel into individual cube primitives for use in Blender | 228 |
vinhphunguyen/migfem | A Matlab implementation of isogeometric finite elements for various structural mechanics problems and material point methods. | 69 |
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. | 24 |
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. | 71 |
lyc102/ifem | A MATLAB software package providing efficient algorithms and data structures for adaptive finite element methods on unstructured simplicial grids in 2D and 3D. | 225 |
ferdinakusumah/excel2json | Converts data from Excel and CSV formats to JSON | 14 |
meshpro/dmsh | A Python library for generating high-quality 2D meshes | 211 |