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
3d88c255
Commit
3d88c255
authored
13 years ago
by
Oliver Sander
Committed by
sander@FU-BERLIN.DE
13 years ago
Browse files
Options
Downloads
Patches
Plain Diff
test RigidBodyMotion<3>
[[Imported from SVN: r8007]]
parent
08e09fb7
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
test/localgeodesicfefunctiontest.cc
+11
-1
11 additions, 1 deletion
test/localgeodesicfefunctiontest.cc
with
11 additions
and
1 deletion
test/localgeodesicfefunctiontest.cc
+
11
−
1
View file @
3d88c255
...
@@ -54,6 +54,13 @@ void testDerivativeTangentiality(const Rotation<vectorDim-1,double>& x,
...
@@ -54,6 +54,13 @@ void testDerivativeTangentiality(const Rotation<vectorDim-1,double>& x,
{
{
}
}
// the columns of the derivative must be tangential to the manifold
template
<
int
domainDim
,
int
vectorDim
>
void
testDerivativeTangentiality
(
const
RigidBodyMotion
<
3
,
double
>&
x
,
const
FieldMatrix
<
double
,
vectorDim
,
domainDim
>&
derivative
)
{
}
/** \brief Test whether interpolation is invariant under permutation of the simplex vertices
/** \brief Test whether interpolation is invariant under permutation of the simplex vertices
*/
*/
template
<
int
domainDim
,
class
TargetSpace
>
template
<
int
domainDim
,
class
TargetSpace
>
...
@@ -364,7 +371,7 @@ int main()
...
@@ -364,7 +371,7 @@ int main()
std
::
cout
<<
std
::
setw
(
15
)
<<
std
::
setprecision
(
12
);
std
::
cout
<<
std
::
setw
(
15
)
<<
std
::
setprecision
(
12
);
//
testRealTuples<1>();
testRealTuples
<
1
>
();
testUnitVector2d
<
1
>
();
testUnitVector2d
<
1
>
();
test
<
UnitVector
<
3
>
,
1
>
();
test
<
UnitVector
<
3
>
,
1
>
();
testUnitVector2d
<
2
>
();
testUnitVector2d
<
2
>
();
...
@@ -372,4 +379,7 @@ int main()
...
@@ -372,4 +379,7 @@ int main()
test
<
Rotation
<
3
,
double
>
,
1
>
();
test
<
Rotation
<
3
,
double
>
,
1
>
();
test
<
Rotation
<
3
,
double
>
,
2
>
();
test
<
Rotation
<
3
,
double
>
,
2
>
();
test
<
RigidBodyMotion
<
3
,
double
>
,
1
>
();
test
<
RigidBodyMotion
<
3
,
double
>
,
2
>
();
}
}
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