pyopensn.context.InitializeWithArgv

pyopensn.context.InitializeWithArgv(sys_argv: list = ['/opt/local/python-3.12.3/bin/sphinx-build', '-c', '/home/dhawkins/actions-runner/_work/opensn/opensn/build/doc', '-b', 'html', '-d', '/home/dhawkins/actions-runner/_work/opensn/opensn/build/doc/.doctrees', '/home/dhawkins/actions-runner/_work/opensn/opensn/build/doc/src', 'html']) None

Overwrite OpenSn settings using sys.argv.

This is a temporary solution for dealing with command line argument mode of the console. Once the console is gone, this functionality will also be killed.

Parameters:

sys_argv (List[str], default=sys.argv) – Argument vector to be used. Default to sys.argv.