Skip to content

Changes

#9724 (Mar 23, 2024, 4:43:41 PM)

  1. Initial add of element enrichment capabilities — mbottot / detail
  2. Also add 2D L2Project multiscale adaptation toy code — mbottot / detail
  3. Fix new toy code so that it also compiles without refine and add reconstruction option — mbottot / detail
  4. Fix missing space for vera and relax error tolerance for clang — mbottot / detail

#9723 (Mar 22, 2024, 5:54:47 PM)

  1. Initial add of element enrichment capabilities — mbottot / detail
  2. Also add 2D L2Project multiscale adaptation toy code — mbottot / detail
  3. Fix new toy code so that it also compiles without refine and add reconstruction option — mbottot / detail

#9722 (Mar 22, 2024, 1:13:09 PM)

  1. Initial add of element enrichment capabilities — mbottot / detail
  2. Also add 2D L2Project multiscale adaptation toy code — mbottot / detail

#9721 (Mar 19, 2024, 5:07:14 AM)

  1. Redefining adjoint as order p in SolutionData. Introduced projected_adjoint, which is p+1 projection of order p adjoint in SolutionData_VMSD_BR2.h, then renamed the variables in the SolverInterface_VMSD_BR2.h and the unit tests accordingly. — tonyryu / detail
  2. deleted SANS_refactor_test directory which had some savefiles from a test run to check the results. Renamed projected_adjoint to prolonged_adjoint in the solutiondata as well as the corresponding solverinterface and unit tests. — tonyryu / detail
  3. got rid of getAdjField(), got rid of sol_.prolonged_adjoint, and changed all the corresponding unit tests and toy codes that use these calls. — tonyryu / detail
  4. addressing line is longer than 150 characters error — tonyryu / detail
  5. formatting lines over 150 characters — tonyryu / detail
  6. another line is longer than 150 characters message — tonyryu / detail

#9720 (Mar 18, 2024, 2:56:47 PM)

  1. Redefining adjoint as order p in SolutionData. Introduced projected_adjoint, which is p+1 projection of order p adjoint in SolutionData_VMSD_BR2.h, then renamed the variables in the SolverInterface_VMSD_BR2.h and the unit tests accordingly. — tonyryu / detail
  2. deleted SANS_refactor_test directory which had some savefiles from a test run to check the results. Renamed projected_adjoint to prolonged_adjoint in the solutiondata as well as the corresponding solverinterface and unit tests. — tonyryu / detail
  3. got rid of getAdjField(), got rid of sol_.prolonged_adjoint, and changed all the corresponding unit tests and toy codes that use these calls. — tonyryu / detail
  4. addressing line is longer than 150 characters error — tonyryu / detail
  5. formatting lines over 150 characters — tonyryu / detail

#9719 (Mar 17, 2024, 9:39:24 AM)

  1. Enable structured grids for ducted body force analysis. Possibly improve distance function calculation time. — galbramc / detail
  2. Some fixes for last commit — galbramc / detail
  3. Update unit test — galbramc / detail
  4. Add boundary output groups for structured body forces — galbramc / detail
  5. Fix RefCoord solver — galbramc / detail
  6. Fix rotor source pertubation — galbramc / detail
  7. Finally get rotating pertubation periodicity correct — galbramc / detail
  8. Fix warnings — galbramc / detail

#9718 (Mar 17, 2024, 3:33:40 AM)

  1. Redefining adjoint as order p in SolutionData. Introduced projected_adjoint, which is p+1 projection of order p adjoint in SolutionData_VMSD_BR2.h, then renamed the variables in the SolverInterface_VMSD_BR2.h and the unit tests accordingly. — tonyryu / detail
  2. deleted SANS_refactor_test directory which had some savefiles from a test run to check the results. Renamed projected_adjoint to prolonged_adjoint in the solutiondata as well as the corresponding solverinterface and unit tests. — tonyryu / detail
  3. got rid of getAdjField(), got rid of sol_.prolonged_adjoint, and changed all the corresponding unit tests and toy codes that use these calls. — tonyryu / detail
  4. addressing line is longer than 150 characters error — tonyryu / detail

