Package kerpak
source code
Solver packages (SPs), including numerical algorithms and physical
models.
A SP inludes one or more solver kernels (SKs) and corresponding
analysis functions. Codes in this subpackage should use absolute import
to access functionalities provided in SOLVCON, so that each SP can be
migrated outside the solvcon package namespace.
Available numerical algorithms include:
-
cese: second order, multi-dimensional CESE method.
-
cuse: second order, multi-dimensional, CUDA-enabled CESE method.
-
lincese: second order CESE method specialized for linear equations.
-
lincuse: second order CESE method specialized for linear equations
with CUDA support.
Available physical models:
-
euler: the euler equations for gas dynamics.
-
elaslin: the velocity-stress equations for anisotropic, linear
elastic solids.
-
vslin: the velocity-stress equations for anisotropic, linear elastic
solids with CUDA support.
-
gasdyn: CUDA-enabled, gas-dynamics simulator.
|
|
__package__ = None
hash(x)
|