forked from zhao-lyu/Simplices-and-Triangulations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject199.tex
75 lines (56 loc) · 1.92 KB
/
Project199.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
\documentclass[english]{article}
\usepackage[nodayofweek]{datetime}
\title{\textbf{Title} \\subtitle}
\author{Zhao Lyu}
%\date{2018-01-15}%change \today
\usepackage{amsmath, mathtools, amsfonts,amssymb,flexisym,enumitem,grffile,graphicx,tikz,subcaption,titling}
\usepackage{tikz}
\usepackage{tkz-euclide}
\usetkzobj{all}
\usepackage{wrapfig,blindtext,babel,calc}
%\usetikzlibrary{intersections,calc}
\usepackage{setspace}
\setlist[enumerate]{itemsep=0mm}
\graphicspath{{/home/user/Project199/Figures}}
\usepackage{amsthm}
\newtheorem*{definition*}{Definition}
\newtheorem{definition}{Definition}
\newtheorem{theorem}{Theorem}
\newtheorem*{theorem*}{Theorem}
\newtheorem*{lemma*}{Lemma}
\newtheorem{lemma}{Lemma}
\newtheorem*{claim*}{Claim}
\newtheorem{claim}{Claim}
\newcommand{\vol}{\operatorname{vol}}
\newcommand{\diam}{\operatorname{diam}}
\begin{document}
\doublespacing %use setspace package
%\maketitle{Refinement Strategy in 2 Dimension}
\title{Refinement Strategy in 2 Dimension}
\maketitle
\singlespacing
\newpage %separate title and contents
\pagenumbering{gobble}
\tableofcontents
\newpage
\pagenumbering{arabic}
%\section{Introduction}
%\input{introduction}
%\newpage
\section{Basic Definition}
We first recall definitions of linear transformation and translation, and further introduce affine transformations, which we will use to prove stability of uniform mesh refinement and bisection in sections later. Then we introduce basic notions which we will use to present mesh refinement and show how they would work out.
\input{TranslationLTandAT}
\input{Simplices}
\input{ShapeMeasure}
\input{SimplicialComplex}
\section{Refinement Strategy in General}
\input{GeneralRefinement}
\section{Uniform Refinement}
\input{UniformRefinement}
\section{Bisection}
\input{Bisection}
\newpage
\bibliographystyle{abbrvnat}
\bibliography{Bib}
%\subsection{}
\end{document}