SimulationParametersUseThreadedDomainDecomposition Property |
Use Threaded Domain Decomposition
If you are using more than one thread this flag may be used to deside if domain decomposition is used.
Default this is true.
This value is true by default if running with more than 1 thread.
If running with 1 thread this value is false.
Namespace:
DHI.Mike1D.SimLauncher
Assembly:
DHI.Mike1D.SimLauncher (in DHI.Mike1D.SimLauncher.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public bool UseThreadedDomainDecomposition { get; set; }
Public Property UseThreadedDomainDecomposition As Boolean
Get
Set
public:
property bool UseThreadedDomainDecomposition {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also