#9717 (Mar 16, 2024, 10:09:30 PM)

  1. Enable structured grids for ducted body force analysis. Possibly improve distance function calculation time. — galbramc / detail
  2. Some fixes for last commit — galbramc / detail
  3. Update unit test — galbramc / detail
  4. Add boundary output groups for structured body forces — galbramc / detail
  5. Fix RefCoord solver — galbramc / detail
  6. Fix rotor source pertubation — galbramc / detail
  7. Finally get rotating pertubation periodicity correct — galbramc / detail
  8. Fix warnings — galbramc / detail

#9716 (Mar 16, 2024, 5:57:01 PM)

  1. Enable structured grids for ducted body force analysis. Possibly improve distance function calculation time. — galbramc / detail
  2. Some fixes for last commit — galbramc / detail
  3. Update unit test — galbramc / detail
  4. Add boundary output groups for structured body forces — galbramc / detail
  5. Fix RefCoord solver — galbramc / detail
  6. Fix rotor source pertubation — galbramc / detail
  7. Finally get rotating pertubation periodicity correct — galbramc / detail
  8. Fix warnings — galbramc / detail

#9715 (Mar 16, 2024, 1:43:52 PM)

  1. Enable structured grids for ducted body force analysis. Possibly improve distance function calculation time. — galbramc / detail
  2. Some fixes for last commit — galbramc / detail
  3. Update unit test — galbramc / detail
  4. Add boundary output groups for structured body forces — galbramc / detail
  5. Fix RefCoord solver — galbramc / detail
  6. Fix rotor source pertubation — galbramc / detail

#9714 (Mar 16, 2024, 9:32:23 AM)

  1. Enable structured grids for ducted body force analysis. Possibly improve distance function calculation time. — galbramc / detail
  2. Some fixes for last commit — galbramc / detail
  3. Update unit test — galbramc / detail
  4. Add boundary output groups for structured body forces — galbramc / detail
  5. Fix RefCoord solver — galbramc / detail

#9713 (Mar 16, 2024, 3:22:56 AM)

  1. Enable structured grids for ducted body force analysis. Possibly improve distance function calculation time. — galbramc / detail
  2. Some fixes for last commit — galbramc / detail
  3. Update unit test — galbramc / detail
  4. Add boundary output groups for structured body forces — galbramc / detail

#9712 (Mar 15, 2024, 11:08:05 PM)

  1. Started refactoring Scalar Functions during SANS meeting — renat999 / detail
  2. Commiting progress on Function.h — renat999 / detail
  3. Forgot ScalarFunction.h — renat999 / detail
  4. Finished implementation of Function.h. Compiler errors are present — renat999 / detail
  5. Unit test — renat999 / detail
  6. March1_2024 — tonyryu / detail
  7. Fix up instantiation for ScalarFunction_Linear — galbramc / detail
  8. Passing (but incomplete) unit test for linear ScalarFunction — mbottot / detail

#9711 (Mar 15, 2024, 7:21:38 PM)

  1. Redefining adjoint as order p in SolutionData. Introduced projected_adjoint, which is p+1 projection of order p adjoint in SolutionData_VMSD_BR2.h, then renamed the variables in the SolverInterface_VMSD_BR2.h and the unit tests accordingly. — tonyryu / detail
  2. deleted SANS_refactor_test directory which had some savefiles from a test run to check the results. Renamed projected_adjoint to prolonged_adjoint in the solutiondata as well as the corresponding solverinterface and unit tests. — tonyryu / detail
  3. got rid of getAdjField(), got rid of sol_.prolonged_adjoint, and changed all the corresponding unit tests and toy codes that use these calls. — tonyryu / detail

#9710 (Mar 15, 2024, 4:16:35 PM)

  1. Enable structured grids for ducted body force analysis. Possibly improve distance function calculation time. — galbramc / detail