|
[Sponsors] |
finite_differences.py & continuous_adjoint.py |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
November 21, 2014, 09:13 |
finite_differences.py & continuous_adjoint.py
|
#1 |
Member
Zeno
Join Date: Sep 2013
Location: Delft, The Netherlands
Posts: 63
Rep Power: 13 |
hello everyone,
I would like to check the adjoint gradients against the FD ones. To do so I use the python scripts to compute the gradients. However, I would like to save some time by avoiding to compute the direct solution since I already have that results stored in a solution_flow.dat file from previous simulations. Is there a way to deactivate the computation of the direct solution? Thanks in advance, Z |
|
January 1, 2015, 20:39 |
|
#2 |
Super Moderator
Francisco Palacios
Join Date: Jan 2013
Location: Long Beach, CA
Posts: 404
Rep Power: 15 |
Maybe you can just adjust the convergence criteria (changing RESIDUAL_MINVAL)... so the solver will only perform a couple of iterations.
Best Regards, Francisco Palacios SU2 lead developer |
|
Tags |
adjoint, finite differences, gradient |
|
|