Search Results for "finite element in java" - Page 6

Showing 345 open source projects for "finite element in java"

View related business solutions
  • Keep company data safe with Chrome Enterprise Icon
    Keep company data safe with Chrome Enterprise

    Protect your business with AI policies and data loss prevention in the browser

    Make AI work your way with Chrome Enterprise. Block unapproved sites and set custom data controls that align with your company's policies.
    Download Chrome
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    Build gen AI apps with an all-in-one modern database: MongoDB Atlas

    MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
    Start Free
  • 1
    MT2D

    MT2D

    An 2D magnetotellurics finite element solver using unstructured grids

    MT2D is a two dimensional magnetotellurics or raido magnetotellurics forward modeling software. In terms of unstructured grids, it can deal with arbitrarily complicated models, including the surface topographies. It allows for arbitrary distributions of conductivity, permittivity and permeability. In addition, it offers two algorithms: the total field approach and the secondary field approach. At present, most of 2D MT modeling codes are developed in terms of Matlab or FORTRAN and...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 2

    OGFEM1d

    A simple one-dimensional example of the OGFEM

    We apply the Orthonormalized Generalized Finite Element Method (OGFEM) to the one-dimensional inhomogeneous modified Helmholtz equation and compare its performance with the traditional Finite Element Method (FEM). The OGFEM avoids loss of accuracy by modifying the basis such that it results in a system matrix with a condition number which is significantly lower in comparison with the condition numbers obtained by the GFEM/XFEM or SGFEM/SXFEM. Consequently, enriched basis functions can...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Calliope

    A modern Fortran GWMFE implementation for time dependent PDE systems

    A modern Fortran implementation of the gradient-weighted moving finite element (GWMFE) method for time-dependent PDE systems. This is a new effort in the early stages of development; see NEWS for the latest status of the project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    San Le's Free Finite Element Analysis
    SLFFEA stands for San Le's Free Finite Element Analysis. It is a package of scientific software and graphical user interfaces for use in finite element analysis. It is written in ANSI C by San Le and distributed under the terms of the GNU license.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Deliver secure remote access with OpenVPN. Icon
    Deliver secure remote access with OpenVPN.

    Trusted by nearly 20,000 customers worldwide, and all major cloud providers.

    OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
    Get started — no credit card required.
  • 5
    FREEML

    FREEML

    Your own fantasy script to xml

    This is a parser and writer to convert free script to xml. The script is defined in a package where each class describes one element. There are certainly other projects of this type. But this project is created to keep this transformation as simple as possible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Handles Hexahedral, Tetrahedral, Quadrilateral, and Triangle meshes. Lagrangian, Hierarchic, and Monomial finite elements. Interface to PETSc solvers, adaptive mesh refinement, and extreme portablility.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Fast Finite Element Method implementation in native MATLAB.
    Downloads: 1 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). The code...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Mobster

    Mobster: a robust tool for Mobile Element Insertion detection in NGS

    Mobster is used to detect novel (non-reference) Mobile Element Insertion (MEI) events in BAM files and uses both a discordant read pair method and a split-read method.
    Downloads: 3 This Week
    Last Update:
    See Project
  • Photo and Video Editing APIs and SDKs Icon
    Photo and Video Editing APIs and SDKs

    Trusted by 150 million+ creators and businesses globally

    Unlock Picsart's full editing suite by embedding our Editor SDK directly into your platform. Offer your users the power of a full design suite without leaving your site.
    Learn More
  • 10
    ViennaGrid is a generic mesh handling library that provides the traversal of structured and unstructured grids in arbitrary spatial dimensions, in particular 1d, 2d and 3d. Quantities can be conveniently stored on mesh elements using ViennaData.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Nonlocal and Gradient Elasticity

    Assessment of high order one-dimensional approximation schemes

    These Matlab scripts illustrate the numerical solution of two one-dimensional tensile rods equipped with integro-differential and strain-gradient constitutive laws by means of classical Hermitian and Lagrangian finite element discretizations, B-spline finite element discretizations and C∞ generalized finite element discretizations. Reference M. Malagù, E. Benvenuti, C. A. Duarte, and A. Simone. One-dimensional nonlocal and gradient elasticity: Assessment of high order approximation schemes...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    algorithmic trading testing

    Testing framework for structures regarding performance.

    Framework for testing of various java structures regarding performance. Eg. comparison of arrays vs list. Performance of structures is crucial when building software aiding algorithmic trading. In area of algorithmic trading, especially in high frequency trading. In high frequency trading (HFT) it is all about latency. Software which supports this kind of operations has to introduce lowest possible latency by itself. Therefore analysing every possible element that may introduce latancy...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    An application to load finite element models, and run specific analysis.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Java ThreadPool

    Simple java threadpool

    Java ThreadPool is a java framework which gives the user the possibility to execute a divided problem into a finite number of subproblems, execute each subproblems in an asynchronous way and combine the result of each subproblem in a final result for the initial problem. The division of the problem into subproblems and the combining the subproblems' results into a result for the initial problem, is the user responsability.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Java FiniteStateMachine

    Simple Finite State Machine in Java

    Implementation of a few Finite Automata in Java. The project is mainly of academic interest but can also be used to describe state transition diagrams in a business application. Check out the project wiki for a quick introduction: https://sourceforge.net/p/javafsm/wiki/Home/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    AlgART Java Libraries

    Open source library for processing arrays and matrices

    AlgART Java libraries for processing arrays and matrices are open-source product, distributed under MIT license. So, anyone can use them for free without any restrictions. Main features: 63-bit addressing of array elements (64-bit long int indexes), memory model concept (allowing storing data in different schemes from RAM to mapped disk files), wide usage of lazy evaluations, built-in multithreading optimization for multi-core processors, wide set of image processing algorithms over matrices...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    GWT-AppNavigation-Project

    GWT-AppNavigation-Project

    Example GWT Project showing how to navigate between different views.

    One of the main features of a GWT application is, that you can write all your code in Java and do not need to care about HTML, CSS and JavaScript. All content can be loaded into the same div-element in one HTML-Standardpage. Sounds perfectly alright, but how do you navigate between different views, if for example you need a loginpage and don´t want the user to have access to your application before entering the right logindata? Of course there is the possibility to have more than one HTML...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    FPA-CAD

    Function Point Analysis-Computer Aided Design

    FPA-CAD is an application developed to support the measurement of the functional size of the code according to the FPA method of IFPUG. FPA-CAD draws each of the elements of the FPA method. FPA-CAD calculate automatically FPs of each element drawn. FPA-CAD built a report with the results of the project that has been measured
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    fesslix

    fesslix

    Stochastic Analysis

    A brief summary of the main features of Fesslix: - Perform non-intrusive reliability analysis or Bayesian updating either --- by running commands on the command line or --- by means of an Octave interface or --- by means of a Python interface - Flexible input language for writing Fesslix parameter files --- Control flow statements (e.g. if, for, while) --- Most parameters can be defined as functions - Working with response surfaces - Linear finite element analysis using truss, beam...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    ObjectiveFrame

    Concept for a 3D Finite element application

    ObjectiveFrame is a 3d beam analysis application. The aim of the application is to create an interactive application without the need for discrete calculation steps. Users should be able to interact with the finite element model.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    dealiiadditions

    Additions to the deal.ii finite element framework

    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Ellipt2d is a finite element program for solving second order, real and complex, two-dimensional elliptic problems with user-defined operators. Because Ellipt2d is written in Python, the code can easily be adapted for specific problems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    WOLFSIM: Wideband Optical FDTD Simulator

    FDTD Electomagnetic Wave Simulation Software

    WOLFSIM is a Finite-Difference Time-Domain electromagnetic simulator, designed to be easy to use but still very powerful, developed and maintained by researchers at North Carolina State University. It's features include: -1D, 2D, and 3D structures that are periodic in 1 or 2 dimensions -Materials that are anisotropic in permittivity and conductivity -Obliquely incident sources -Built-in vectorial (i.e. full polarization) near-to-far-field transformation See
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24

    CrowdDoc for Eclipse

    CrowdDoc provides a context-driven documentation from the web

    CrowdDoc is an Eclipse plugin aiming to provide most relevant information for the currently selected code element. The behaviour is similar to JavaDoc view, but is not limited to single language, and uses crowd-sourced documentation resources, such as StackOverflow. The project is inspired by a work from Ninlabs Research (http://blog.ninlabs.com/2012/05/crowd-documentation/) Eclipse p2 update site: http://crowddoc.sourceforge.net/updates
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    We are making the Lucene Korean Analyzer. The Korean Language dictionary is most important element in Lucene Korean Analyzer. We are making the Korean Dictionary for lucene korean analyzer also.
    Downloads: 0 This Week
    Last Update:
    See Project
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.