Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
waves
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
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
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review 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
waves
Merge requests
!43
Flow v1.5
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Flow v1.5
adrien
into
master
Overview
2
Commits
14
Pipelines
0
Changes
9
Merged
Boman Romain
requested to merge
adrien
into
master
5 years ago
Overview
2
Commits
14
Pipelines
0
Changes
9
Expand
Created by: acrovato
Flow
Major changes
Added full aircraft and multibody configurations support
Added Bank&Rose line search
Added experimental adjoint solver (not validated)
Minor changes
Added
-clean
flag to remove existing workspace folders. When the test battery is launched, the flag is automatically added (#41)
Added capability to pass option to gmsh when building mesh from geometry file
Replaced inflow Neumann B.C. by Dirichlet B.C. for numerical stability
Moved build instructions to wiki
Various refactoring
Tests
Tested on ubuntu 18.04, ubuntu 16.04 and debian (gaston)
0
0
Merge request reports
Viewing commit
40ab9fb0
Prev
Next
Show latest version
9 files
+
717
−
9
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
9
Search (e.g. *.vue) (Ctrl+P)
40ab9fb0
Add experimental adjoint solver
· 40ab9fb0
acrovato
authored
5 years ago
flow/_src/floww.h
+
1
−
0
Options
#include
"wAdjoint.h"
#include
"wAssign.h"
#include
"wBoundary.h"
#include
"wFace.h"
Loading