carputils
Doxygen code documentation for the python framework controlling openCARP
Classes | Functions
bin.update-carp Namespace Reference

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...
 

Function Documentation

◆ execute_cmd()

def bin.update-carp.execute_cmd (   cmd,
  path 
)

execute command cmd in path path

◆ git_status()

def bin.update-carp.git_status (   git_dir)

Check status of git repository.

◆ git_update()

def bin.update-carp.git_update (   git_dir)

Update Git repo at the specified location.

◆ is_git_repository()

def bin.update-carp.is_git_repository (   path = '.')

check if path is git repository

◆ make_tools()

def bin.update-carp.make_tools (   args,
  carpdir 
)

make tools

◆ parser_commands()

def bin.update-carp.parser_commands ( )

Setup command line parser.

◆ recompile_carp()

def bin.update-carp.recompile_carp (   args)

recompile openCARP

◆ svn_status()

def bin.update-carp.svn_status (   root,
  subpath 
)

Check status of svn repository.

◆ svn_update()

def bin.update-carp.svn_update (   root,
  subpath 
)

Update the SVN repo at the specified location.

◆ update()

def bin.update-carp.update (   args)

Update all of the following.

◆ update_carp()

def bin.update-carp.update_carp (   args)

Update carp and modules.

◆ update_carp_additional_projects()

def bin.update-carp.update_carp_additional_projects (   args)

Update additional openCARP projects.

◆ update_carp_tests()

def bin.update-carp.update_carp_tests (   args)

Update openCARP tests.

◆ update_carp_tools()

def bin.update-carp.update_carp_tools (   args)

Update openCARP tools.

◆ update_limpetgui()

def bin.update-carp.update_limpetgui (   args)

update LIMPET visualizer LIMETGUI

◆ update_meshalyzer()

def bin.update-carp.update_meshalyzer (   args)

update Meshalyzer visualization tool

◆ update_regression_reference()

def bin.update-carp.update_regression_reference (   args)

Update openCARP regression data.