Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<PropertyGroup>
<ImplicitUsings>enable</ImplicitUsings>
<ControllerName>CalculiX</ControllerName>
<Version>0.2.2</Version>
<Version>1.0.0</Version>
<Description>Shared data types of the CalculiX solve and Sweep orchestration controllers: the per-variant solve task and result, the response-extraction request, and the sweep plan / state / manifest that carry a parameter study through chunked distributed execution. The sweep state and its result index publish a document vocabulary (sweep.state@1) for non-.NET initiators.</Description>
<PackageTags>calculix;ccx;fem;sweep;parameter-study;witengine;witcloud;controller;data-types</PackageTags>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<PropertyGroup>
<ControllerName>CalculiX</ControllerName>
<Version>0.1.8</Version>
<Version>1.0.0</Version>
<Description>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.</Description>
<PackageTags>calculix;ccx;fem;solver;simulation;witengine;witcloud;controller</PackageTags>
<ControllerFeatures>ccx-solve</ControllerFeatures>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<PropertyGroup>
<ControllerName>Sweep</ControllerName>
<Version>0.1.1</Version>
<Version>1.0.0</Version>
<Description>Bundled .wit scripts for the OutWit.Controller.Sweep controller — the SweepSolve chunked parameter-study job.</Description>
<PackageTags>sweep;parameter-study;scripts;calculix;witengine;witcloud;controller</PackageTags>
</PropertyGroup>
Expand All @@ -13,7 +13,7 @@
ENABLE AT FIRST PUBLISH: the referenced controller package does not exist
on any feed yet, so the marker would break restore until then.
<ItemGroup>
<PackageReference Include="OutWit.Controller.Sweep" Version="[0.1.0, 1.0.0)" />
<PackageReference Include="OutWit.Controller.Sweep" Version="[1.0.0, 2.0.0)" />
</ItemGroup>
-->

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<PropertyGroup>
<ControllerName>Sweep</ControllerName>
<Version>0.2.2</Version>
<Version>1.0.0</Version>
<Description>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.</Description>
<PackageTags>sweep;parameter-study;doe;calculix;ccx;witengine;witcloud;controller</PackageTags>
<ControllerFeatures>sweep-solve</ControllerFeatures>
Expand Down
Loading