Shamrock
2025.10.0
Astrophysical Code
Loading...
Searching...
No Matches
pylib
shamrock
external
coala
__init__.py
1
# Coala code to solve dust size distribution evolution
2
# Copyright (c) 2021-2026 Maxime Lombart <maxime.lombart@cea.fr>
3
# SPDX-License-Identifier: CeCILL Free Software License Agreement v2.1
4
# Coala is licensed under the CeCILL 2.1 License, see LICENSE for more information
5
6
# Precomputing
7
# Coagulation solver (to implement in your codes)
8
from
.compute_coag
import
*
# import also solver_DG.py (to port to C++)
9
10
# Exact solutions
11
from
.exact_solutions_coag
import
*
12
from
.generate_tabflux_tabintflux
import
*
13
from
.init_massgrid
import
*
14
15
# Iterate coagulation solver
16
from
.iterate_coag
import
*
# Only for coala tests (maybe to port for tests)
17
from
.L2_proj
import
*
# to port to C++ (interpolate for tests & interp rho dust from hydro)
18
from
.limiter
import
*
# to port to C++ (positivity limiter)
19
from
.reconstruction_g
import
*
# to port to C++ (distrib reconstruction)
Generated on Wed May 13 2026 13:21:48 for Shamrock by
1.9.8