VIM filetype plugin for Abaqus FE solver.
What is Abaqus filetype plugin?
It's just bunch of scripts to speed up work with Abaqus inputdeck file and VIM text editor.
- Syntax highlighting
- Folding
- Keyword completion
- Useful commands, functions and mappings
With color syntax it's easier to navigate through a inputdeck file.
Node & element table folding, no more never ending scrolling.
With keyword completion you can in easy way add a new Abaqus keyword or update existing one.
The plugin has many build-in commands to work with data directly for:
- amplitudes
- nodes
- elements
The plugin has couple of great functions to make your work even faster:
- mappings
- comment/uncomment
- data line autoformating
- reference mesh conversion
The plugin in action you can see here.
##Documentation
The plugin has decent documentation with detail explanation of all functions and examples.
Please read the documentation before you start using the plugin.
:help abaqus
cd ~/.vim/bundle
git clone https://github.com/gradzikb/vim-abaqus
Part of the plugin is based on VIM Abaqus filtype plugin by Carl Osterwisch.
The GNU General Public License
Copyright © 2014 Bartosz Gradzik