-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtestCases
More file actions
44 lines (31 loc) · 1.46 KB
/
testCases
File metadata and controls
44 lines (31 loc) · 1.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
/*---------------------------------------------------------------------------*\
____ ____ ____ __ __ __ __
/ __ \ / __ \| _ \| \/ | \/ |
| | | |_ __ ___ _ __ | | | | |_) | \ / | \ / |
| | | | '_ \ / _ \ '_ \| | | | _ <| |\/| | |\/| |
| |__| | |_) | __/ | | | |__| | |_) | | | | | | |
\____/| .__/ \___|_| |_|\___\_\____/|_| |_|_| |_|
| |
|_|
OpenQBMM - An open-source implementation of Quadrature-Based Moment Methods.
Copyright (C) 2014-2015 OpenQBMM developers.
\*---------------------------------------------------------------------------*/
List of verification test cases
* conditionalMomentInversion
Example of use of the conditionalMomentInversion class.
* eigenSolver
Simple demonstration of the eigenSolver class.
* extendedMomentInversion
Example of use of the extendedMomentInversion class.
* populationBalanceModel
Example of use of the populationBalanceModel class.
* univariateMomentAdvection
Test cases to verify moment advection schemes.
* univariateMomentInversion
Example of use of the univariateMomentInversion class.
* univariateQuadratureApproximation
Example of use of the univariateQuadratureApproximation class.
* univariateMomentSet
Example of use of the univariateMomentSet class.
* Vandermonde
Example of use of the Vandermonde class.