OutWit.Controller.CalculiX.Model
1.0.0
dotnet add package OutWit.Controller.CalculiX.Model --version 1.0.0
NuGet\Install-Package OutWit.Controller.CalculiX.Model -Version 1.0.0
<PackageReference Include="OutWit.Controller.CalculiX.Model" Version="1.0.0" />
<PackageVersion Include="OutWit.Controller.CalculiX.Model" Version="1.0.0" />
<PackageReference Include="OutWit.Controller.CalculiX.Model" />
paket add OutWit.Controller.CalculiX.Model --version 1.0.0
#r "nuget: OutWit.Controller.CalculiX.Model, 1.0.0"
#:package OutWit.Controller.CalculiX.Model@1.0.0
#addin nuget:?package=OutWit.Controller.CalculiX.Model&version=1.0.0
#tool nuget:?package=OutWit.Controller.CalculiX.Model&version=1.0.0
OutWit.Controller.CalculiX.Model
Shared data types of the CalculiX solve controller (OutWit.Controller.CalculiX)
and the Sweep orchestration controller (OutWit.Controller.Sweep):
CcxTaskData/CcxResultData— one variant's solve: deck blob reference, explicit node/element counts (work estimation without opening the blob), thread policy, extraction request; back come artifact blob ids, exit code, measured solve time and the extracted response row.CcxExtractionRequestData,CcxProbeData,CcxResponseRowData— the response set extracted on the node right after the solve.SweepOptionsData,SweepPlanData,SweepStateData,SweepManifestData— a parameter study as data: parameters with placeholder tokens, the variant table, progressive chunk sizes, the cursor state carried across chunks, and the manifest of everything harvested so far.
All types follow the OutWit model paradigm: ModelBase with value-based Is
comparison and Clone, MemoryPack-serializable with append-only layouts.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- OutWit.Common (>= 1.3.2)
- OutWit.Common.MemoryPack (>= 1.1.4)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on OutWit.Controller.CalculiX.Model:
| Package | Downloads |
|---|---|
|
OutWit.Controller.Sweep
Host-side orchestration of parameter studies over the CalculiX controller: instantiates variant decks by placeholder substitution, fans each chunk out with Grid.ForEach, and harvests responses into a manifest blob after every chunk — so partial results are first-class and progress is observable while the sweep runs. Progressive chunk sizing: small first chunk for fast feedback, geometric growth for packing efficiency. |
|
|
OutWit.Controller.CalculiX
Runs complete CalculiX (ccx) decks on compute nodes: each solve is one whole deck on one node — the unit of parameter-study throughput. Carries pinned ccx 2.22 builds for every supported node platform as controller assets, so nodes need no preinstalled software; responses are extracted from the result files right on the node. |
GitHub repositories
This package is not used by any popular GitHub repositories.