Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Nektar
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Giacomo Castiglioni
Nektar
Commits
ab12ff5a
Commit
ab12ff5a
authored
8 years ago
by
Chris Cantwell
Committed by
Dave Moxey
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix some LaTeX errors in doxygen.
parent
6fbf8574
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
library/GlobalMapping/Mapping.cpp
+2
-2
2 additions, 2 deletions
library/GlobalMapping/Mapping.cpp
library/MultiRegions/PreconditionerBlock.cpp
+4
-3
4 additions, 3 deletions
library/MultiRegions/PreconditionerBlock.cpp
with
6 additions
and
5 deletions
library/GlobalMapping/Mapping.cpp
+
2
−
2
View file @
ab12ff5a
...
@@ -600,7 +600,7 @@ void Mapping::CovarFromCartesian(
...
@@ -600,7 +600,7 @@ void Mapping::CovarFromCartesian(
* This function lowers the index of the contravariant vector \f$v^{i}\f$,
* This function lowers the index of the contravariant vector \f$v^{i}\f$,
* transforming it into its associated covariant vector \f$v_{j}\f$
* transforming it into its associated covariant vector \f$v_{j}\f$
* according to the relation
* according to the relation
* \f[
$
v_{j} = g_{ij}v^{i}\f]
* \f[v_{j} = g_{ij}v^{i}\f]
* where \f$g_{ij}\f$ is the metric tensor.
* where \f$g_{ij}\f$ is the metric tensor.
*
*
* @param inarray Components of the contravariant vector \f$v^{i}\f$
* @param inarray Components of the contravariant vector \f$v^{i}\f$
...
@@ -631,7 +631,7 @@ void Mapping::LowerIndex(
...
@@ -631,7 +631,7 @@ void Mapping::LowerIndex(
* This function raises the index of the covariant vector \f$v_{j}\f$,
* This function raises the index of the covariant vector \f$v_{j}\f$,
* transforming it into its associated contravariant vector \f$v^{i}\f$
* transforming it into its associated contravariant vector \f$v^{i}\f$
* according to the relation
* according to the relation
* \f[
$
v^{i} = g^{ij}v_{j}\f]
* \f[v^{i} = g^{ij}v_{j}\f]
* where \f$g^{ij}\f$ is the inverse of the metric tensor.
* where \f$g^{ij}\f$ is the inverse of the metric tensor.
*
*
* @param inarray Components of the contravariant vector \f$v^{i}\f$
* @param inarray Components of the contravariant vector \f$v^{i}\f$
...
...
This diff is collapsed.
Click to expand it.
library/MultiRegions/PreconditionerBlock.cpp
+
4
−
3
View file @
ab12ff5a
...
@@ -104,8 +104,9 @@ namespace Nektar
...
@@ -104,8 +104,9 @@ namespace Nektar
* The preconditioner is defined as:
* The preconditioner is defined as:
*
*
* \f[\mathbf{M}^{-1}=\left[\begin{array}{ccc}
* \f[\mathbf{M}^{-1}=\left[\begin{array}{ccc}
* Diag[(\mathbf{S_{1}})_{vv}] & & \\ & (\mathbf{S}_{1})_{eb} & \\ & &
* \mathrm{Diag}[(\mathbf{S_{1}})_{vv}] & & \\
* (\mathbf{S}_{1})_{fb} \end{array}\right] \f]
* & (\mathbf{S}_{1})_{eb} & \\
* & & (\mathbf{S}_{1})_{fb} \end{array}\right] \f]
*
*
* where \f$\mathbf{S}_{1}\f$ is the local Schur complement matrix for
* where \f$\mathbf{S}_{1}\f$ is the local Schur complement matrix for
* each element and the subscript denotes the portion of the Schur
* each element and the subscript denotes the portion of the Schur
...
@@ -534,7 +535,7 @@ namespace Nektar
...
@@ -534,7 +535,7 @@ namespace Nektar
* found in PreconditionerBlock::BlockPreconditionerCG. In this setting
* found in PreconditionerBlock::BlockPreconditionerCG. In this setting
* however, the matrix is constructed as:
* however, the matrix is constructed as:
*
*
* \f[ M^{-1} = \
d
iag[ (\mathbf{S_{1}})_{f}^{-1} ] \f]
* \f[ M^{-1} = \
mathrm{D
iag
}
[ (\mathbf{S_{1}})_{f}^{-1} ] \f]
*
*
* where each matrix is the Schur complement system restricted to a
* where each matrix is the Schur complement system restricted to a
* single face of the trace system.
* single face of the trace system.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment