-
Updated
Jan 25, 2021 - Python
#
adjoint
Here are 26 public repositories matching this topic...
A component of the DiffEq ecosystem for enabling sensitivity analysis for scientific machine learning (SciML). Optimize-then-discretize, discretize-then-optimize, and more for ODEs, SDEs, DDEs, DAEs, etc.
ode
dde
differentialequations
sde
dae
sensitivity-analysis
hacktoberfest
adjoint
backpropogation
neural-ode
scientific-machine-learning
neural-sde
sciml
-
Updated
May 30, 2022 - Julia
DAFoam: Discrete Adjoint with OpenFOAM for High-fidelity Multidisciplinary Design Optimization
-
Updated
Apr 30, 2022 - C
Differentiable interface to FEniCS/Firedrake for JAX using dolfin-adjoint/pyadjoint
-
Updated
Nov 9, 2021 - Jupyter Notebook
Differentiable interface to FEniCS for JAX
-
Updated
May 30, 2021 - Python
-
Updated
May 30, 2022 - Python
Automatic differentiation of FEniCS and Firedrake models in Julia
-
Updated
Mar 21, 2021 - Julia
Differentiable interface to Firedrake for JAX
-
Updated
Feb 28, 2021
Reverse-mode automatic differentiation with delimited continuations
-
Updated
Mar 13, 2022 - Haskell
A library for high-level algorithmic differentiation, primarily for use with FEniCS or Firedrake
-
Updated
May 30, 2022 - Python
Goal Oriented Adaptive Lagrangian Mechanics
-
Updated
Dec 9, 2021 - C++
3
jwallwork23
commented
Jun 9, 2021
- Minimum angle 2D
- Skewness 2D
- Equiangle skew 2D
- Minimum angle 3D
- Skewness 3D
- Equiangle skew 3D
- Extend aspect ratio to 3D
- Extend scaled Jacobian to 3D
Approximation algorithm to solve Optimal Control problems using the Adjoint Method. Assumes your controller is based on a parametric model. Uses Forward-Backward-Sweep adjoint method.
-
Updated
Sep 5, 2017 - C++
A shock-capturing adjoint solver for the compressible flow equations
-
Updated
May 4, 2020 - Fortran
Adjoint-based optimization and inverse design of photonic devices.
thesis
optimization
thesis-template
phd-thesis
electromagnetics
inverse-problems
adjoint
photonics
nanophotonics
-
Updated
Aug 22, 2019 - TeX
Easy interoperability with Automatic Differentiation libraries through NumPy interface to FEniCS adjoint
-
Updated
Feb 28, 2021 - Python
Python package for solving implicit heat conduction
-
Updated
Mar 18, 2021 - Jupyter Notebook
1D Heat Equation Model Problem for Field Inversion and Machine Learning Demonstration
-
Updated
Aug 22, 2019 - Python
Create animations, plots, and calculate summary statistics for MITgcm adjoint output
-
Updated
Sep 16, 2019 - MATLAB
Compute the gradient of the log likelihood function from a Kalman filter using the adjoint method.
-
Updated
May 4, 2021 - MATLAB
A Pytorch implementation of the radon operator and filtered backprojection with, except for a constant, adjoint radon operator and backprojection.
-
Updated
Jan 21, 2022 - Jupyter Notebook
Combinatorial algorithms in bioinformatics - Adjoint Graph
-
Updated
Dec 12, 2016 - C++
An adjointable cardiac mechanics data assimilator.
-
Updated
Mar 31, 2021 - Python
Improve this page
Add a description, image, and links to the adjoint topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the adjoint topic, visit your repo's landing page and select "manage topics."
Describe the bug
If
eps_ris shape(N,)then the fields solved are shape(N,1)Either:
eps_rarraysOr:
eps_rshape and reshape the fields to match.