Here are
89 public repositories
matching this topic...
A python module for scientific analysis of 3D data
Updated
Feb 16, 2022
Python
FEATool Multiphysics - "Physics Simulation Made Easy" (Fully Integrated FEA, FEniCS, OpenFOAM, SU2 Solver GUI & Simulation Platform)
Updated
Jan 3, 2022
MATLAB
Computional Fluid Dynamics (CFD) for FreeCAD based on OpenFOAM and Fenics solver
Updated
Dec 16, 2021
Python
High performance computational platform in Python for the spectral Galerkin method
Updated
Feb 22, 2022
Python
Next generation FEniCS Form Compiler for finite element forms
Updated
Feb 22, 2022
Python
A scientific machine learning (SciML) wrapper for the FEniCS Finite Element library in the Julia programming language
Updated
Dec 2, 2021
Julia
A Python library for isogeometric analysis (IGA) using FEniCS.
Updated
Nov 11, 2021
Python
Updated
Mar 29, 2021
Python
RBniCS - reduced order modelling in FEniCS
Updated
Feb 17, 2022
Python
Differentiable interface to FEniCS/Firedrake for JAX using dolfin-adjoint/pyadjoint
Updated
Nov 9, 2021
Jupyter Notebook
multiphysics FEM solver based on Fenics library
Updated
Jan 30, 2020
Python
UFL - Unified Form Language
Updated
Feb 21, 2022
Python
Topology optimization with finite element analysis in FEniCS. Final project for CSCI-GA.2420: Numerical Methods II at New York University.
Updated
Feb 12, 2020
Python
Updated
Mar 7, 2021
Python
Updated
Jun 7, 2021
Python
Differentiable interface to FEniCS for JAX
Updated
May 30, 2021
Python
multiphenics - easy prototyping of multiphysics problems in FEniCS
Updated
Feb 6, 2022
Python
Numerical simulation of magnetohydrodynamics.
Updated
Mar 19, 2021
Python
preCICE-adapter for the open source computing platform FEniCS
Updated
Feb 8, 2022
Python
Updated
Feb 21, 2022
Jupyter Notebook
Differentiable interface to FEniCS for PyMC3
Updated
Jan 13, 2022
Python
Notes on finite element method
A tool for generating PDEs ground truth datasets from ARCSim, FEniCS and SU2
Updated
Jul 5, 2021
Jupyter Notebook
computational adjoint-based shape optimization and optimal control software for python
Updated
Feb 21, 2022
Python
Automatic differentiation of FEniCS and Firedrake models in Julia
Updated
Mar 21, 2021
Julia
Topology optimization combining OpenFOAM® and FEniCS/dolfin-adjoint.
Updated
Dec 21, 2021
Python
FEniCS implementation: a phase field model for cohesive fracture in micropolar continua
Updated
Jan 2, 2020
Python
Improve this page
Add a description, image, and links to the
fenics
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
fenics
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
utils::ptr_vector<T>serves a similar purpose like smart pointers fromstd. We should remove this implementation in favor of smart pointers fromstd.I already took care of replacing
utils::ptr_vector<T>withstd::unique_ptrin precice/precice#1159, but there are many more places, whereutils::ptr_vector<T>is used.