Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhanced linear solver #196

Merged
merged 170 commits into from
Jun 15, 2022
Merged

Enhanced linear solver #196

merged 170 commits into from
Jun 15, 2022

Commits on Sep 2, 2020

  1. Configuration menu
    Copy the full SHA
    3d06153 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2be7019 View commit details
    Browse the repository at this point in the history
  3. Plot real part

    ngoiz committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    142b54c View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2020

  1. Configuration menu
    Copy the full SHA
    fe57631 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2020

  1. Configuration menu
    Copy the full SHA
    229d803 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2020

  1. Initial test file

    ngoiz committed Oct 4, 2020
    Configuration menu
    Copy the full SHA
    d43bba3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    032daaa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    39f44aa View commit details
    Browse the repository at this point in the history
  4. Major overhaul to linear variables tracking (UVLM side)

    Initial rework on LinearVector to improve tracking on linear variables as the state-space changes size.
    ngoiz committed Oct 4, 2020
    Configuration menu
    Copy the full SHA
    db7e5fd View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2020

  1. Configuration menu
    Copy the full SHA
    b1b9f99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4249895 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    473c5c9 View commit details
    Browse the repository at this point in the history
  4. Small test for gust assembly

    ngoiz committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    c657272 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4a198a1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    60b907d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b4988d8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    00268ef View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2020

  1. Create separate Input, Output and State variables

    Another major overhaul. Methods adjusted to check for the type of variable. Variables made properties of the SS object and checks implemented in the ss.series() method
    ngoiz committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    229ed09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6dd883 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2fc0841 View commit details
    Browse the repository at this point in the history
  4. Fix input arguments for Gain()

    ngoiz committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    0684045 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1b33601 View commit details
    Browse the repository at this point in the history
  6. Add variable trackers to ROMs

    ngoiz committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    53dc7d3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e0b0e54 View commit details
    Browse the repository at this point in the history
  8. Change cout for Exception

    ngoiz committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    d148971 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2020

  1. Configuration menu
    Copy the full SHA
    018166c View commit details
    Browse the repository at this point in the history
  2. Reformat libss

    ngoiz committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    0ca89f1 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2020

  1. Configuration menu
    Copy the full SHA
    03f948f View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2020

  1. Fixes variable merge issue

    Variables were not being deep copied, causing trouble
    ngoiz committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    bc32c8a View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2021

  1. Configuration menu
    Copy the full SHA
    0198daf View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2021

  1. Update test with nonlinear data

    ngoiz committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    2630488 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    faf4419 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a4be059 View commit details
    Browse the repository at this point in the history
  4. Body axes forces from angles

    ngoiz committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    3ecc08b View commit details
    Browse the repository at this point in the history
  5. Improve test data handling

    ngoiz committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    80acab8 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2021

  1. Configuration menu
    Copy the full SHA
    f988a05 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2021

  1. New data management for stability derivatives and mod to print utils

    Includes modifications to the couts table printer to append a table to an existing file
    ngoiz committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    1df3c85 View commit details
    Browse the repository at this point in the history
  2. Update docs

    ngoiz committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    4a3b688 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29d397a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec09ad5 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2021

  1. Configuration menu
    Copy the full SHA
    cdcc5ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8eae277 View commit details
    Browse the repository at this point in the history
  3. Remove forgotten pdb

    ngoiz committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    40fc2fd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    35b63a7 View commit details
    Browse the repository at this point in the history
  5. Remove try except

    ngoiz committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    410c2a0 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2021

  1. Move Derivatives to own class

    ngoiz committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    4f1abe0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31d7aed View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

  1. Support nodal systems

    ngoiz committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    dd5533a View commit details
    Browse the repository at this point in the history
  2. Fix save methods and test

    ngoiz committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    cb122b9 View commit details
    Browse the repository at this point in the history
  3. Fix incorrect test directory

    ngoiz committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    9c71db2 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. Configuration menu
    Copy the full SHA
    05b7e46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f7d8c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    19b4b80 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2021

  1. Move methods from DerivativeSet to Derivatives

    Also include both aerodynamic and aeroelastic systems always
    ngoiz committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    4b9e418 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2021

  1. Configuration menu
    Copy the full SHA
    2452778 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab183d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a0fac7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    72785d1 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2021

  1. Configuration menu
    Copy the full SHA
    1b25a73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fd1dd8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7884b4f View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2021

  1. Enhanced LinDynamicSim solver and supporting functions

    Multiple improvements, including making use of enhanced variables to plot a paraview file of the linear aero state. Also introduced a new way of generating linear inputs
    ngoiz committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    9e892f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8256e7 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2021

  1. Configuration menu
    Copy the full SHA
    ccd0e26 View commit details
    Browse the repository at this point in the history
  2. Fix simulation time steps

    ngoiz committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    dd1f009 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b01f78d View commit details
    Browse the repository at this point in the history
  4. Major refactor: rename libss.ss to libss.StateSpace

    Class name now follows the appropriate CamelCase convention. Most importantly it distinguishes between ss (the most common name for the instance) and the class name
    ngoiz committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    59c13e6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4e160f1 View commit details
    Browse the repository at this point in the history
  6. Change ss to StateSpace

    ngoiz committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    64de922 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2021

  1. Configuration menu
    Copy the full SHA
    b7b85f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6aa236 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2021

  1. Move tests to new directory

    ngoiz committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    d6280fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35620be View commit details
    Browse the repository at this point in the history
  3. Remove debug output

    ngoiz committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    e30362d View commit details
    Browse the repository at this point in the history
  4. Fix output channel removal

    ngoiz committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    edb06a6 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2021

  1. Configuration menu
    Copy the full SHA
    15a3805 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    754d507 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2021

  1. Configuration menu
    Copy the full SHA
    494f4a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c0eae9 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2021

  1. Configuration menu
    Copy the full SHA
    eb3b291 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef45c9c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07aff63 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    79185af View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. Configuration menu
    Copy the full SHA
    82c657d View commit details
    Browse the repository at this point in the history
  2. Fix (again) dimension mismatch

    ngoiz committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    74556d6 View commit details
    Browse the repository at this point in the history
  3. dot() method for two Gains added

    Including corresponding tests and fix to LinearVector.check_connection method
    ngoiz committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    9a4828d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e9eff2 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2021

  1. Minor update to postproc and use xbeamlib method on individual time step

    Changing the xbeamlib method to the individual time step (rather than the index and going through what is packed in data) allows for the method to be used elsewhere on timesteps that may not be necessarily in data
    ngoiz committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    7822a2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5bab6f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    54f907c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a2e5da4 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2021

  1. Fix unpacking order

    ngoiz committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    c57e9de View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2021

  1. Configuration menu
    Copy the full SHA
    3e8fd69 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2021

  1. Configuration menu
    Copy the full SHA
    f8000da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37156a6 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

  1. Configuration menu
    Copy the full SHA
    b60c577 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c83c641 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa5a962 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    32672b5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e464696 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2021

  1. Configuration menu
    Copy the full SHA
    3bd9545 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b33c4f6 View commit details
    Browse the repository at this point in the history
  3. Update output folder location

    ngoiz committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    dedab60 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3a53daf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1010003 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0dc4d4e View commit details
    Browse the repository at this point in the history
  7. Fix aero_utils import call

    ngoiz committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    17bf278 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    06d1339 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a5180e9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    86c34e0 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2021

  1. Support enhanced StateSpace in retain_inout_channels() and project()

    To keep track of variables as the state space is projected or just a few in/out channels kept
    ngoiz committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    66dd383 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28183fb View commit details
    Browse the repository at this point in the history
  3. Update output folder

    ngoiz committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    2215c52 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2021

  1. Configuration menu
    Copy the full SHA
    8f17961 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2021

  1. Merge airfoil polars

    ngoiz committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    b65932a View commit details
    Browse the repository at this point in the history
  2. Correct UVLM version

    ngoiz committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    6db9999 View commit details
    Browse the repository at this point in the history
  3. Fix output location

    ngoiz committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    6fedfb8 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2021

  1. Configuration menu
    Copy the full SHA
    1ac1780 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2021

  1. Configuration menu
    Copy the full SHA
    a520d12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    384245a View commit details
    Browse the repository at this point in the history
  3. rigid_modes_cg

    ArturoMS13 committed May 27, 2021
    Configuration menu
    Copy the full SHA
    b3d184a View commit details
    Browse the repository at this point in the history
  4. fix folder input

    ArturoMS13 committed May 27, 2021
    Configuration menu
    Copy the full SHA
    1584727 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0be7dea View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3811e42 View commit details
    Browse the repository at this point in the history
  7. fix keep_linear_matrices

    ArturoMS13 committed May 27, 2021
    Configuration menu
    Copy the full SHA
    45a5053 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5718fc0 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2021

  1. Update settings in tests

    ngoiz committed May 28, 2021
    Configuration menu
    Copy the full SHA
    a53fe2d View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2021

  1. Configuration menu
    Copy the full SHA
    78eb5f8 View commit details
    Browse the repository at this point in the history
  2. Update tests

    ngoiz committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    7c5df44 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2021

  1. 1 Configuration menu
    Copy the full SHA
    5f7457e View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. Fix test case

    ngoiz committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    ed57a5a View commit details
    Browse the repository at this point in the history
  2. Support load/save statespace and gains to h5 file

    Avoids using pickles and variables information is retained. See new tests for info on implementation
    ngoiz committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    999d5b7 View commit details
    Browse the repository at this point in the history
  3. Add method to copy Gain()

    ngoiz committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    c96ad78 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a1625af View commit details
    Browse the repository at this point in the history
  5. Fix Gain savings in Krylov

    ngoiz committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    39a5f69 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a737196 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    138f37a View commit details
    Browse the repository at this point in the history
  8. Support loading/saving state-spaces and gains to h5 files

    Merge pull request #188 from ImperialCollegeLondon/dev_save_ss
    ngoiz committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    406fc19 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4c75a34 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2022

  1. Configuration menu
    Copy the full SHA
    8fdbbf7 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2022

  1. Fixes #192 - control surface deflection in linear model

    Note the different sign convention between the nonlinear and linear models, added in the docs.
    
    Removed the use of the for_delta variable which was incorrectly applied. All rotations now expressed in G frame
    ngoiz committed May 5, 2022
    Configuration menu
    Copy the full SHA
    a0b087e View commit details
    Browse the repository at this point in the history
  2. Fix DeprecationWarning message

    ngoiz committed May 5, 2022
    Configuration menu
    Copy the full SHA
    6e0d43f View commit details
    Browse the repository at this point in the history
  3. Minor doc changes

    ngoiz committed May 5, 2022
    Configuration menu
    Copy the full SHA
    5b7d18c View commit details
    Browse the repository at this point in the history
  4. Remove unused code

    ngoiz committed May 5, 2022
    Configuration menu
    Copy the full SHA
    1ef313b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    18e45d9 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2022

  1. Fix path to cases

    ngoiz committed May 6, 2022
    Configuration menu
    Copy the full SHA
    058b6f0 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2022

  1. Fix tests directories

    ngoiz committed May 9, 2022
    Configuration menu
    Copy the full SHA
    99ed3e9 View commit details
    Browse the repository at this point in the history
  2. Add verbose for gust test

    ngoiz committed May 9, 2022
    Configuration menu
    Copy the full SHA
    6c5f2d6 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2022

  1. Configuration menu
    Copy the full SHA
    f652692 View commit details
    Browse the repository at this point in the history
  2. Remove commented code

    ngoiz committed May 10, 2022
    Configuration menu
    Copy the full SHA
    8d17103 View commit details
    Browse the repository at this point in the history
  3. Fix broken paths

    ngoiz committed May 10, 2022
    Configuration menu
    Copy the full SHA
    45c2a68 View commit details
    Browse the repository at this point in the history
  4. Update doc generation

    ngoiz committed May 10, 2022
    Configuration menu
    Copy the full SHA
    c8315ce View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    df29e8c View commit details
    Browse the repository at this point in the history

