carputils
Doxygen code documentation for the python framework controlling openCARP
|
Classes | |
class | BCOLORS |
A simple color class. More... | |
Functions | |
def | parser_commands () |
Setup command line parser. More... | |
def | is_git_repository (path='.') |
check if path is git repository More... | |
def | update (args) |
Update all of the following. More... | |
def | svn_update (root, subpath) |
Update the SVN repo at the specified location. More... | |
def | svn_status (root, subpath) |
Check status of svn repository. More... | |
def | git_status (git_dir) |
Check status of git repository. More... | |
def | git_update (git_dir) |
Update Git repo at the specified location. More... | |
def | execute_cmd (cmd, path) |
execute command cmd in path path More... | |
def | update_carp (args) |
Update carp and modules. More... | |
def | recompile_carp (args) |
recompile openCARP More... | |
def | make_tools (args, carpdir) |
make tools More... | |
def | update_carp_tests (args) |
Update openCARP tests. More... | |
def | update_carp_additional_projects (args) |
Update additional openCARP projects. More... | |
def | update_regression_reference (args) |
Update openCARP regression data. More... | |
def | update_carp_tools (args) |
Update openCARP tools. More... | |
def | update_meshalyzer (args) |
update Meshalyzer visualization tool More... | |
def | update_limpetgui (args) |
update LIMPET visualizer LIMETGUI More... | |
def bin.update-carp.execute_cmd | ( | cmd, | |
path | |||
) |
execute command cmd in path path
def bin.update-carp.git_status | ( | git_dir | ) |
Check status of git repository.
def bin.update-carp.git_update | ( | git_dir | ) |
Update Git repo at the specified location.
def bin.update-carp.is_git_repository | ( | path = '.' | ) |
check if path is git repository
def bin.update-carp.make_tools | ( | args, | |
carpdir | |||
) |
make tools
def bin.update-carp.parser_commands | ( | ) |
Setup command line parser.
def bin.update-carp.recompile_carp | ( | args | ) |
recompile openCARP
def bin.update-carp.svn_status | ( | root, | |
subpath | |||
) |
Check status of svn repository.
def bin.update-carp.svn_update | ( | root, | |
subpath | |||
) |
Update the SVN repo at the specified location.
def bin.update-carp.update | ( | args | ) |
Update all of the following.
def bin.update-carp.update_carp | ( | args | ) |
Update carp and modules.
def bin.update-carp.update_carp_additional_projects | ( | args | ) |
Update additional openCARP projects.
def bin.update-carp.update_carp_tests | ( | args | ) |
Update openCARP tests.
def bin.update-carp.update_carp_tools | ( | args | ) |
Update openCARP tools.
def bin.update-carp.update_limpetgui | ( | args | ) |
update LIMPET visualizer LIMETGUI
def bin.update-carp.update_meshalyzer | ( | args | ) |
update Meshalyzer visualization tool
def bin.update-carp.update_regression_reference | ( | args | ) |
Update openCARP regression data.