Search Results for "extended finite element method"

Showing 20 open source projects for "extended finite element method"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Cloud tools for web scraping and data extraction Icon
    Cloud tools for web scraping and data extraction

    Deploy pre-built tools that crawl websites, extract structured data, and feed your applications. Reliable web data without maintaining scrapers.

    Automate web data collection with cloud tools that handle anti-bot measures, browser rendering, and data transformation out of the box. Extract content from any website, push to vector databases for RAG workflows, or pipe directly into your apps via API. Schedule runs, set up webhooks, and connect to your existing stack. Free tier available, then scale as you need to.
    Explore 10,000+ tools
  • 1

    xfemm

    Cross platform electromagnetics finite element analyisis based on FEMM

    Cross platform electromagnetics finite element analysis code, with very tight integration with Matlab/Octave. Development of xfemm now takes place on Github here: https://github.com/REOptimize-Systems/xfemm xfemm is a refactoring of the core algorithms of the popular Windows-only FEMM (Finite Element Method Magnetics, www.femm.info) to use only the standard template library and therefore be cross-platform.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 2
    Display FEM (finite element method) grids. scroll, zoom, different colorings, sort them to increase cache efficiency and many other features
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    RAtom

    solves nonlinear Kohn-Sham equation for the neutral atom.

    RAtom solves nonlinear Kohn-Sham equation for the neutral atom. The adaptive algorithm based on finite element method (FEM) is implemented. Discretization of the differential eigenvalue problem is done by finite element method with Lobatto polynomials as a basis functions. High order Gauss quadratures are applied in order to obtain the total energy of atom with absolut accuracy of 1E-6 hartree. Disctretization leads to generalized eigenvalue problem, which is solved by procedures from LAPACK libraries. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4

    RSchr-5

    Solves one-electron Schrödinger equation, with SLEPc and PETSc

    RSchr-5 calculates the smallest eigenvalues of the one-electron Schrödinger equation. The solved problem is defined on the finite domain, which is a box. The problem is solved with the zero Dirichlet boundary conditions. The implemented algorithm uses Finite Element Method with B-splines as basis functions. Disctretization leads to generalized eigenvalue problem. Program RSchr-5 solves the generalized eigenvalue problem by algorithms implemented in SLEPc amd PETSc libraries. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Desktop and Mobile Device Management Software Icon
    Desktop and Mobile Device Management Software

    It's a modern take on desktop management that can be scaled as per organizational needs.

    Desktop Central is a unified endpoint management (UEM) solution that helps in managing servers, laptops, desktops, smartphones, and tablets from a central location.
    Learn More
  • 5

    Ulambator

    boundary element based flow solver for microfluidics

    Ulambator solves the depth-averaged Stokes equations using a boundary element method. The combination of both reduces the discretization effort from 3D to 1D. Hence the flow solver is well adapted to free interface flows in shallow geometries. The manual and tutorial codes are still being extended. New functions will be made available. For more user information please check http://lfmi.epfl.ch/ulambator
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    CFD2D

    The incompressible Navier-Stokes equations solver in 2D domains

    CFD2D is open source software for Linux for solving the non-dimensionalized incompressible Navier-Stokes equations (NSE) inside an arbitrary two-dimensional domain inscribed in a unit square with Dirichlet and "do-nothing" boundary conditions. The space discretization is based on Finite Element Method (FEM) using an approximately uniform triangular mesh. The two choices of FE spaces are offered, these are of the so called MINI-element and of the Taylor-Hood element. The first element consists of continuous piecewise linears with a cubic bubble function for the velocity field, and the second of continuous piecewise quadratics for the same. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Toastpp

    Toastpp

    Forward and inverse modelling in optical tomography

    Toast++ is a C++ software package for modelling light transport in scattering media using the finite element method. It allows 3D reconstruction of absorption and scattering distributions inside an object from boundary measurements of light transmission, using steady state, time domain or frequency domain information. Matlab and Python bindings exist for ease of use and fast prototyping.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    ciGen

    ciGen

    ciGen is a short C++ code to generate cohesive interface elements.

    Cohesive zone model (CZM) is a powerful method to study many cracking phenomena. Cohesive interface elements constitute a simple to implement yet valuable tool to implement CZM. This project provides a simple C++ code that reads a finite element mesh, modify it and generate cohesive interface elements where needed. It can read Gmsh (http://geuz.org/gmsh/) or ABAQUS input files and write the mesh to any format such as ABAQUS and jive (http://www.dynaflow.com/en_GB/jive.html). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    OpenXfem++

    OpenXfem++ is an XFEM (eXtended Finite Element Method) written in C++.

    OpenXfem++ is an XFEM (eXtended Finite Element Method) written in C++ using object-oriented techniques. It supports propagation of multiple two dimensional cracks. Furthermore, it allows composite materials to be modeled on a structured mesh which is independent of the inclusions. The implementation is described in the following article An extended finite element library S Bordas, PV Nguyen, C Dunant, A Guidoum, H Nguyen‐Dang International Journal for Numerical Methods in Engineering 71 (6), 703-732.
    Downloads: 2 This Week
    Last Update:
    See Project
  • The first and only enterprise browser that solves both enterprise security and workforce productivity Icon
    The first and only enterprise browser that solves both enterprise security and workforce productivity

    A browser purpose-built for work: one that simultaneously supercharges enterprise security, workforce productivity and enterprise AI.

    Traditional browsers were never designed for work. They're for internet browsing. Imagine a browser purpose-built for work: one that simultaneously supercharges enterprise security, workforce productivity and enterprise AI.
    Learn More
  • 10

    ViennaFEM

    A finite element solver using state-of-the-art programming techniques.

    ViennaFEM is a library-centric implementation of the finite element method in C++. It features a symbolic math kernel, which manipulates the strong or weak form of the problem and automatically derives the discrete form. ViennaFEM is built on top of the following libraries: ViennaMath provides the symbolic math kernel, ViennaGrid (with ViennaData) allows for a generic grid handling and quantity storage, while ViennaCL provides the linear solvers and GPU acceleration.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    ViennaMath

    A symbolic math kernel in C++

    ViennaMath provides a symbolic math kernel which can be used either for compile-time processing, or for run-time evaluation. Unlike other symbolic math implementations, ViennaMath aims at providing a fast math layer for use with numerical methods such as the finite element method (cf. ViennaFEM)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    The Virtual Geoscience Workbench for discontinuous systems is a computer software environment for modelling. We have made the combined Finite-Discrete Element Method (FEMDEM) the core of our solids technology.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    This is a program for numerical solution of Euler equations of compressible flows using discontinuous galerkin method. The code is written on top of the deal.II finite element library. Code has been moved to https://github.com/cpraveen/dflo
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    chemfem is a high order finite element method that can solve general partial differential equations and the reacting Navier Stokes equations in particular.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    FSEM is a set of freeFEM++ scripts and C++ code to solve the drift-diffusion (DD) semiconductor device equations by the finite element method (FEM). It was initially developed for the nonlinear study of semiconductors under high optical injection.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    This is a client/server/CORBA software aiming at solving partial differential equations.The server provides the solver while the client provides the input data and the handling of the output using a graphic library, vtk.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    The ADFC code is a computational fluid dynamics (CFD) C++ solver for incompressible viscous flow over 2D and 3D geometries. It uses finite element and the characteristic method on unstructured meshes to solve Navier-Stokes equations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Seismic Wave Propagation in 2D acoustic or elastic media using the following methods: Staggered-Grid Finite Difference Method, Spectral Element Method, Interior-Penalty Discontinuous Galerkin Method, and Isogeometric Method.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    PAI2008: Program for Finite Element Method Modelling. Written as a part of Engineer Application Programming class at Technical University of Czestochowa. Mostly concentrated around temperature distribution.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Cross-platform C++ library of mathematical routines for handling matrix algebra, random numer generators, fourier transforms, finite element method solving.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next