Skip to content

Commit

Permalink
Add coefficient and material data files to tuning result (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkrull-ansys authored Jul 17, 2024
1 parent ade6101 commit cf435a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ansys/api/additive/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.0-dev6
1.7.0-dev7
2 changes: 2 additions & 0 deletions ansys/api/additive/v0/additive_domain.proto
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,8 @@ message MaterialTuningResult {
bytes log = 1;
bytes optimized_parameters = 2;
bytes characteristic_width_lookup = 10;
bytes coefficients = 11;
bytes material_parameters = 12;
}

enum ThermalSolveType {
Expand Down

0 comments on commit cf435a4

Please sign in to comment.