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

Method Process

kratos/processes/process.h:62–62  ·  view source on GitHub ↗

Default constructor.

Source from the content-addressed store, hash-verified

60
61 /// Default constructor.
62 Process() : Flags() {}
63 explicit Process(const Flags options) : Flags( options ) {}
64
65 /// Destructor.

Calls

no outgoing calls