Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gmsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Larry Price
gmsh
Commits
215fc24d
Commit
215fc24d
authored
13 years ago
by
Jonathan Lambrechts
Browse files
Options
Downloads
Patches
Plain Diff
jacobiPolynomials : fix previous commit
parent
917c2194
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Numeric/jacobiPolynomials.cpp
+0
-3
0 additions, 3 deletions
Numeric/jacobiPolynomials.cpp
with
0 additions
and
3 deletions
Numeric/jacobiPolynomials.cpp
+
0
−
3
View file @
215fc24d
...
@@ -32,7 +32,6 @@ void JacobiPolynomials::f(double u, double *val) const {
...
@@ -32,7 +32,6 @@ void JacobiPolynomials::f(double u, double *val) const {
}
}
void
JacobiPolynomials
::
f
(
fullMatrix
<
double
>
&
coord
,
fullMatrix
<
double
>
&
val
)
const
{}
void
JacobiPolynomials
::
df
(
double
u
,
double
*
val
)
const
{
void
JacobiPolynomials
::
df
(
double
u
,
double
*
val
)
const
{
...
@@ -52,5 +51,3 @@ void JacobiPolynomials::df(double u, double *val) const {
...
@@ -52,5 +51,3 @@ void JacobiPolynomials::df(double u, double *val) const {
val
[
i
]
=
(
g1
*
tmp
[
i
]
+
g0
*
tmp
[
i
-
1
])
/
g2
;
val
[
i
]
=
(
g1
*
tmp
[
i
]
+
g0
*
tmp
[
i
-
1
])
/
g2
;
}
}
}
}
void
JacobiPolynomials
::
df
(
fullMatrix
<
double
>
&
coord
,
fullMatrix
<
double
>
&
val
)
const
{}
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