carputils
Doxygen code documentation for the python framework controlling openCARP
Functions | Variables
carputils.svn Namespace Reference

Functions

def checkout (root, url)
 Check out the bare bones of the repo at the specified location. More...
 
def update (root, subpath)
 Update the SVN repo at the specified location. More...
 
def get_mesh (subpath)
 Update the specified mesh directory. More...
 

Variables

string MESHES_URL = 'https://carpentry.medunigraz.at/meshes'
 

Function Documentation

◆ checkout()

def carputils.svn.checkout (   root,
  url 
)

Check out the bare bones of the repo at the specified location.

◆ get_mesh()

def carputils.svn.get_mesh (   subpath)

Update the specified mesh directory.

◆ update()

def carputils.svn.update (   root,
  subpath 
)

Update the SVN repo at the specified location.

Variable Documentation

◆ MESHES_URL

string carputils.svn.MESHES_URL = 'https://carpentry.medunigraz.at/meshes'