Module conduction.tools
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 .generate_xdmf import generateXdmf
from .generate_timeseries_xdmf import generateTimeseriesXdmf
from .meshtools import *
from .perplex_helper import PerplexTable
Sub-modules
conduction.tools.flood_fill
-
Copyright 2017 Ben Mather …
conduction.tools.generate_timeseries_xdmf
-
Copyright 2017 Ben Mather …
conduction.tools.generate_xdmf
-
Copyright 2017 Ben Mather …
conduction.tools.meshtools
-
Copyright 2017 Ben Mather …
conduction.tools.perplex_helper
-
Copyright 2017 Ben Mather …