fastvpinns.utils.print_utils module
This file print_utils.py is for Printing utilities of all the cells within the given mesh
Author: Thivin Anandh D
Date: 02/Nov/2023
- fastvpinns.utils.print_utils.print_table(title, columns, col_1_values, col_2_values)[source]
This function prints a table with two columns to the console.
- Parameters:
title (str) – Title of the table
columns (list) – List of column names
col_1_values (list) – List of values for column 1
col_2_values (list) – List of values for column 2
- Returns:
None
- Return type:
None