نتایج جستجو برای: parabolic heat equations

تعداد نتایج: 444849  

Journal: :SIAM J. Scientific Computing 2016
Martin J. Gander Martin Neumüller

We present and analyze a new space-time parallel multigrid method for parabolic equations. The method is based on arbitrarily high order discontinuous Galerkin discretizations in time, and a finite element discretization in space. The key ingredient of the new algorithm is a block Jacobi smoother. We present a detailed convergence analysis when the algorithm is applied to the heat equation, and...

Journal: :SIAM J. Numerical Analysis 2013
Mitsuhiro T. Nakao Takuma Kimura Takehiko Kinoshita

In this paper, we consider the constructive a priori error estimates for a full discrete numerical solution of the heat equation. Our method is based on the finite element Galerkin method with an interpolation in time that uses the fundamental solution for semidiscretization in space. The present estimates play an essential role in the numerical verification method of exact solutions for the no...

2008
István Faragó Róbert Horváth

When we construct mathematical or numerical models in order to solve a real-life problem, it is important to preserve the characteristic properties of the original process. The models have to possess the equivalents of these properties. Parabolic partial equations generally serve as the mathematical models of heat conduction or diffusion processes, where the most important properties are the mo...

Journal: :Quarterly of Applied Mathematics 1992

Journal: :Ural mathematical journal 2021

For the multidimensional heat equation, long-time asymptotic approximation of solution Cauchy problem is obtained in case when initial function grows at infinity and contains logarithms its asymptotics. In addition to natural applications processes conduction diffusion, investigation behavior under consideration interest for analysisof equations parabolic type. The auxiliary parameter method pl...

Journal: :computational methods for differential equations 0
reza zolfaghari salman farsi university of kazerun

it is well known that the parabolic partial differential equationsin two or more space dimensions with overspecified boundary data,feature in the mathematical modeling of many phenomena. in thisarticle, an inverse problem of determining an unknowntime-dependent source term of a parabolic equation in generaldimensions is considered. employing some transformations, wechange the inverse problem to...

2014
Viorel Barbu Michael Röckner

One proves here the backward uniqueness of solutions to stochastic semilinear parabolic equations and also for the tamed Navier–Stokes equations driven by linearly multiplicative Gaussian noises. Applications to approximate controllability of nonlinear stochastic parabolic equations with initial controllers are given. The method of proof relies on the logarithmic convexity property known to hol...

Journal: :SIAM J. Control and Optimization 2017
Jean-Michel Coron Jean-Philippe Guilleron

We study the null controllability of three parabolic equations. The control is acting only on one of the three equations. The three equations are coupled by means of two cubic nonlinearities. The linearized control system around 0 is not null controllable. However, using the cubic nonlinearities, we prove the (global) null controllability of the control system. The proof relies on the return me...

2010
Martin Hairer

We consider a class of singular perturbations to the stochastic heat equation or semilinear variations thereof. The interesting feature of these perturbations is that, as the small parameter ε tends to zero, their solutions converge to the ‘wrong’ limit, i.e. they do not converge to the solution obtained by simply setting ε = 0. A similar effect is also observed for some (formally) small stocha...

Journal: :Math. Comput. 2014
Karsten Urban Anthony T. Patera

We consider a space-time variational formulation for linear parabolic partial differential equations. We introduce an associated Petrov-Galerkin truth finite element discretization with favorable discrete inf-sup constant βδ, the inverse of which enters into error estimates: βδ is unity for the heat equation; βδ decreases only linearly in time for non-coercive (but asymptotically stable) convec...

نمودار تعداد نتایج جستجو در هر سال

با کلیک روی نمودار نتایج را به سال انتشار فیلتر کنید

function paginate(evt) { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term pg=parseInt(evt.target.text) var data={ "year":filter_year, "term":term, "pgn":pg } filtered_res=post_and_fetch(data,url) window.scrollTo(0,0); } function update_search_meta(search_meta) { meta_place=document.getElementById("search_meta_data") term=search_meta.term active_pgn=search_meta.pgn num_res=search_meta.num_res num_pages=search_meta.num_pages year=search_meta.year meta_place.dataset.term=term meta_place.dataset.page=active_pgn meta_place.dataset.num_res=num_res meta_place.dataset.num_pages=num_pages meta_place.dataset.year=year document.getElementById("num_result_place").innerHTML=num_res if (year !== "unfilter"){ document.getElementById("year_filter_label").style="display:inline;" document.getElementById("year_filter_place").innerHTML=year }else { document.getElementById("year_filter_label").style="display:none;" document.getElementById("year_filter_place").innerHTML="" } } function update_pagination() { search_meta_place=document.getElementById('search_meta_data') num_pages=search_meta_place.dataset.num_pages; active_pgn=parseInt(search_meta_place.dataset.page); document.getElementById("pgn-ul").innerHTML=""; pgn_html=""; for (i = 1; i <= num_pages; i++){ if (i===active_pgn){ actv="active" }else {actv=""} pgn_li="
  • " +i+ "
  • "; pgn_html+=pgn_li; } document.getElementById("pgn-ul").innerHTML=pgn_html var pgn_links = document.querySelectorAll('.mypgn'); pgn_links.forEach(function(pgn_link) { pgn_link.addEventListener('click', paginate) }) } function post_and_fetch(data,url) { showLoading() xhr = new XMLHttpRequest(); xhr.open('POST', url, true); xhr.setRequestHeader('Content-Type', 'application/json; charset=UTF-8'); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var resp = xhr.responseText; resp_json=JSON.parse(resp) resp_place = document.getElementById("search_result_div") resp_place.innerHTML = resp_json['results'] search_meta = resp_json['meta'] update_search_meta(search_meta) update_pagination() hideLoading() } }; xhr.send(JSON.stringify(data)); } function unfilter() { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":"unfilter", "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } function deactivate_all_bars(){ var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(bar) { bar.dataset.active = false bar.style = "stroke:#71a3c5;" }) } year_chart.on("created", function() { var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(check) { check.addEventListener('click', checkIndex); }) }); function checkIndex(event) { var yrchart = document.querySelectorAll('.ct-bar'); var year_bar = event.target if (year_bar.dataset.active == "true") { unfilter_res = unfilter() year_bar.dataset.active = false year_bar.style = "stroke:#1d2b3699;" } else { deactivate_all_bars() year_bar.dataset.active = true year_bar.style = "stroke:#e56f6f;" filter_year = chart_data['labels'][Array.from(yrchart).indexOf(year_bar)] url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":filter_year, "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } } function showLoading() { document.getElementById("loading").style.display = "block"; setTimeout(hideLoading, 10000); // 10 seconds } function hideLoading() { document.getElementById("loading").style.display = "none"; } -->