Nektar++
Loading...
Searching...
No Matches
Namespaces | Variables
convert.py File Reference

Go to the source code of this file.

Namespaces

namespace  convert
 

Variables

 convert.parser = argparse.ArgumentParser(description='Optional app description')
 
 convert.help
 
 convert.default
 
 convert.args = parser.parse_args()
 
 convert.importer = cellml.CellMLImporter()
 
 convert.exporter = nektar.NektarExporter()
 
 convert.model = importer.model(args.filename)
 
 convert.model_name = args.name if args.name is not None else model.name();
 
 convert._ = guess.remove_embedded_protocol(model)