Skip to content

Commit 011efa0

Browse files
versioning
1 parent b0d7973 commit 011efa0

2 files changed

Lines changed: 38 additions & 38 deletions

File tree

kratos.gid/kratos.xml

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<Infoproblemtype version="1.0">
44
<Program>
55
<Name>Kratos</Name>
6-
<Version>8.1.1</Version>
6+
<Version>9.0.0</Version>
77
<ExecutableVersion></ExecutableVersion>
8-
<CheckMinimumGiDVersion>14.1.9d</CheckMinimumGiDVersion>
8+
<CheckMinimumGiDVersion>15.0</CheckMinimumGiDVersion>
99
<CustomLibAutomatic>0</CustomLibAutomatic>
1010
<CustomLibNativeGroups>1</CustomLibNativeGroups>
1111
<ImageFileBrowser>images/ImageFileBrowser.gif</ImageFileBrowser>
@@ -44,50 +44,50 @@ Kratos is OPEN SOURCE. The main code and program structure is available and aime
4444
Kratos is FREE because is devoted mainly to developers, researchers and students and, therefore, is the most fruitful way to share knowledge and built a robust numerical methods laboratory adapted to their users' needs. Free because you have the freedom to modify and distribute the software. The one thing you're not able to do with free software is take away other people's freedom. Please, read the license for more detailed information.
4545

4646
</Description>
47-
<NewsInVersion version="6.0.0" date="2018-06-05">
48-
* What is new?
49-
* Solid:
47+
<NewsInVersion version="6.0.0" date="2018-06-05">
48+
* What is new?
49+
* Solid:
5050
- New examples
5151
* Structural:
5252
- Hinges
5353
- Eigen analysis
5454
</NewsInVersion>
55-
<NewsInVersion version="5.2.3" date="2017-12-27">
56-
* What is new?
55+
<NewsInVersion version="5.2.3" date="2017-12-27">
56+
* What is new?
5757
* Bug fix
5858
</NewsInVersion>
59-
<NewsInVersion version="5.2.2" date="2017-12-20">
60-
* What is new?
59+
<NewsInVersion version="5.2.2" date="2017-12-20">
60+
* What is new?
6161
* Removed Dam Application due to Copyright issues
6262
</NewsInVersion>
63-
<NewsInVersion version="5.2.1" date="2017-12-01">
64-
* What is new?
65-
* FSI:
63+
<NewsInVersion version="5.2.1" date="2017-12-01">
64+
* What is new?
65+
* FSI:
6666
- Bug correction in the update utilities
6767
- Removed deprecated Python FSI solvers
6868
* Fixed display version number
6969
</NewsInVersion>
70-
<NewsInVersion version="5.2.0" date="2017-12-01">
71-
* What is new?
72-
* Several bug fixes in core and applications:
73-
- Better MPI portability (Linux)
74-
- More consistence support of json configuration file
75-
* Structural Mechanic:
76-
- Linear and nonlinear beam element (for small and large displacement)
77-
- Linear and nonlinear truss element (for small and large displacement)
78-
- Initial support for beam orientation
79-
- Truss element now available
80-
- New Hyperelastic Law
81-
- Corrections in the Updated Lagrangian Element
70+
<NewsInVersion version="5.2.0" date="2017-12-01">
71+
* What is new?
72+
* Several bug fixes in core and applications:
73+
- Better MPI portability (Linux)
74+
- More consistence support of json configuration file
75+
* Structural Mechanic:
76+
- Linear and nonlinear beam element (for small and large displacement)
77+
- Linear and nonlinear truss element (for small and large displacement)
78+
- Initial support for beam orientation
79+
- Truss element now available
80+
- New Hyperelastic Law
81+
- Corrections in the Updated Lagrangian Element
8282
- Membrane and shells of both 3 and 4 nodes now available
83-
* Fluid Dynamics:
84-
- Several improvements under the hood for the Embedded CFD solver
85-
- New monolithic version of the embedded solver based on Ausas shape functions
86-
- New slip model for embedded CFD
87-
* FSI:
88-
- Improved precision of the solvers
83+
* Fluid Dynamics:
84+
- Several improvements under the hood for the Embedded CFD solver
85+
- New monolithic version of the embedded solver based on Ausas shape functions
86+
- New slip model for embedded CFD
87+
* FSI:
88+
- Improved precision of the solvers
8989
* Added Dam application
90-
* New GUI
90+
* New GUI
9191
</NewsInVersion>
9292

9393
</Program>

kratos.gid/kratos_default.spd

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- -*- coding: utf-8; mode: SGML -*- -->
3-
<Kratos_data version='8.1.1'>
3+
<Kratos_data version='9.0.0'>
44
<style show_menubutton_about='0' show_menubutton_search='1'></style>
55
<groups/>
66
<units></units>
@@ -179,9 +179,9 @@
179179
if { $dict eq "" } {
180180
foreach node [[$domNode parent] selectNodes value|container/value] {
181181
dict set dict [$node @n] [get_domnode_attribute $node v]
182-
dict set dict_units [$node @n] [get_domnode_attribute $node units]
183-
}
184-
}
182+
dict set dict_units [$node @n] [get_domnode_attribute $node units]
183+
}
184+
}
185185
spdAux::ProcEditDatabaseList $domNode $dict $dict_units $boundary_conds $args
186186
#return [spdAux::ProcEdit_database_list $domNode {*}$args]
187187
]]>
@@ -331,9 +331,9 @@
331331
if { $dict eq "" } {
332332
foreach node [[$domNode parent] selectNodes value|container/value] {
333333
dict set dict [$node @n] [get_domnode_attribute $node v]
334-
dict set dict_units [$node @n] [get_domnode_attribute $node units]
335-
}
336-
}
334+
dict set dict_units [$node @n] [get_domnode_attribute $node units]
335+
}
336+
}
337337
spdAux::ProcEditDatabaseList $domNode $dict $dict_units $boundary_conds $args
338338
]]>
339339
</proc>

0 commit comments

Comments
 (0)