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

Method PrintInfo

kratos/sources/kernel.cpp:49–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49void Kernel::PrintInfo() {
50 KRATOS_INFO("") << " | / | \n"
51 << " ' / __| _` | __| _ \\ __| \n"
52 << " . \\ | ( | | ( |\\__ \\ \n"
53 << "_|\\_\\_| \\__,_|\\__|\\___/ ____/\n"
54 << " Multi-Physics " << Kernel::Version() << "\n"
55 << " Compiled for " << Kernel::OSName() << " and " << Kernel::PythonVersion() << " with " << Kernel::Compiler() << std::endl;
56
57 PrintParallelismSupportInfo();
58}
59
60void Kernel::Initialize() {
61 // Print kernel info

Callers 1

InitializeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected