KratosMultiphysics
KRATOS Multiphysics (Kratos) is a framework for building parallel, multi-disciplinary simulation software, aiming at modularity, extensibility, and high performance. Kratos is written in C++, and counts with an extensive Python interface.
Namespaces | Functions
generate_source_term.py File Reference

Namespaces

 symbolic_generation.compressible_navier_stokes.src.generate_source_term
 

Functions

def symbolic_generation.compressible_navier_stokes.src.generate_source_term.ComputeSourceMatrix (dofs, mass_source, body_force, heat_source, params)
 This function calculates the source matrix. More...
 
def symbolic_generation.compressible_navier_stokes.src.generate_source_term.PrintSourceMatrix (S, params)
 Auxiliary function to print the source matrix (S) More...