Skip to content

Commit d08ca6b

Browse files
committed
Update programmingTutorials form the origin
1 parent 238783f commit d08ca6b

File tree

429 files changed

+36350
-356
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

429 files changed

+36350
-356
lines changed

README.md

Lines changed: 1 addition & 1 deletion

programmingTutorials/.gitignore

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,6 @@
11
# git-ls-files --others --exclude-from=.git/info/exclude
22
# Lines that start with '#' are comments.
33

4-
5-
# Case files
6-
*.gz
7-
postProcessing
8-
*~
9-
processor*
10-
[0-9]*
11-
[0-9]*.[0-9]*
12-
!0.org
13-
!0.orig
14-
!0
15-
*.eMesh
16-
polyMesh/
17-
*.OpenFOAM
18-
dynamicCode
19-
20-
# Log files - anywhere
21-
log.*
22-
234
# Editor and misc backup files - anywhere
245
*~
256
.*~
@@ -98,9 +79,7 @@ doc/Doxygen/DTAGS
9879
/.cproject
9980
/.project
10081
/.dir-locals.el
82+
/.dropbox
10183

10284
# Ignore the test directory
10385
/tutorialsTest
104-
105-
# Other specific files in this tutorial
106-
transportEquation/case/0/result

programmingTutorials/Allclean

Lines changed: 0 additions & 12 deletions
This file was deleted.

programmingTutorials/Alltest

Lines changed: 0 additions & 11 deletions
This file was deleted.

programmingTutorials/LICENSE

Lines changed: 674 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
3+
wclean
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
3+
wmake
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
OFtutorial0.C
2+
3+
EXE = $(FOAM_USER_APPBIN)/ofTutorial0

programmingTutorials/basicFieldOperations/app/Make/options renamed to programmingTutorials/OFtutorial00_helloWorld/Make/options

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)