{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/deep-learning-methods-for-partial","title":"Deep Learning Methods for Partial Differential Equations and Related Parameter Identification Problems","arxiv_id":"2212.03130","date":"2022-12-06","proceeding":null,"authors":["Derick Nganyu Tanyu","Jianfeng Ning","Tom Freudenberg","Nick Heilenkötter","Andreas Rademacher","Uwe Iben","Peter Maass"],"abstract":"Recent years have witnessed a growth in mathematics for deep learning--which seeks a deeper understanding of the concepts of deep learning with mathematics and explores how to make it more robust--and deep learning for mathematics, where deep learning algorithms are used to solve problems in mathematics. The latter has popularised the field of scientific machine learning where deep learning is applied to problems in scientific computing. Specifically, more and more neural network architectures have been developed to solve specific classes of partial differential equations (PDEs). Such methods exploit properties that are inherent to PDEs and thus solve the PDEs better than standard feed-forward neural networks, recurrent neural networks, or convolutional neural networks. This has had a great impact in the area of mathematical modeling where parametric PDEs are widely used to model most natural and physical processes arising in science and engineering. In this work, we review such methods as well as their extensions for parametric studies and for solving the related inverse problems. We equally proceed to show their relevance in some industrial applications.","url_abs":"https://arxiv.org/abs/2212.03130v2","url_pdf":"https://arxiv.org/pdf/2212.03130v2.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"abstracts"},"code_links":[{"paper_slug":"deep-learning-methods-for-partial","repo_url":"https://github.com/boschresearch/torchphysics","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":0,"framework":"pytorch","reach":{"status":"ok","spdx":"Apache-2.0"}},{"paper_slug":"deep-learning-methods-for-partial","repo_url":"https://github.com/dericknganyu/dl_for_pdes","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":0,"framework":"pytorch","reach":null}],"tasks":[{"task_slug":"deep-learning","task_name":"Deep Learning"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2212.03130","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2212.03130"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/dericknganyu/dl_for_pdes","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/boschresearch/torchphysics","reach":{"status":"ok","spdx":"Apache-2.0"}}],"summary":{"ran_honours":3,"ran_violates":1,"unverified":2},"by_repo_kind":{"official":{"samples":6,"ran":4,"repositories":2}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted","community":"Not in the archive's code links for this paper; a community repository Syntology harvested"},"n_pointer_only_for_licence":0,"samples":[{"code_sha256_prefix":"561af01948831de8","entry":"bound_residual","repo":"dericknganyu/dl_for_pdes","repo_kind":"official","path":"PINN_DRM_QRES/Darcy-Problem/Forward/average.py","file_url":"https://github.com/dericknganyu/dl_for_pdes/blob/HEAD/PINN_DRM_QRES/Darcy-Problem/Forward/average.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"561af01948831de8"}},{"code_sha256_prefix":"8c7468f416f8b544","entry":"bound_residual_pinn","repo":"dericknganyu/dl_for_pdes","repo_kind":"official","path":"PINN_DRM_QRES/Darcy-Problem/Forward/average.py","file_url":"https://github.com/dericknganyu/dl_for_pdes/blob/HEAD/PINN_DRM_QRES/Darcy-Problem/Forward/average.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"8c7468f416f8b544"}},{"code_sha256_prefix":"edb93c00e6dbeb91","entry":"rotation_function","repo":"dericknganyu/dl_for_pdes","repo_kind":"official","path":"Application-Problems/Section_6.4.1/compute_fluid.py","file_url":"https://github.com/dericknganyu/dl_for_pdes/blob/HEAD/Application-Problems/Section_6.4.1/compute_fluid.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"invariant","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"edb93c00e6dbeb91"}},{"code_sha256_prefix":"3ebd0b420ddd7bdc","entry":"start_fn","repo":"dericknganyu/dl_for_pdes","repo_kind":"official","path":"Application-Problems/Section_6.4.1/compute_fluid.py","file_url":"https://github.com/dericknganyu/dl_for_pdes/blob/HEAD/Application-Problems/Section_6.4.1/compute_fluid.py","link_basis":"first_harvest_node","language":"python","status":"ran_violates","verification_level":1,"contract_check":"VIOLATES","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"3ebd0b420ddd7bdc"}},{"code_sha256_prefix":"45f80d2f8295b5a5","entry":"compute_min_and_max","repo":"boschresearch/torchphysics","repo_kind":"official","path":"src/torchphysics/utils/evaluation.py","file_url":"https://github.com/boschresearch/torchphysics/blob/HEAD/src/torchphysics/utils/evaluation.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"45f80d2f8295b5a5"}},{"code_sha256_prefix":"4b78f2d85923b5e3","entry":"constrain_fn_u","repo":"dericknganyu/dl_for_pdes","repo_kind":"official","path":"Application-Problems/Section_6.4.1/compute_fluid.py","file_url":"https://github.com/dericknganyu/dl_for_pdes/blob/HEAD/Application-Problems/Section_6.4.1/compute_fluid.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"4b78f2d85923b5e3"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}