Skip to content

Commit 2f4f9ed

Browse files
authored
Merge pull request #81 from byuflowlab/robust
Robust
2 parents 71603b5 + bc1c170 commit 2f4f9ed

File tree

388 files changed

+25019
-11063
lines changed

Some content is hidden

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

388 files changed

+25019
-11063
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "DuctAPE"
22
uuid = "ad8e49fd-fab7-444e-af4a-0daba3b8bf11"
33
authors = ["Judd Mehr"]
4-
version = "0.8.0"
4+
version = "0.8.1"
55

66
[deps]
77
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"

docs/src/DuctAPE/theory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ For a brief overview of the theory behind DuctAPE, see:
44

55
- Mehr, J. and Ning, A., "DuctAPE: A steady-state, axisymmetric ducted fan analysis code designed for gradient-based optimization.," AIAA Aviation Forum, July 2024.
66

7-
For a more thorough dive into the details see [this pdf document](theory_latex/theory.pdf).
7+
For a more thorough dive into the details see [this pdf document](theory_latex/main.pdf).

docs/src/DuctAPE/theory_latex/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[deps]
2+
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
3+
Measures = "442fdcdd-2543-5da2-b0f3-8c86c306513e"
4+
PGFPlotsX = "8314cec4-20b6-5062-9cdb-752b83310925"
5+
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"

docs/src/DuctAPE/theory_latex/axisym_self_induction.tex

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

docs/src/DuctAPE/theory_latex/build.sh

100644100755
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FNAME=theory
1+
FNAME=main
22

33
# OPTION `build.sh genall`: Generate all auxiliary files
44
if [ ${1:-not} = genall ]
@@ -7,8 +7,8 @@ then
77
# Remove all auxiliary files
88
sh clean.sh
99

10-
# # Remove biber cache because it gets corrupted now and then.
11-
# rm -rf $(biber --cache)
10+
# Remove biber cache because it gets corrupted now and then.
11+
rm -rf $(biber --cache)
1212

1313
# Pre-compilation
1414
pdflatex ${FNAME}.tex
@@ -29,4 +29,4 @@ pdflatex ${FNAME}.tex
2929
pdflatex ${FNAME}.tex
3030

3131
# Remove auxiliary files
32-
sh clean.sh
32+
sh clean.sh keepaux

docs/src/DuctAPE/theory_latex/byubib.cbx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
\DeclareFieldFormat[book,incollection]{citetitle}{\usebibmacro{string+doiurlisbn}{\mkbibemph{#1}}}
2323

2424
% NOTE: added coloring here to match the margin and bibliography number coloring.
25-
\DeclareCiteCommand{\cbx@mcite}[\color{primary}\mkbibsuperscript]
25+
\DeclareCiteCommand{\cbx@mcite}[\color{mediumgray}\mkbibsuperscript]
2626
{\usebibmacro{cite:init}%
2727
\let\multicitedelim=\supercitedelim
2828
\iffieldundef{prenote}

0 commit comments

Comments
 (0)