commit 447c3268456da407dcfd0ff07530b61eccff1bc7
parent 7f3b062985aac38169bd84f36708fd963404c20b
Author: miksa <milutin@popovic.xyz>
Date: Mon, 9 May 2022 14:46:11 +0200
start applied pde workout
Diffstat:
4 files changed, 105 insertions(+), 0 deletions(-)
diff --git a/app_pde/preamble.tex b/app_pde/preamble.tex
@@ -0,0 +1,105 @@
+\documentclass[a4paper]{article}
+
+\usepackage[T1]{fontenc}
+\usepackage[utf8]{inputenc}
+\usepackage{mlmodern}
+
+%\usepackage{ngerman} % Sprachanpassung Deutsch
+
+\usepackage{graphicx}
+\usepackage{geometry}
+\geometry{a4paper, top=15mm}
+
+\usepackage{subcaption}
+\usepackage[shortlabels]{enumitem}
+\usepackage{amssymb}
+\usepackage{amsthm}
+\usepackage{mathtools}
+\usepackage{braket}
+\usepackage{bbm}
+\usepackage{graphicx}
+\usepackage{float}
+\usepackage{yhmath}
+\usepackage{tikz}
+\usepackage{scratch}
+\usetikzlibrary{patterns,decorations.pathmorphing,positioning}
+\usetikzlibrary{calc,decorations.markings}
+
+%\usepackage[backend=biber, sorting=none]{biblatex}
+%\addbibresource{uni.bib}
+
+\usepackage[framemethod=TikZ]{mdframed}
+
+\tikzstyle{titlered} =
+ [draw=black, thick, fill=white,%
+ text=black, rectangle,
+ right, minimum height=.7cm]
+
+
+\usepackage[colorlinks=true,naturalnames=true,plainpages=false,pdfpagelabels=true]{hyperref}
+\usepackage[parfill]{parskip}
+\usepackage{lipsum}
+
+\usepackage{tcolorbox}
+\tcbuselibrary{skins,breakable}
+
+\pagestyle{myheadings}
+
+\colorlet{colexam}{black}
+\newcounter{definition}
+\newtcolorbox[use counter=definition]{mydef}{
+ empty,
+ title={Definition~\thetcbcounter},
+ attach boxed title to top left,
+ fontupper=\sl,
+ boxed title style={
+ empty,
+ size=minimal,
+ bottomrule=1pt,
+ top=1pt,
+ left skip=0cm,
+ overlay=
+ {\draw[colexam,line width=1pt]([yshift=-0.4cm]frame.north
+ west)--([yshift=-0.4cm]frame.north east);}},
+ coltitle=colexam,
+ fonttitle=\bfseries,
+ before=\par\medskip\noindent,
+ parbox=false,
+ boxsep=-1pt,
+ left=0.75cm,
+ right=3mm,
+ top=4pt,
+ breakable,
+ pad at break*=0mm,
+ vfill before first,
+ overlay unbroken={
+ \draw[colexam,line width=1pt]
+ ([xshift=0.6cm, yshift=-0.5pt]frame.south
+ west)--([xshift=0.6cm,yshift=-1pt]frame.north west)
+ --([xshift=0.6cm]frame.south west)--([xshift=-13cm]frame.south east); },
+ overlay first={
+ \draw[colexam,line width=1pt]
+ ([xshift=0.6cm, yshift=-0.5pt]frame.south
+ west)--([xshift=0.6cm,yshift=-1pt]frame.north west)
+ --([xshift=0.6cm]frame.south west); },
+ overlay last={
+ \draw[colexam,line width=1pt]
+ ([xshift=0.6cm, yshift=-0.5pt]frame.south
+ west)--([xshift=0.6cm,yshift=-1pt]frame.north west)
+ --([xshift=0.6cm]frame.south west)--([xshift=-13cm]frame.south east); }
+}
+
+\newcommand{\eps}{\varepsilon}
+\usepackage[OT2,T1]{fontenc}
+\DeclareSymbolFont{cyrletters}{OT2}{wncyr}{m}{n}
+\DeclareMathSymbol{\Sha}{\mathalpha}{cyrletters}{"58}
+
+\markright{Popović\hfill Seminar/Project\hfill}
+
+
+\title{University of Vienna\\
+\vspace{1cm}Seminar:\\ Mathematical/Computational Astro/Quantum Physics\\
+\vspace{0.5cm}
+Classifying Quantum Phases in 1D using MPS
+}
+\author{Milutin Popovic}
diff --git a/app_pde/refs/CaoTiti_HydrostaticEquations.pdf b/app_pde/refs/CaoTiti_HydrostaticEquations.pdf
Binary files differ.
diff --git a/app_pde/refs/Constantin_Tsunami.pdf b/app_pde/refs/Constantin_Tsunami.pdf
Binary files differ.
diff --git a/app_pde/refs/ScaleDependentModels-annurev-fluid-121108-145537(1).pdf b/app_pde/refs/ScaleDependentModels-annurev-fluid-121108-145537(1).pdf
Binary files differ.