|
LOOS 4.1.0
The Lightweight Object Oriented Structural analysis library/toolkit
|
Variables | |
| str | header = " ".join(sys.argv) |
| model_filename = sys.argv[1] | |
| selection_string = sys.argv[2] | |
| model = loos.createSystem(model_filename) | |
| subset = loos.selectAtoms(model, selection_string) | |
simple_model_calc.py : simple skeleton of a program that reads in a
structure, makes a selection, then loops over the atoms.
Alan Grossfield
University of Rochester Medical Center