maintainability
Working on this will make our lives easier in the long run as preCICE gets easier to maintain.
good first issue
Everybody is invited to help: students, users, externals, ...
#
computer-aided-engineering
Here are 14 public repositories matching this topic...
Advanced Simulation Library - hardware accelerated multiphysics simulation platform.
crystallography
gpgpu
scientific-computing
high-performance-computing
design-space-exploration
computational-fluid-dynamics
virtual-sensing
image-guided-surgery
computer-aided-engineering
-
Updated
Feb 20, 2022 - C++
Python bindings for OpenCASCADE via pybind11.
-
Updated
Nov 25, 2021 - Python
Mesh module from the Salome Platform
-
Updated
May 1, 2022 - C
Airframe Finite Element Modeler
python
engineering
fem
finite-element-analysis
cae
opencascade
computer-aided-design
computer-aided-engineering
aircraft-design
-
Updated
Jul 22, 2020 - Python
A coupled structural solver written with the C++ finite element library deal.II
c-plus-plus
finite-elements
multiphysics
fluid-structure-interaction
computer-aided-engineering
precice
structural-solvers
-
Updated
Feb 8, 2022 - C++
This is Circuit Solver which can solve any kind of circuit for you. Do check it out!!
javascript
python
web-development
canvas
js
electronics
circuit-simulator
circuits
circuit
nodal-analysis
mna
draw2d
computer-aided-engineering
solve-complicated-circuits
-
Updated
Dec 27, 2020 - JavaScript
SysADL Studio implements an Eclipse plug-in for SysADL Language, allowing both textual and graphical description, also supporting model simulation.
-
Updated
May 19, 2021 - Java
Python modules for working with Adams models and data.
-
Updated
Oct 21, 2021 - Batchfile
Allows users to concisely specify and execute a large number of tasks with complex and co-dependent input parameter variations
automation
python3
batch-processing
load-calculation
computer-aided-engineering
wind-turbine-simulation
-
Updated
Mar 26, 2020 - Python
FEDES is a Finite Element Data Exchange System for mapping finite element analysis data between different FE solvers and meshes with different element types and densities. Six commercial FE solvers are supported (ABAQUS, ANSYS, DEFORM, MARC, MORFEO, VULCAN). The FEA data outputted can be visualized with the open source program ParaView.
-
Updated
Nov 5, 2021 - Pascal
Program translates MSC Nastran Cquad elements with 1D Crod on leading edge to CAERO1 elements with generation of d2wgj, wkk and f2gj matricles.
flow
engineering
design
grid
preprocessor
matrices
subsonic
aircraft
surface
computational-fluid-dynamics
cae
aerodynamics
aerodynamic-studies
computer-aided-engineering
nastran
aerodynamic-surfaces
msc-nastran
-
Updated
Apr 11, 2018 - C++
Computer Assisted Engineering
finite-element-analysis
finite-element-methods
computer-aided-engineering
mathematics-for-engineers
mathematics-notes
-
Updated
May 5, 2021 - Jupyter Notebook
A space for Cae + Ml + Ai! Theme from fongandrew/hydeout. This repo is not intended to be updated in the future. All contents are moved to the WordPress platform at https://caeml.ai .
python
jekyll
github-pages
machine-learning
ai
optimization
ml
artificial-intelligence
dot
scipy
cae
ls-dyna
computer-aided-engineering
hydeout
visualdoc
vrand
lstc
bigdot
-
Updated
Jul 20, 2020 - CSS
Improve this page
Add a description, image, and links to the computer-aided-engineering topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the computer-aided-engineering topic, visit your repo's landing page and select "manage topics."
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.