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
5aa7b3a3
Commit
5aa7b3a3
authored
17 years ago
by
Oliver Sander
Committed by
sander@PCPOOL.MI.FU-BERLIN.DE
17 years ago
Browse files
Options
Downloads
Patches
Plain Diff
getResultantForce for a given BoundaryPatch
[[Imported from SVN: r1472]]
parent
997bd2f4
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/rodassembler.hh
+13
-2
13 additions, 2 deletions
src/rodassembler.hh
with
13 additions
and
2 deletions
src/rodassembler.hh
+
13
−
2
View file @
5aa7b3a3
...
...
@@ -5,6 +5,8 @@
#include
<dune/common/fmatrix.hh>
#include
<dune/istl/matrixindexset.hh>
#include
<dune/istl/matrix.hh>
#include
"../../common/boundarypatch.hh"
#include
"configuration.hh"
namespace
Dune
...
...
@@ -124,8 +126,17 @@ namespace Dune
double
pos
)
const
;
/** \brief Return resultant force in canonical coordinates */
FieldVector
<
double
,
3
>
getResultantForce
(
const
std
::
vector
<
Configuration
>&
sol
)
const
;
/** \brief Return resultant force across boundary in canonical coordinates
\note Linear run-time in the size of the grid */
FieldVector
<
double
,
3
>
getResultantForce
(
const
BoundaryPatch
<
GridType
>&
boundary
,
const
std
::
vector
<
Configuration
>&
sol
)
const
;
/** \brief Return resultant torque across boundary in canonical coordinates
\note Linear run-time in the size of the grid */
FieldVector
<
double
,
3
>
getResultantTorque
(
const
BoundaryPatch
<
GridType
>&
boundary
,
const
std
::
vector
<
Configuration
>&
sol
)
const
;
protected
:
...
...
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