Skip to content

Commit

Permalink
changed typo cont. optim. + added num. meth. pdes
Browse files Browse the repository at this point in the history
  • Loading branch information
victorballester7 committed Oct 18, 2023
1 parent 5c80550 commit 03c04b1
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/buildpdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,8 @@ jobs:
- name: Compile - CO
uses: xu-cheng/latex-action@v2
with:
root_file: Continuos_optimization.tex
working_directory: Mathematics/5th/Continuos_optimization/
root_file: Continuous_optimization.tex
working_directory: Mathematics/5th/Continuous_optimization/
# - name: Compile - IEPDE
# uses: xu-cheng/latex-action@v2
# with:
Expand All @@ -197,6 +197,11 @@ jobs:
with:
root_file: Montecarlo_methods.tex
working_directory: Mathematics/5th/Montecarlo_methods/
- name: Compile - MM
uses: xu-cheng/latex-action@v2
with:
root_file: Numerical_methods_for_PDEs.tex
working_directory: Mathematics/5th/Numerical_methods_for_PDEs/
- name: Compile - SC
uses: xu-cheng/latex-action@v2
with:
Expand Down Expand Up @@ -283,9 +288,10 @@ jobs:
Mathematics/5th/Advanced_dynamical_systems/Advanced_dynamical_systems.pdf
Mathematics/5th/Advanced_probability/Advanced_probability.pdf
Mathematics/5th/Advanced_topics_in_functional_analysis_and_PDEs/Advanced_topics_in_functional_analysis_and_PDEs.pdf
Mathematics/5th/Continuos_optimization/Continuos_optimization.pdf
Mathematics/5th/Continuous_optimization/Continuous_optimization.pdf
Mathematics/5th/Introduction_to_nonlinear_elliptic_PDEs/Introduction_to_nonlinear_elliptic_PDEs.pdf
Mathematics/5th/Montecarlo_methods/Montecarlo_methods.pdf
Mathematics/5th/Numerical_methods_for_PDEs/Numerical_methods_for_PDEs.pdf
Mathematics/5th/Stochastic_calculus/Stochastic_calculus.pdf
main_physics.pdf
Physics/Basic/Electricity_and_magnetism/Electricity_and_magnetism.pdf
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
\documentclass[../../../main_math.tex]{subfiles}

\begin{document}
\changecolor{NMPDE}
\begin{multicols}{2}[\section{Numerical methods for PDEs}]
\subsection{Finite element method}
\subsubsection{Variational formulation of elliptic PDEs}

\subsubsection{Galerkin method}

\subsubsection{Finite element spaces}

\end{multicols}
\end{document}
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ <h2 class="special-color">Mathematics</h2>
<!-- <li><button class="button" onclick="window.location.href='https://github.com/victorballester7/Complete-summaries/releases/latest/download/Introduction_to_evolution_PDEs.pdf';" target="_top">Introduction to evolution PDEs</button></li> -->
<li><button class="button" onclick="window.location.href='https://github.com/victorballester7/Complete-summaries/releases/latest/download/Introduction_to_nonlinear_elliptic_PDEs.pdf';" target="_top">Introduction to nonlinear elliptic PDEs</button></li>
<li><button class="button" onclick="window.location.href='https://github.com/victorballester7/Complete-summaries/releases/latest/download/Montecarlo_methods.pdf';" target="_top">Montecarlo methods</button></li>
<li><button class="button" onclick="window.location.href='https://github.com/victorballester7/Complete-summaries/releases/latest/download/Numerical_methods_for_PDEs.pdf';" target="_top">Numerical methods for PDEs</button></li>
<li><button class="button" onclick="window.location.href='https://github.com/victorballester7/Complete-summaries/releases/latest/download/Stochastic_calculus.pdf';" target="_top">Stochastic calculus</button></li>
</ul>
</ul>
Expand Down
3 changes: 3 additions & 0 deletions main_math.tex
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@ \chapter{Fifth year}
\subfile{Mathematics/5th/Montecarlo_methods/Montecarlo_methods.tex}
\cleardoublepage

\subfile{Mathematics/5th/Numerical_methods_for_PDEs/Numerical_methods_for_PDEs.tex}
\cleardoublepage

\subfile{Mathematics/5th/Stochastic_calculus/Stochastic_calculus.tex}
\cleardoublepage

Expand Down

0 comments on commit 03c04b1

Please sign in to comment.