Skip to content
/ sdm Public
forked from coolfluid/dcm

coolfluid3 plugin for solving partial differential equations with the Spectral Difference Method

Notifications You must be signed in to change notification settings

mparsani/sdm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coolfluid3 plugin "sdm":

Spectral Difference Method for solving Partial Differential Equations

Installation:

  • Create a plugins directory, and clone the sdm sources inside:
mkdir -p $PLUGIN_DIR
cd $PLUGIN_DIR
git clone https://github.com/coolfluid/sdm.git $PLUGIN_DIR/sdm
  • Rerun cmake in the coolfluid3 build directory:
cd $CF3_BUILD_DIR
cmake .  -DCF3_PLUGIN_DIRS=$PLUGIN_DIR -DCF3_PLUGIN_SDM=ON

About

coolfluid3 plugin for solving partial differential equations with the Spectral Difference Method

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 95.3%
  • Python 4.7%