KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#cli
#claude-code
#codex
#developer-tools
#react
#windows
asimov-contact
★ 25
Open GitHub ↗
Contact models for ASiMoV
Download README (.md)
Explore Similar Repositories
dolfinx_mpc
:
Extension for dolfinx to handle multi-point constraints.
adios4dolfinx
:
Extending DOLFINx with checkpointing functionality
FEMlium
:
FEMlium – interactive visualization of finite element simulations on geographic maps with folium
performance-test
:
Mini App for FEniCSx performance testing
FEniCSx_codes
:
Example finite element codes for coupled theories in solid mechanics.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
asimov-contact
?
Download (.md)
# dolfinx-contact This library is for computing contact between deforming bodies using [FEniCSx](https://fenicsproject.org), and targets massively parallel simulations. It builds on the [DOLFINx](https://github.com/FEniCS/dolfinx) library. dolfinx-contact is under heavy development and is highly experimental. ## Installation DOLFINx contact requires DOLFINx (v0.11.0) installed on your system. To build the library, you can call: ```bash ```bash export VERBOSE=1 cmake -G Ninja -DCMAKE_BUILD_TYPE=Developer -B build-contact -S cpp/ ninja -C build-contact install ``` to install the C++ interface and ```bash python3 -m pip -v install -r ./python/build-requirements.txt python3 -m pip -v install --no-build-isolation python/ ``` to install the Python interface. ## Notes Contact models using DOLFINx and Nitsche's method. See demos for comparisons of traditional Nitche methods compared to SNES models for unilateral contact. See tests for testing of custom assemblers that will be used for unbiased contact between two mesh surfaces.