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
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="OutWit.Controller.CalculiX.Model" Version="1.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="OutWit.Controller.CalculiX.Model" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="OutWit.Controller.CalculiX.Model" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add OutWit.Controller.CalculiX.Model --version 1.0.0
                    
#r "nuget: OutWit.Controller.CalculiX.Model, 1.0.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package OutWit.Controller.CalculiX.Model@1.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=OutWit.Controller.CalculiX.Model&version=1.0.0
                    
Install as a Cake Addin
#tool nuget:?package=OutWit.Controller.CalculiX.Model&version=1.0.0
                    
Install as a Cake Tool

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.

Version Downloads Last Updated
1.0.0 54 9/16/2026
0.2.2 187 8/26/2026
0.2.1 225 8/21/2026
0.2.0 113 8/21/2026
0.1.1 201 8/4/2026