Here are
84 public repositories
matching this topic...
A python module for scientific analysis of 3D objects based on VTK and Numpy
Updated
Aug 14, 2021
Python
FEATool Multiphysics - "Physics Simulation Made Easy" (Fully Integrated FEA, FEniCS, OpenFOAM, SU2 Solver GUI & Simulation Platform)
Updated
Jul 26, 2021
MATLAB
pyMOR - Model Order Reduction with Python
Updated
Aug 17, 2021
Python
Computional Fluid Dynamics (CFD) for FreeCAD based on OpenFOAM and Fenics solver
Updated
Mar 17, 2021
Python
High performance computational platform in Python for the spectral Galerkin method
Updated
Aug 10, 2021
Python
Next generation FEniCS Form Compiler
Updated
Aug 17, 2021
Python
A scientific machine learning (SciML) wrapper for the FEniCS Finite Element library in the Julia programming language
Updated
Apr 5, 2021
Julia
A Python library for isogeometric analysis (IGA) using FEniCS.
Updated
Apr 29, 2021
Python
RBniCS - reduced order modelling in FEniCS
Updated
Jun 4, 2021
Python
Updated
Mar 29, 2021
Python
multiphysics FEM solver based on Fenics library
Updated
Jan 30, 2020
Python
Differentiable interface to FEniCS/Firedrake for JAX using dolfin-adjoint/pyadjoint
Updated
Apr 6, 2021
Jupyter Notebook
FIAT: FInite element Automatic Tabulator
Updated
Jun 7, 2021
Python
UFL - Unified Form Language
Updated
Aug 13, 2021
Python
Differentiable interface to FEniCS for JAX
Updated
May 30, 2021
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
Maelstrom, a Python tool for the numerical simulation of magnetohydrodynamics.
Updated
Mar 19, 2021
Python
multiphenics - easy prototyping of multiphysics problems in FEniCS
Updated
Jun 21, 2021
Python
Updated
Mar 7, 2021
Python
Updated
Aug 16, 2021
Jupyter Notebook
Differentiable interface to FEniCS for PyMC3
Updated
Feb 28, 2021
Python
Updated
Jul 29, 2021
Python
Notes on finite element method
computational adjoint-based shape optimization and optimal control software for python
Updated
Aug 13, 2021
Python
Automatic differentiation of FEniCS and Firedrake models in Julia
Updated
Mar 21, 2021
Julia
A tool for generating PDEs ground truth datasets from ARCSim, FEniCS and SU2
Updated
Jul 5, 2021
Jupyter Notebook
FEniCS implementation: a phase field model for cohesive fracture in micropolar continua
Updated
Jan 2, 2020
Python
Easy interoperability with Automatic Differentiation libraries through NumPy interface to Firedrake and FEniCS
Updated
May 30, 2021
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.
Please describe the problem you are trying to solve.
The current implementation of the barycentric coordinates are overly complicated and explicitly require the normals of triangles or edges. There are simpler ways to implement this.
Describe the solution you propose.
math/barycenter.[ch]ppEdge::computeNormal()as it is unnecessary.**Describe alternativ