Search Results for "finite element c++" - Page 5

Showing 459 open source projects for "finite element c++"

View related business solutions
  • Business Continuity Solutions | ConnectWise BCDR Icon
    Business Continuity Solutions | ConnectWise BCDR

    Build a foundation for data security and disaster recovery to fit your clients’ needs no matter the budget.

    Whether natural disaster, cyberattack, or plain-old human error, data can disappear in the blink of an eye. ConnectWise BCDR (formerly Recover) delivers reliable and secure backup and disaster recovery backed by powerful automation and a 24/7 NOC to get your clients back to work in minutes, not days.
  • Gain insights and build data-powered applications Icon
    Gain insights and build data-powered applications

    Your unified business intelligence platform. Self-service. Governed. Embedded.

    Chat with your business data with Looker. More than just a modern business intelligence platform, you can turn to Looker for self-service or governed BI, build your own custom applications with trusted metrics, or even bring Looker modeling to your existing BI environment.
  • 1

    F3DM

    Finite Element Method on 3D Meshes

    f3dmlib is a FEM library that can read, write and analyse 3D tetrahedral meshes, minimize a given functional, and refine the resulting meshes. The minimization is parallelized with OpenMP. Three main features in unstable 1.8.x version (available via GIT): quadratic elements, periodic boundary conditions, and the solver for scalar and electromagnetic wave equations. f3dmgeom is a collection of a few simple tools for creating surface meshes for tetgen. It can handle simple geometries only.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    RegexToNFA

    Compiles regular expressions into modular NFA

    This program compiles regular expressions (regexes) written in the modified ECMAScript regex grammar into modular nondeterministic finite automata suitable for hardware acceleration. This was originally an extended re-implementation of the "front-end" part in the following paper: https://www.computer.org/csdl/proceedings/reconfig/2008/3474/00/3474a073-abs.html It has since grown to include conversion of a set of NFAs to a DFA; compilation of NFAs to instruction suitable for simulation...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    FeRaL

    FeRaL

    Finite Element Rapid Analysis Lab

    FEMM procedures to analyse rotating machines.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    ZM

    ZM

    A library to handle coroutine and green thread in C

    ZM is a C library to handle continuations (coroutine, exception, green thread) with finite state machines. The library is written in C99 without external dependecy or machine-specific code and can be compiled in ansi-c or ansi-c++ with the minal effort to define two unsigned int type (uint8_t and uint32_t).
    Downloads: 3 This Week
    Last Update:
    See Project
  • The next chapter in business mental wellness Icon
    The next chapter in business mental wellness

    Entrust your employee well-being to Calmerry's nationwide network of licensed mental health professionals.

    Calmerry is beneficial for businesses of all sizes, particularly those in high-stress industries, organizations with remote teams, and HR departments seeking to improve employee well-being and productivity
  • 5

    Transformer

    Group theory research project

    This C# library allow to : - generate group from set of elements; - get properties of group or group element; - create your own groups and elements; - provide generic interfaces for creators;
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    2D Structural Analysis

    2D Structural Analysis

    Determine the bending moments, shear forces, axial forces and displace

    2D Structural Analysis in Python by Ritchie Vink A collection examples of 2D Finite Element Analysis (FEA) made with Jupyter Notebook Lab - https://jupyter.org/ To install Jupyter - https://jupyter.org/install ===== App is available on Play Store -> https://play.google.com/store/apps/details?id=com.ulm.struct If you want to download a python editor for your android smartphone follow this link -> https://play.google.com/store/apps/details?id=com.ulm.python
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7

    SPHazard

    Mixed Finite Element and SPH Multi-Hazard model on the GPU

    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    SaxMagique is a c++ library that offers an API for creating a saxparser. It is intended to be the simplest way theoretically possible to create a complex saxparser. It build-up the [start|end]Element and characters handlers needed by expat.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    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
  • Powerful small business accounting software Icon
    Powerful small business accounting software

    For small businesses looking for desktop accounting software

    With AccountEdge, business owners can organize, process, and report on their financial information so they can focus on their business. Features include: accounting, integrated payroll, sales and purchases, contact management, inventory tracking, time billing, and more.
  • 10
    Finite Transform Library

    Finite Transform Library

    A Library is for Finite Transforms

    The Library is for Finite Transforms such as the Number Theoretic Transform (NTT) and Finite Radon Transform (FRT). Current modules include NTTW for NTTs with high resolution (microsecond) timing, basic array and imaging. The transforms are optimised for performance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Virtual Laboratory Environment

    Virtual Laboratory Environment

    A multi-modeling and simulation environment to study complex systems

    ... mathematical formalism: Ordinary Differential Equation with Euler, Range-Kutta or QSS integrator, Finite state automaton (FDDEVS, UML State chart, Hybrid Petri net). The VLE environment provides an IDE to develop C++ models, DEVS coupled models. VLE have also three ports to use the VFL with Python, Java and R programming languages.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 12
    WEMax

    WEMax

    Work Efficiency Maximize Framework: Analyze work and line processes

    ... the framework, WEMax categorized a manned assembly line into five analysis levels (workstation, worker, operation cycle, work element, and unit motion), and identified user requirements on each level. Among these five, the workstation level supports line balancing, while the other four (worker, operation cycle, work element, and unit motion) address work process improvement. The WEMax framework has been implemented and tested with various examples from Korean assembly-line-based manufacturers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    glint

    glint

    A tool for finite state machine analysis and synthesis.

    glint is a tool facilitating you in development of state-oriented control entities which supposed to be used in very broad areas of programming (e.g. state-oriented network protocols). glint saves you from pondering how your finite state machine should be organized, how many states it should have and what they should mean. You just tell glint how you would like your control entity to operate and glint returns to you the synthesised magic black box which implements the desired logic. Also...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    anything_prototype

    prototype for a std::map based store any type "database"

    using std::map and unique_ptr plus some template magic to build a kind of in memory database to store any kind of type with an ID(key), also using some minimal RTTI of C++ to access a Element of type A as type B. the Result is a storage backend which enables to read n write everything with the same 2 commands - or 3 in the special case of the seperated "Array" Interface
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    NUGKit

    Numerical Unstrcuted Grid Kit for scientific computing

    This project is providing some part of scientific computing for doing finite element method about grid or mesh information. It is designed for handling grid information in parallel computing. And it also provides some modules for boundary conditions and data file formats.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    finds exact gain, directivity and input impedance of Yagi or log-periodic antennas (planar symmetric array of cylindrical dipoles, many driven elements) for a range of specified frequencies, integrates 2D for segments on the same element, moment method
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    NGSolve is a general purpose Finite Element Library on top of Netgen. With the basic library one can solve heat flow equations, Maxwell equations, and solid mechanical problems. Several add-ons are available for particular application classes. New paper: J. Schöberl: "C++11 Implementation of Finite Elements in NGSolve", ASC Report 30/2014, Institute for Analysis and Scientific Computing, Vienna University of Technology, 2014 http://www.asc.tuwien.ac.at/~schoeberl/wiki/publications/ngs...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    ElemenTable - Periodic Table

    ElemenTable - Periodic Table

    Simple colored and interactive Periodic Table of Elements

    ElemenTable is a colorful periodic table of elements application for Windows (requires .NET Framework v.4.5 or higher). It gives many important information, e.g. atomic mass or electronegativity, about all current chemical elements from Hydrogen [1] to Oganesson [118]. All elements are ordered in a colorful periodic table layout which can be changed in color to show either the element groups, the element states or the element types. The data of the chemical elements is hosted at https...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 20
    A Finite State Machine Editor, written on QT. It allows to draw Finite State Machine with easy GUI and store it in XML file. There are Finite State Machine Compilers to translate this description to source code (technique like QT's UIC uses).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    ffp

    ffp

    A 3D Free Finite element Program

    A 3D Free Finite element Program. Still under development but already working: solves the steady state Navier-Lamé and the Laplace equation in 3D on tetrahedrons. It uses the Intel MKL and NVIDIA CUDA library for solving. GSL support needs to be improved. Open CL is still missing. In addition to the numerical core (which can be used stand-alone), another project called mcf exists for using ffp as a FEFLOW plug-in.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    Adaptive Search

    Adaptive Search is a constraint-based Local Search method.

    Adaptive Search is a generic, domain-independent constraint-based Local Search method. This metaheuristic takes advantage of the structure of the problem in terms of constraints and variables in order to guide the search. The input of the method is a CSP, defined as a triple (X;D;C), where X is a set of variables, D is a set of domains (i.e., finite sets of possible values for each variable), and C a set of constraints restricting the values that the variables can...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Helsinki Finite-State Technology
    The Helsinki Finite-State Transducer toolkit is intended for processing natural language morphologies. The toolkit is demonstrated by wide-coverage implementations of a number of languages of varying morphological complexity.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 24
    ParaFEM

    ParaFEM

    Parallel finite element analysis

    ParaFEM is an open source platform for parallel finite element analysis. The source code and philosophy are documented in the text book Smith, Griffiths and Margetts, "Programming the Finite Element Method", 5th Edition, Wiley, 2014. The software is written in modern Fortran and uses MPI for message passing.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    CodeConics

    CodeConics

    CodeConics is a C# lexer/parser/syntax tree generatior

    CodeConics is simple, intuitive, easy to use and debug code-manipulation solution, that is grammar independent and recursion based, as opposed to other DFA(Deterministic Finite-state Automata) based solutions.
    Downloads: 3 This Week
    Last Update:
    See Project