Skip to content

dmarc3/femview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

femview

This is a proof of concept for a static HTML FEM pre-processor. It includes minimal features currently.

See example deployment here which is a visualization of the ISat_Dploy_Sm.dat model from pyNastran.

Installation

Install locally in editable mode:

pip install -e .

Note

femview is currently not deployed to pypi and thus must be installed manually

Usage

Usage: femview [OPTIONS] FILENAME

  Generates static HTML visualization of Nastran FEM

Options:
  -f, --output-filename TEXT  Specifies output filename
  -o, --open-in-browser       Opens the resulting *.html file in default
                              browser
  --help                      Show this message and exit.

Important

femview is entirely dependent on pyNastran's ability to successfully read the provided Nastran model.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published