Skip to content

wenqing/ogs-FDM-PETSc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

 

 By Wenqing Wang
 03.2011
 
 A simple explicit FDM code for parabolic equations.
 
 Feature:
 Arbitrary boundary
 Sparse matrix storage
 Iterative solve
 Parellel computing with PETSc
 Flexible boundary condition definition
 human readable input
 
 Compilation:
 Use Cmake to generate a project or makefile by command 
 for sequential executable file: cmake [path to source folder] 
 for parallel executable file: cmake [path to source folder] -DUSE_PETSC=ON

About

A parallel 2D finite difference code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages