All Projects → halbux → Sparselizard

halbux / Sparselizard

Licence: other
C++ FEM library | user-friendly | multi-physics | hp-adaptive

Projects that are alternatives of or similar to Sparselizard

Polyfem
A polyvalent C++ FEM library
Stars: ✭ 147 (+1.38%)
Mutual labels:  finite-elements, simulation
Libmesh
libMesh github repository
Stars: ✭ 450 (+210.34%)
Mutual labels:  finite-elements, simulation
Moose
Multiphysics Object Oriented Simulation Environment
Stars: ✭ 652 (+349.66%)
Mutual labels:  finite-elements, simulation
D2 Admin
An elegant dashboard
Stars: ✭ 11,012 (+7494.48%)
Mutual labels:  element
Splatter
Simple simulation of single-cell RNA sequencing data
Stars: ✭ 128 (-11.72%)
Mutual labels:  simulation
Galsim
The modular galaxy image simulation toolkit. Documentation:
Stars: ✭ 138 (-4.83%)
Mutual labels:  simulation
Solidspy
2D-Finite Element Analysis with Python
Stars: ✭ 142 (-2.07%)
Mutual labels:  finite-elements
Core
parallel finite element unstructured meshes
Stars: ✭ 124 (-14.48%)
Mutual labels:  finite-elements
Nrn
NEURON Simulator
Stars: ✭ 140 (-3.45%)
Mutual labels:  simulation
Phy Net
compressing physics with neural networks
Stars: ✭ 133 (-8.28%)
Mutual labels:  simulation
Webgl Fluid Simulation
Play with fluids in your browser (works even on mobile)
Stars: ✭ 11,621 (+7914.48%)
Mutual labels:  simulation
Nutzwk
WK系列开发框架-V1至V5 Java开源企业级开发框架(单应用/微服务/分布式)
Stars: ✭ 1,629 (+1023.45%)
Mutual labels:  element
C Is For Camera
A 35mm camera, based on the Canonet G-III QL17 rangefinder, simulated in Python.
Stars: ✭ 138 (-4.83%)
Mutual labels:  simulation
Hive
Ethereum end-to-end test harness
Stars: ✭ 127 (-12.41%)
Mutual labels:  simulation
Mss
Marine Systems Simulator (MSS)
Stars: ✭ 142 (-2.07%)
Mutual labels:  simulation
Vue Todos
vue最新实战项目教程,从零开始,一步一个脚印,循序渐进。跟着我一起学习vue吧!
Stars: ✭ 1,659 (+1044.14%)
Mutual labels:  element
Osvvm
OSVVM Utility Library: AlertLogPkg, CoveragePkg, RandomPkg, ScoreboardGenericPkg, MemoryPkg, TbUtilPkg, TranscriptPkg, ...
Stars: ✭ 140 (-3.45%)
Mutual labels:  simulation
Cam2bev
TensorFlow Implementation for Computing a Semantically Segmented Bird's Eye View (BEV) Image Given the Images of Multiple Vehicle-Mounted Cameras.
Stars: ✭ 129 (-11.03%)
Mutual labels:  simulation
Abce
Agent-based computational Economics, the Python library that makes AB modelling easier
Stars: ✭ 130 (-10.34%)
Mutual labels:  simulation
Pydy Tutorial Human Standing
PyDy tutorial materials for MASB 2014, PYCON 2014, and SciPy 2014/2015.
Stars: ✭ 135 (-6.9%)
Mutual labels:  simulation

Build instructions

Run the scripts in the 'install_external_libs' folder then:

mkdir build && cd build
cmake ..
cmake --build . -j$(nproc)

To provide a custom path to the petsc, gmsh (optional) or mpi (optional) folder use:

cmake .. -DPETSC_PATH=/yourpath/petsc -DGMSH_PATH=/yourpath/gmsh -DMPI_PATH=/yourpath/mpi

It may be convenient to use the cmake GUI:

cmake-gui

Add project

Simulation projects are located under simulations. In order to create a new simulation:

  1. Copy simulations/default folder with different name. Let's say that the new folder is simulations/newsim
  2. Replace target name default with the new one in simulations/newsim/CMakeLists.txt
  3. Add line add_subdirectory(newsim) to simulations/CMakeLists.txt
  4. Build as usual. Executable file will be located in build/simulations/newsim folder
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].