Skip to content

Commit

Permalink
Build: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
angelsolaorbaiceta committed Jun 14, 2022
1 parent 6822072 commit 9fc9afe
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion build/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.0
v1.1
2 changes: 1 addition & 1 deletion examples/axial_beam.inkfem
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
inkfem v1.0
inkfem v1.1

|nodes|
1 -> 0.0 0.0 {dx dy rz}
Expand Down
2 changes: 1 addition & 1 deletion examples/cantibeam_conc_load.inkfem
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
inkfem v1.0
inkfem v1.1

|nodes|
1 -> 0.0 0.0 {dx dy rz}
Expand Down
2 changes: 1 addition & 1 deletion examples/cantilever_beam.inkfem
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
inkfem v1.0
inkfem v1.1

|nodes|
1 -> 0.0 0.0 {dx dy rz}
Expand Down
2 changes: 1 addition & 1 deletion examples/fixstr.inkfem
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
inkfem v1.0
inkfem v1.1

|nodes|
1 -> 0 0 {dx dy}
Expand Down
2 changes: 1 addition & 1 deletion examples/loadsstr.inkfem
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
inkfem v1.0
inkfem v1.1

|nodes|
1 -> 0 0 {dx dy}
Expand Down
2 changes: 1 addition & 1 deletion examples/pinstr.inkfem
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
inkfem v1.0
inkfem v1.1

|nodes|
1 -> 0 0 {dx dy}
Expand Down
2 changes: 1 addition & 1 deletion examples/retic_10x5.inkfem
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
inkfem v1.0
inkfem v1.1

|materials|
'steel_275' -> 0.00000785 21000000.0 8100000.0 0.3 27500.0 43000.0
Expand Down
2 changes: 1 addition & 1 deletion examples/retic_20x10.inkfem
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
inkfem v1.0
inkfem v1.1

|nodes|
27 -> 2000 300 { }
Expand Down
2 changes: 1 addition & 1 deletion examples/simp_cantibeam.inkfem
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
inkfem v1.0
inkfem v1.1
# deflection = 14.0977

|nodes|
Expand Down
2 changes: 1 addition & 1 deletion examples/unload_retic_10x5.inkfem
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
inkfem v1.0
inkfem v1.1

|materials|
'steel_275' -> 0.00000785 21000000.0 8100000.0 0.3 27500.0 43000.0
Expand Down
4 changes: 2 additions & 2 deletions io/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ where `M` and `m` are the major and minor versions of the binary used to compute
The current version is `1.1`:

```
inkfem v1.0
inkfem v1.1
```

Then go the definition sections:
Expand Down Expand Up @@ -224,7 +224,7 @@ Each bar is defined following the format:
Here's a complete input file example:

```
inkfem v1.0
inkfem v1.1
|nodes|
1 -> 0 0 {dx dy}
Expand Down
2 changes: 1 addition & 1 deletion tests/retic_10x5.inkfem
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
inkfem v1.0
inkfem v1.1

|materials| 1
'steel_275' -> 0.00000785 21000000.0 8100000.0 0.3 27500.0 43000.0
Expand Down

0 comments on commit 9fc9afe

Please sign in to comment.