aboutsummaryrefslogtreecommitdiff
path: root/commands.tex
diff options
context:
space:
mode:
authorAdrian Kummerlaender2018-12-26 22:03:15 +0100
committerAdrian Kummerlaender2018-12-26 22:03:15 +0100
commit39c58944ca270855e5409c0b873c8fe9aafe388e (patch)
tree56ec9c63ebf7c5a373e91c44bdfddf88b21ba63e /commands.tex
parent154b67cab08747c604bdede7f3d21a5a093e7c41 (diff)
downloadgrid_refinement_bsc_thesis-39c58944ca270855e5409c0b873c8fe9aafe388e.tar
grid_refinement_bsc_thesis-39c58944ca270855e5409c0b873c8fe9aafe388e.tar.gz
grid_refinement_bsc_thesis-39c58944ca270855e5409c0b873c8fe9aafe388e.tar.bz2
grid_refinement_bsc_thesis-39c58944ca270855e5409c0b873c8fe9aafe388e.tar.lz
grid_refinement_bsc_thesis-39c58944ca270855e5409c0b873c8fe9aafe388e.tar.xz
grid_refinement_bsc_thesis-39c58944ca270855e5409c0b873c8fe9aafe388e.tar.zst
grid_refinement_bsc_thesis-39c58944ca270855e5409c0b873c8fe9aafe388e.zip
Further work on interpolation section
Diffstat (limited to 'commands.tex')
-rw-r--r--commands.tex10
1 files changed, 8 insertions, 2 deletions
diff --git a/commands.tex b/commands.tex
index a9f0f8e..5f68909 100644
--- a/commands.tex
+++ b/commands.tex
@@ -14,8 +14,14 @@
\newcommand{\F}{\mathcal{F}} % Feines Gitter
\newcommand{\U}{\mathcal{U}} % Übergangsbereich
-\newcommand{\rfneq}[2]{\boldsymbol{r(}f_{f,\star}^\text{neq}, #1, #2\boldsymbol{)}}
-\newcommand{\interpol}[2]{\boldsymbol{n(}#1, #2\boldsymbol{)}}
+\newcommand{\restrictedto}[2]{{\left.\kern-\nulldelimiterspace #1 \vphantom{\big|} \right|_{#2}}}
+
+\DeclareMathOperator{\res}{\boldsymbol{r}}
+\newcommand{\resarg}[2]{\boldsymbol{r(}{#1}, {#2}\boldsymbol{)}}
+
+\DeclareMathOperator{\ipol}{\boldsymbol{n}}
+\newcommand{\ipolarg}[2]{\boldsymbol{n}_{#1}\boldsymbol{(}{#2}\boldsymbol{)}}
+\newcommand{\sipolarg}[1]{\overline{\boldsymbol{n}}\boldsymbol{(}{#1}\boldsymbol{)}}
\newcommand\numberthis{\addtocounter{equation}{1}\tag{\theequation}}