Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dartflo
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
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
Aerospace and Mechanical Engineering
dartflo
Commits
7bb5ce07
Commit
7bb5ce07
authored
7 months ago
by
Paul Dechamps
Browse files
Options
Downloads
Patches
Plain Diff
(fix) Nodal index is now a public argument of Solver.
This argument is needed in BLASTER to build the adjoint matrix.
parent
1f73edb2
No related branches found
No related tags found
No related merge requests found
Pipeline
#48031
passed with warnings
7 months ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dart/src/wSolver.h
+1
-1
1 addition, 1 deletion
dart/src/wSolver.h
with
1 addition
and
1 deletion
dart/src/wSolver.h
+
1
−
1
View file @
7bb5ce07
...
...
@@ -67,10 +67,10 @@ public:
double
Cd
;
///< drag coefficient
double
Cs
;
///< sideforce coefficient
double
Cm
;
///< pitch moment coefficient (positive nose-up)
std
::
vector
<
int
>
rows
;
///< unknown nodal index
protected:
fwk
::
Timers
tms
;
///< internal timers
std
::
vector
<
int
>
rows
;
///< unknown nodal index
public:
Solver
(
std
::
shared_ptr
<
Problem
>
_pbl
,
std
::
shared_ptr
<
tbox
::
LinearSolver
>
_linsol
,
double
rTol
,
double
aTol
,
int
mIt
,
int
nthrds
,
int
vrb
);
...
...
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