Skip to content
Snippets Groups Projects
Commit 2015c5dc authored by Anne-Liza's avatar Anne-Liza
Browse files

Merge branch 'master' into dev_partitioning

Former-commit-id: 03cf809b2f2fbb45f7914ee7b67febd50035b368
parents 2c2566a4 e78dc706
No related branches found
No related tags found
No related merge requests found
Showing
with 3 additions and 2 deletions
......@@ -10,7 +10,7 @@ from kadmos.utilities.general import get_mdao_setup
# Settings for logging
logging.basicConfig(format='%(levelname)s: %(message)s', level=logging.WARNING)
logging.basicConfig(format='%(levelname)s: %(message)s', level=logging.DEBUG)
# List of MDAO definitions that can be wrapped around the problem
mdao_definitions = ['unconverged-MDA-J', # 0
......@@ -131,7 +131,8 @@ rcg.node['F2']['performance_info'] = {'precision': 20,
function_order = ['A', 'D1', 'D2', 'D3', 'F1', 'F2', 'G1', 'G2']
# Create a DSM visualization of the RCG
rcg.create_dsm(file_name='RCG', function_order=function_order, include_system_vars=True, destination_folder=pdf_dir)
rcg.create_dsm(file_name='RCG', function_order=function_order, include_system_vars=True, destination_folder=pdf_dir,
keep_tex_file=False, compile_pdf=True)
# Create a VISTOMS visualization of the RCG
rcg.vistoms_create(vistoms_dir, function_order=function_order, compress=False)
......
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment