From 0c54e0da312912e068fd72ed70974c4848b53491 Mon Sep 17 00:00:00 2001
From: michalJur <56348419+michalJur@users.noreply.github.com>
Date: Tue, 24 May 2022 15:19:01 +0200
Subject: [PATCH] Update README.md
---
README.md | 26 ++++++++++++++++++++++----
1 file changed, 22 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 5008b787..01d59f25 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,31 @@
# conmech
-Contact mechanics simulation package
-
conmech is a simulating package written in Python that allows to numerically solve contact mechanics problems. It uses the Finite Element Method, works with static, quasistatic and dynamic models, both in 2D and 3D. It can simulate various physical phenomena, such as Coulomb friction and hardness of the obstacle. Additional variables, such as the temperature of the body, can also be calculated. The code is modular and can be further extended to include other models.
+| 2D, with temperature | 3D |
+:-------------------------:|:-------------------------:
+ |
+
+
+## Instalation
+
+Install requirements from "requirements.txt"
+
+## Usage
+
+To run sample simulations, start any file from examples folder
-, and can calculate .
# deep_conmech
-This project uses Graph Neural Networks to learn dynamic contact mechanics simulations based on energy function implemented in conmech.
+deep_conmech uses Graph Neural Networks to learn dynamic contact mechanics simulations based on energy function implemented in conmech.
+
+
+
+ |
+:-------------------------:|:-------------------------:
+
+
+
+