Skip to content

Commit 8385048

Browse files
authored
Merge branch 'main' into tut8_revamp
2 parents 4023301 + 43e5296 commit 8385048

223 files changed

Lines changed: 165756 additions & 9582 deletions

File tree

Some content is hidden

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

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,4 @@ _region_.*
3131
*.rej
3232

3333
# LAMMPS output files
34-
dump.*.jpg
35-
dump.*.ppm
36-
dump.*.ppm
3734
myimage-*.ppm

DESCRIPTION.md

Lines changed: 23 additions & 5 deletions

LICENSE

Lines changed: 395 additions & 0 deletions
Large diffs are not rendered by default.

Makefile

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,15 @@
1+
# Makefile for building lammps-tutorials.pdf
2+
all: build
3+
4+
# Target to build the PDF
15
build:
2-
latexmk -pdf lammps-tutorials.tex
6+
latexmk -pdf lammps-tutorials.tex
7+
8+
# Target to clean up generated files
9+
clean:
10+
rm -f lammps-tutorials.pdf \
11+
lammps-tutorials.aux \
12+
lammps-tutorials.log \
13+
lammps-tutorials.out \
14+
lammps-tutorials.bbl \
15+
lammps-tutorials.blg

README.md

Lines changed: 24 additions & 12 deletions

dependencies/.github

163 KB

figures/CNT-lenght-unbreakable.png

39.5 KB
105 KB
94.6 KB

0 commit comments

Comments
 (0)