Module conduction.solver

Copyright 2017 Ben Mather

This file is part of Conduction https://git.dias.ie/itherc/conduction/

Conduction is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or any later version.

Conduction is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with Conduction. If not, see http://www.gnu.org/licenses/.

Expand source code
"""
Copyright 2017 Ben Mather

This file is part of Conduction <https://git.dias.ie/itherc/conduction/>

Conduction is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or any later version.

Conduction is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License
along with Conduction.  If not, see <http://www.gnu.org/licenses/>.
"""

from .conductionNd_serial import ConductionND as ConductionND_serial
from .diffusionNd_serial import DiffusionND as DiffusionND_serial
from .conductionNd import ConductionND
from .diffusionNd import DiffusionND

Sub-modules

conduction.solver.conduction3d
conduction.solver.conductionNd

Copyright 2017 Ben Mather …

conduction.solver.conductionNd_serial

Copyright 2017 Ben Mather …

conduction.solver.diffusionNd

Copyright 2017 Ben Mather …

conduction.solver.diffusionNd_serial

Copyright 2017 Ben Mather …