Skip to content
Snippets Groups Projects
Commit d0643e74 authored by maaikedieuwertje's avatar maaikedieuwertje
Browse files

Merge branch 'pdflatex_error_output'

Former-commit-id: 5a0e8e10a2d96ffd916f927abedeb08c9da85ef1
parents 5730d9e6 70d2ebea
No related branches found
No related tags found
No related merge requests found
Showing
with 2 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,7 @@ 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=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