Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
Micropp
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Packages
Packages
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ggiuntol
Micropp
Commits
1e801280
Commit
1e801280
authored
Sep 23, 2019
by
Guido Giuntoli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing a bit the documentation
parent
24287a76
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
26 additions
and
10 deletions
+26
-10
.gitignore
.gitignore
+4
-0
doc/Sections/benchmarks.tex
doc/Sections/benchmarks.tex
+11
-0
doc/figures/coupling-micropp-macro.png
doc/figures/coupling-micropp-macro.png
+0
-0
doc/makefile
doc/makefile
+5
-0
doc/manual.tex
doc/manual.tex
+6
-10
No files found.
.gitignore
View file @
1e801280
...
...
@@ -29,6 +29,10 @@ extract_data.py
compile_commands.json
scripts/output*
# Latex
*.blg
*.bbl
\#*
.#*
*.swp
doc/Sections/benchmarks.tex
0 → 100644
View file @
1e801280
\section
{
Benchmarks
}
\subsection
{
\texttt
{
benchmarks-cpu-gpu
}}
\subsection
{
\texttt
{
benchmarks-elastic
}}
\subsection
{
\texttt
{
benchmarks-plastic
}}
\subsection
{
\texttt
{
benchmarks-damage
}}
\subsection
{
\texttt
{
benchmarks-mic-1
}}
\subsection
{
\texttt
{
benchmarks-mic-2
}}
\subsection
{
\texttt
{
benchmarks-mic-3
}}
doc/figures/coupling-micropp-macro.png
0 → 100644
View file @
1e801280
74.7 KB
doc/makefile
0 → 100644
View file @
1e801280
all
:
pdflatex manual
#bibtex manual
#pdflatex manual
#pdflatex manual
doc/manual.tex
View file @
1e801280
...
...
@@ -69,17 +69,11 @@ tabsize=4
\begin{figure}
\centering
\resizebox
{
\textwidth
}{
!
}{
\begin{tikzpicture}
[]
\node
[draw=none,fill=none,scale=2.0]
at (0,0)
{
\includegraphics
[width=0.95\linewidth]
{
figures/mac
_
1.png
}}
;
\node
[draw=none,fill=none,scale=1.4]
at (20,0)
{
\includegraphics
[width=0.95\linewidth]
{
figures/mic
_
1.png
}}
;
\node
[draw=none,fill=none,scale=3.0]
at (5, -9)
{
macro-scale
}
;
\node
[draw=none,fill=none,scale=3.0]
at (13,-9)
{
\emph
{
micropp
}}
;
\draw
[-{Latex[length=8mm, width=4mm]
}
, black,line width=0.5mm] (0,10) .. controls ++(8.5,2) .. ++(17,0);
\draw
[-{Latex[length=8mm, width=4mm]
}
, black,line width=0.5mm] (17,-10) .. controls ++(-8.5,-2) .. ++(-17,0);
\end{tikzpicture}
\includegraphics
[width=0.95\linewidth]
{
figures/coupling-micropp-macro.png
}
\caption
{
\label
{
fig:disp
}
Coupling between a macro-scale solid mechanics code and Micropp to simulate a composite material
problem.
}
\caption
{
\label
{
fig:disp
}
Coupling between the macro-scale code
\emph
{
Alya
}
\&
\emph
{
micropp
}
to simulate damage in composite material for aeronautics.
}
\end{figure}
\input
{
governing
_
equations
_
and
_
fe.tex
}
...
...
@@ -204,6 +198,8 @@ f_{n+1}^{\text{trial}} = || s_{n+1}^{\text{trial}} || - \sqrt{\frac{2}{3}} (\sig
\input
{
coding
_
style.tex
}
\input
{
Sections/benchmarks.tex
}
\section
{
Conclusion
}
The conclusion goes here.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment