This repository contains two plugins that provide extra functionality to the coolfluid 3 project.
Plugin DCM
Discontinuous Collocation Methods acts as a library of building blocks for a family of discontinuous collocation methods such as the spectral difference method, discontinuous galerkin method, ...
Provided in this plugin are e.g. libraries
Plugin SDM
Spectral Difference Method for solving Partial Differential Equations
Provided in this plugin are, using building blocks from the DCM plugin:
mkdir -p $PLUGIN_DIR
cd $PLUGIN_DIR
git clone https://github.com/coolfluid/dcm.git $PLUGIN_DIR/dcm_plugins
cd $CF3_BUILD_DIR
cmake . -DCF3_PLUGIN_DIRS=$PLUGIN_DIR