Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-gfe
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sander, Oliver
dune-gfe
Commits
0755d66c
Commit
0755d66c
authored
13 years ago
by
Oliver Sander
Committed by
sander@FU-BERLIN.DE
13 years ago
Browse files
Options
Downloads
Patches
Plain Diff
remove some debugging code
[[Imported from SVN: r7228]]
parent
45d1a4c0
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
dune/gfe/harmonicenergystiffness.hh
+0
-16
0 additions, 16 deletions
dune/gfe/harmonicenergystiffness.hh
with
0 additions
and
16 deletions
dune/gfe/harmonicenergystiffness.hh
+
0
−
16
View file @
0755d66c
...
@@ -82,22 +82,6 @@ energy(const Entity& element,
...
@@ -82,22 +82,6 @@ energy(const Entity& element,
for
(
size_t
comp
=
0
;
comp
<
referenceDerivative
.
N
();
comp
++
)
for
(
size_t
comp
=
0
;
comp
<
referenceDerivative
.
N
();
comp
++
)
jacobianInverseTransposed
.
umv
(
referenceDerivative
[
comp
],
derivative
[
comp
]);
jacobianInverseTransposed
.
umv
(
referenceDerivative
[
comp
],
derivative
[
comp
]);
#if 0
// old debugging: the image of the derivative mapping must be tangent to the TargetSpace
TargetSpace value = localGeodesicFEFunction.evaluate(quadPos);
for (int i=0; i<gridDim; i++) {
double dotproduct = 0;
for (int j=0; j<4; j++)
dotproduct += value[j]*derivative[j][i];
assert(std::fabs(dotproduct) < 1e-6);
}
#endif
#if 0
std::cout << "Derivative norm squared: " << derivative.frobenius_norm2() << std::endl;
#endif
// Add the local energy density
// Add the local energy density
// The Frobenius norm is the correct norm here if the metric of TargetSpace is the identity.
// The Frobenius norm is the correct norm here if the metric of TargetSpace is the identity.
// (And if the metric of the domain space is the identity, which it always is here.)
// (And if the metric of the domain space is the identity, which it always is here.)
...
...
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