Module conduction.inversion
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 .inverse_conduction import Inversion
from .nd_inverse_conduction import InversionND
from .objective_variables import *
from .covariance import create_covariance_matrix
from .covariance import create_covariance_matrix_index
Sub-modules
conduction.inversion.adjoint_models
-
Copyright 2017 Ben Mather …
conduction.inversion.covariance
-
Copyright 2017 Ben Mather …
conduction.inversion.grad_ad
-
Copyright 2017 Ben Mather …
conduction.inversion.inverse_conduction
-
Copyright 2017 Ben Mather …
conduction.inversion.nd_inverse_conduction
-
Copyright 2017 Ben Mather …
conduction.inversion.objective_variables
-
Copyright 2017 Ben Mather …