From 803ef15abfa075edf919d9bda37d3cb621f29633 Mon Sep 17 00:00:00 2001 From: Tianyi Hu Date: Tue, 7 Feb 2023 16:42:44 -0500 Subject: [PATCH] Update description --- README.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 61876fd0..3d485e79 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,14 @@ # Direct-Van-der-Waals-Simulation-Code-Mesh Source code, mesh file and related software for Direct Van der Waals Simulation (DVS) -# Content +# Content Description - Software -- Code2D -- Code3D -- Mesh -- CaseFiles -- PostProcess.py + - PETSC: Open source software for HPC. + - PetIGA: An isogeometric analysis software. + - IGAKIT: Post process software for PetIGA. + * The source code of PETSC, PetIGA and IGAKIT are all modified for this particular project +- Code2D: DVS code for 2D simulations +- Code3D: DVS code for 3D simulations +- Mesh: Geometry used for DVS simulations +- CaseFiles: Input files used for DVS simulations +- PostProcess.py: Post process script