Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Julia
Nektar
Commits
6d908155
Commit
6d908155
authored
Apr 06, 2017
by
Spencer Sherwin
Browse files
Updated doxygen comments from backward transforms to inner products
parent
9bac580d
Changes
1
Show whitespace changes
Inline
Side-by-side
library/Collections/IProductWRTBase.cpp
View file @
6d908155
...
...
@@ -586,7 +586,7 @@ OperatorKey IProductWRTBase_SumFac_Tri::m_type = GetOperatorFactory().
/**
* @brief
Backward transform
operator using sum-factorisation (Hex)
* @brief
Inner Product
operator using sum-factorisation (Hex)
*/
class
IProductWRTBase_SumFac_Hex
:
public
Operator
{
...
...
@@ -765,7 +765,7 @@ OperatorKey IProductWRTBase_SumFac_Tet::m_type = GetOperatorFactory().
/**
* @brief
Backward transform
operator using sum-factorisation (Prism)
* @brief
Inner Product
operator using sum-factorisation (Prism)
*/
class
IProductWRTBase_SumFac_Prism
:
public
Operator
{
...
...
@@ -858,7 +858,7 @@ OperatorKey IProductWRTBase_SumFac_Prism::m_type = GetOperatorFactory().
/**
* @brief
Backward transform
operator using sum-factorisation (Pyr)
* @brief
Inner Product
operator using sum-factorisation (Pyr)
*/
class
IProductWRTBase_SumFac_Pyr
:
public
Operator
{
...
...
Write
Preview
Supports
Markdown
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