Metadata-Version: 2.1
Name: frd2vtu
Version: 0.1.1rc6
Summary: converter from calculix frd to vtu
License: MIT
Author: wr1
Author-email: 8971152+wr1@users.noreply.github.com
Requires-Python: >=3.9.7,<4.0.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: fire (>=0.7.0,<0.8.0)
Requires-Dist: numpy (==1.26.4)
Requires-Dist: pandas (>=2.2.1,<3.0.0)
Requires-Dist: pyvista (>=0.43.5,<0.44.0)
Requires-Dist: vtk (>=9.3.0,<10.0.0)
Description-Content-Type: text/markdown



# Calculix frd converter
Works on binary FRD files written using the *\*element output* and *\*node output* commands. 

## Installation
```bash
pip install frd2vtu
```

## Usage
```bash
frd2vtu input1.frd input2.frd ... 
```

## Test
```bash
cd test
bash test.sh
```

