Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Nektar
Nektar
Commits
4a5839b9
Commit
4a5839b9
authored
Feb 24, 2016
by
Chris Cantwell
Committed by
Spencer Sherwin
Mar 04, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typos in user guide.
parent
d87e71d3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
docs/user-guide/xml/xml-conditions.tex
docs/user-guide/xml/xml-conditions.tex
+3
-3
No files found.
docs/user-guide/xml/xml-conditions.tex
View file @
4a5839b9
...
...
@@ -146,7 +146,7 @@ each of these parameters and give a brief description of what they mean.
\begin{notebox}
Defaults for all fields can be defined by setting the equivalent property in
the
\texttt
{
SOLVERINFO
}
section. Parameters defined in this section will
override any options s
e
pcificed there.
override any options sp
e
cificed there.
\end{notebox}
\subsubsection
{
\texttt
{
GlobalSysSoln
}
options
}
...
...
@@ -158,7 +158,7 @@ each of these parameters and give a brief description of what they mean.
invert it using an appropriate matrix technique, such as Cholesky
factorisation, depending on the properties of the matrix. Direct solvers
\textbf
{
only
}
run in serial.
\item
\textbf
{
Iterative
}
solvers instead apply matrix-vector multiplic
i
ations
\item
\textbf
{
Iterative
}
solvers instead apply matrix-vector multiplications
repeatedly, using the conjugate gradient method, to converge to a solution to
the system. For smaller problems, this is typically slower than a direct
solve. However, for larger problems it can be used to solve the system in
...
...
@@ -185,7 +185,7 @@ These solvers can be run in one of three approaches:
solvers, this technique is not recommended.
\item
The
\textbf
{
StaticCond
}
approach applies a technique called
\emph
{
static
condensation
}
to instead construct the system using only the degrees of
freedom on the boundar
y
of the element, which reduces the system size
freedom on the boundar
ies
of the element
s
, which reduces the system size
considerably. This is the
\textbf
{
default option in parallel
}
.
\item
\textbf
{
MultiLevelStaticCond
}
methods apply the static condensation
technique repeatedly to further reduce the system size, which can improve
...
...
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