MCPcopy Create free account
hub / github.com/KratosMultiphysics/Kratos / _ImportApplication

Function _ImportApplication

kratos/python_interface/__init__.py:165–170  ·  view source on GitHub ↗
(application, application_name)

Source from the content-addressed store, hash-verified

163 Kernel.ImportApplication(application)
164
165def _ImportApplication(application, application_name):
166 Kernel = KratosGlobals.Kernel
167 Logger.PrintInfo("", "Importing " + application_name)
168
169 # Add application to kernel
170 Kernel.ImportApplication(application)
171
172def IsDistributedRun():
173 return KratosGlobals.Kernel.IsDistributedRun()

Calls 2

ImportApplicationMethod · 0.80
PrintInfoMethod · 0.45

Tested by

no test coverage detected