Personal tools
You are here: Home / cm / Wiki / Existing Perl Modules for CMISS
Navigation
Log in


Forgot your password?
 

Existing Perl Modules for CMISS

Thinking of writing a script to do some node and element file editing?

I strongly recommend that people look through this website before they delve into scripting:

http://cmiss.bioeng.auckland.ac.nz/help/PerlUtilities/index.html

This site has a list of perl modules that have been written to easily apply changes to CMISS node and element files. I have used it a number of times to create finite element meshes with calculated node positions etc. (for an example check out the file used to create a thick-walled cylinder).

Tonight, I found cmAddVersions - a perl utility that automatically adds versions to a node file for nodes specified by the user. The documentation at the website above is ample (I think) to figure out what to do.