Commits on May 11, 2022

  1. Configuration menu
    Copy the full SHA
    45366a9 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. Configuration menu
    Copy the full SHA
    43309fd View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. Configuration menu
    Copy the full SHA
    6414831 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3e7ef0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    56f4310 View commit details
    Browse the repository at this point in the history
  4. Dummy test to avoid path filtering issues in PRs

    Since PRs require a successful test run and our workflow only runs if python files, submodules or test files are changed, it could be the case that for a PR that only changes docs (for example), the status could be left as pending.
    
    Therefore, this test runs when a PR is opened and no changes are made to these files, thus reporting a successful test that allows the merger
    ngoiz committed May 13, 2022
    Configuration menu
    Copy the full SHA
    cee8673 View commit details
    Browse the repository at this point in the history
  5. Fix tests path

    ngoiz committed May 13, 2022
    Configuration menu
    Copy the full SHA
    861c493 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #103 from ImperialCollegeLondon/dev_asym_stab

    Update AsymptoticStability and FrequencyResponse post-processors
    ngoiz committed May 13, 2022
    Configuration menu
    Copy the full SHA
    0b822c3 View commit details
    Browse the repository at this point in the history
  7. Fix EOF error

    ngoiz committed May 13, 2022
    Configuration menu
    Copy the full SHA
    7f557d4 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. Configuration menu
    Copy the full SHA
    1b16eeb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    488a9d6 View commit details
    Browse the repository at this point in the history
  3. Get free-stream velocity from solver info

    needed for cases where the aircraft is flying with non-zero velocity in stationary air
    ngoiz committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    675400b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6b282b7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fd4f44d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    614f153 View commit details
    Browse the repository at this point in the history
  7. Minor formatting change

    ngoiz committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    6d0f6d3 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. Fix missing .aero

    ngoiz committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    16cd95b View commit details
    Browse the repository at this point in the history