Menu

Tree [8739c8] master /
 History

HTTPS access


File Date Author Commit
 bin 2023-05-12 William Douglas Henshaw William Douglas Henshaw [1ab86e] wdh
 checkEigen 2025-10-21 William Douglas Henshaw William Douglas Henshaw [8739c8] wdh: some changes for the optimized multifreq f...
 checkOld 2023-07-13 William Douglas Henshaw William Douglas Henshaw [74da9b] wdh: added SuperGrid, absorbing BCs, 4th order ...
 checkWave 2025-10-21 William Douglas Henshaw William Douglas Henshaw [8739c8] wdh: some changes for the optimized multifreq f...
 checkWaveHoltz 2025-10-21 William Douglas Henshaw William Douglas Henshaw [8739c8] wdh: some changes for the optimized multifreq f...
 cmd 2024-09-15 William Douglas Henshaw William Douglas Henshaw [4370f5] wdh
 conv 2024-03-01 William Douglas Henshaw William Douglas Henshaw [13be64] wdh: added option for mulitple upwind corrections
 doc 2024-09-15 William Douglas Henshaw William Douglas Henshaw [b28b04] wdh: many changes for WaveHoltz
 doxygen 2022-12-02 William Douglas Henshaw William Douglas Henshaw [33bf40] wdh: changes to FAME codes, checks include LCBC...
 grids 2025-05-29 William Douglas Henshaw William Douglas Henshaw [455f3c] wdh : lots of changes...
 include 2023-07-13 William Douglas Henshaw William Douglas Henshaw [74da9b] wdh: added SuperGrid, absorbing BCs, 4th order ...
 maple 2024-02-05 William Douglas Henshaw William Douglas Henshaw [8ad631] wdh: many changes, fixed CBCs for implicit, imp...
 obj 2021-05-19 William Henshaw William Henshaw [558ea9] wdh: first commit of all files
 runs 2025-09-21 William Douglas Henshaw William Douglas Henshaw [76ebaa] wdh
 runsWaveHoltz 2025-10-21 William Douglas Henshaw William Douglas Henshaw [8739c8] wdh: some changes for the optimized multifreq f...
 src 2025-10-21 William Douglas Henshaw William Douglas Henshaw [8739c8] wdh: some changes for the optimized multifreq f...
 CHANGES 2024-02-05 William Douglas Henshaw William Douglas Henshaw [8ad631] wdh: many changes, fixed CBCs for implicit, imp...
 Makefile 2025-10-21 William Douglas Henshaw William Douglas Henshaw [8739c8] wdh: some changes for the optimized multifreq f...
 Readme 2024-09-15 William Douglas Henshaw William Douglas Henshaw [78ddf7] wdh

Read Me

Getting started:

(1) Install Overture from the sourceforge git repo.

(2) To clone a new version of CgWave from sourceforge (replace wdhenshaw by your sourceforge account name)

git clone ssh://wdhenshaw@git.code.sf.net/p/cgwave/code cgwave


(3) Define PETSc and SLEPc enviromnental variables

For example: 
setenv PETSC_DIR /Users/henshaw/software/petsc
setenv PETSC_ARCH darwin-opt

setenv SLEPC_DIR /Users/henshaw/software/slepsc

(2) Build CgWave. in the cgwave directory type:
    > make

  This will create the executable cgwave/bin/cgWave


(3) Run the regression tests:
   > make check 
 of 
   > make check-quiet

(4) Goto the cgwave/cmd directory to see some sample command files. 
    The cgwave/cmd/memo file has some examples of different runs.