-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathProject199.tex
More file actions
78 lines (60 loc) · 1.99 KB
/
Project199.tex
File metadata and controls
78 lines (60 loc) · 1.99 KB
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
76
77
78
\documentclass[english]{article}
%\documentclass[12pt,chapterheads]{ucsd}
%\usepackage[nodayofweek]{datetime}
%\usepackage[left=1.5in,right=1.5in,top=1.5in,bottom=1.5in]{geometry}
\usepackage[paper=letterpaper]{geometry}
\usepackage[affil-it]{authblk}
%\title{\textbf{Title} \\subtitle}
%\author{Zhao Lyu}
%\date{2018-01-15}%change \today
%\bibliographystyle{apa}
\usepackage{amsmath, mathtools, amsfonts,amssymb,flexisym,enumitem,grffile,graphicx,tikz,subcaption,titling,hyperref,cleveref}
\usepackage{tikz}
\usetikzlibrary{intersections,positioning,calc}
\usepackage{tkz-euclide}
\usetkzobj{all}
%\usepackage{wrapfig,blindtext,babel,calc}
%\usetikzlibrary{intersections,calc}
\usepackage{setspace}
\usepackage{url}
\setlist[enumerate]{itemsep=0mm}
%\graphicspath{{/home/user/Project199/Figures}}
\usepackage{amsthm}
\newtheorem{theorem}{Theorem}
\newtheorem*{theorem*}{Theorem}
\newtheorem*{definition*}{Definition}
\newtheorem{definition}{Definition}
\newtheorem*{lemma*}{Lemma}
\newtheorem{lemma}{Lemma}
\newtheorem*{claim*}{Claim}
\newtheorem{claim}{Claim}
\newcommand{\vol}{\operatorname{vol}}
\newcommand{\diam}{\operatorname{diam}}
\begin{document}
\input{Format}
%\input{template}
\section{Introduction}
\input{introduction}
%\newpage
\section{Basic Definition}
In this section, we introduce basic notions which we will use to present and analyze mesh refinement.
We first recall definitions of linear transformation and translation, and further introduce affine transformation.
\input{TranslationLTandAT}
\input{Simplices}
\input{ShapeMeasure}
\input{SimplicialComplex}
\section{Refinement Strategies in General}
\input{GeneralRefinement}
\section{Uniform Refinement}
\input{UniformRefinement}
\section{Newest Vertex Bisection}
\input{Bisection}
\section{Discussion and Outlook}
\input{Discussion}
\newpage
%\bibliographystyle{abbrvnat}
\bibliographystyle{plain}
%\bibliographystyle{apa}
\bibliography{Bib}
%\subsection{}
\end{document}