Peano
package.Exahype2 Class Reference

ExaHyPE 2 - ExaHyPE is an open source simulation engine to solve hyperbolic PDE systems. More...

Inheritance diagram for package.Exahype2:
Collaboration diagram for package.Exahype2:

Public Member Functions

def cmake_args (self)
 
def install (self, spec, prefix)
 
def setup_run_environment (self, env)
 

Static Public Attributes

string homepage = "www.peano-framework.org"
 
string url = "https://gitlab.lrz.de/hpcsoftware/Peano"
 
string git = "https://gitlab.lrz.de/hpcsoftware/Peano.git"
 
 branch
 
 default
 
 True
 
 description
 
 when
 
 False
 
 msg
 
 values
 

Detailed Description

ExaHyPE 2 - ExaHyPE is an open source simulation engine to solve hyperbolic PDE systems.

It is built on top of dynamically adaptive Cartesian meshes and offers support for Finite Volume, Runge-Kutta Discontinuous Galerkin and ADER-DG discretisations. ExaHyPE is written in a way that most computer science aspects as well as most of the numerics are hidden away from the user: Users plug in user functions for their PDE formulation (such as flux functions and eigenvalues) into the engine and then delegate all further work to ExaHyPE.

Definition at line 12 of file package.py.

Member Function Documentation

◆ cmake_args()

def package.Exahype2.cmake_args (   self)

Definition at line 83 of file package.py.

◆ install()

def package.Exahype2.install (   self,
  spec,
  prefix 
)

Definition at line 113 of file package.py.

◆ setup_run_environment()

def package.Exahype2.setup_run_environment (   self,
  env 
)

Definition at line 123 of file package.py.

References ccz4.str.

Field Documentation

◆ branch

package.Exahype2.branch
static

Definition at line 30 of file package.py.

◆ default

package.Exahype2.default
static

Definition at line 32 of file package.py.

◆ description

package.Exahype2.description
static

Definition at line 32 of file package.py.

◆ False

package.Exahype2.False
static

Definition at line 55 of file package.py.

◆ git

string package.Exahype2.git = "https://gitlab.lrz.de/hpcsoftware/Peano.git"
static

Definition at line 26 of file package.py.

◆ homepage

string package.Exahype2.homepage = "www.peano-framework.org"
static

Definition at line 24 of file package.py.

◆ msg

package.Exahype2.msg
static

Definition at line 59 of file package.py.

◆ True

package.Exahype2.True
static

Definition at line 32 of file package.py.

◆ url

string package.Exahype2.url = "https://gitlab.lrz.de/hpcsoftware/Peano"
static

Definition at line 25 of file package.py.

◆ values

package.Exahype2.values
static

Definition at line 78 of file package.py.

◆ when

package.Exahype2.when
static

Definition at line 39 of file package.py.


The documentation for this class was generated from the following file: