-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e1d6b3b
commit 803ef15
Showing
1 changed file
with
10 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |