Peano
Loading...
Searching...
No Matches
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

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

Static Public Attributes

str homepage = "www.peano-framework.org"
 
str url = "https://gitlab.lrz.de/hpcsoftware/Peano"
 
str git = "https://gitlab.lrz.de/hpcsoftware/Peano.git"
 
 branch
 
 default
 
 True
 
 description
 
 when
 
 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 10 of file package.py.

Member Function Documentation

◆ cmake_args()

package.Exahype2.cmake_args ( self)

Definition at line 68 of file package.py.

◆ install()

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

Definition at line 92 of file package.py.

References package.Exahype2.install().

Referenced by package.Exahype2.install().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ setup_run_environment()

package.Exahype2.setup_run_environment ( self,
env )

Definition at line 102 of file package.py.

Field Documentation

◆ branch

package.Exahype2.branch
static

Definition at line 28 of file package.py.

◆ default

package.Exahype2.default
static

Definition at line 30 of file package.py.

◆ description

package.Exahype2.description
static

Definition at line 30 of file package.py.

◆ git

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

Definition at line 24 of file package.py.

◆ homepage

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

Definition at line 22 of file package.py.

◆ msg

package.Exahype2.msg
static

Definition at line 56 of file package.py.

◆ True

package.Exahype2.True
static

Definition at line 30 of file package.py.

◆ url

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

Definition at line 23 of file package.py.

◆ values

package.Exahype2.values
static

Definition at line 63 of file package.py.

◆ when

package.Exahype2.when
static

Definition at line 42 of file package.py.


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