نتایج جستجو برای: interior operator

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

2013
Lucas Chesnel

We investigate the properties of the operator ∆(σ∆·) : H0(Ω) → H−2(Ω), where σ is a given parameter whose sign can change on the bounded domain Ω. Here, H0(Ω) denotes the subspace of H2(Ω) made of the functions v such that v = ν · ∇v = 0 on ∂Ω. The study of this problem arises when one is interested in some configurations of the Interior Transmission Eigenvalue Problem. We prove that ∆(σ∆·) : H...

1998
Clifford V. Johnson

The SO(32) theory, in the limit where it is an open superstring theory, is completely specified in the light–cone gauge as a second–quantized string theory in terms of a “matrix string” model. The theory is defined by the neighbourhood of a 1+1 dimensional fixed point theory, characterized by an Abelian gauge theory with type IB Green–Schwarz form. Non–orientability and SO(32) gauge symmetry ar...

1997
P. F. Fischer N. I. Miller H. M. Tufo

As the characteristic propagation speed is innnite for unsteady incompressible ows, solving for the pressure operator is the most computationally challenging phase of ow simulation. EEcient solution is dependent upon the availability of fast solvers for sparse linear systems. In this paper we develop an Schwarz preconditioner using overlapping subdomains for the pressure. These local subdomain ...

Journal: :Computers & Graphics 2013
Patricio D. Simari Leila De Floriani Federico Iuricich Mohammed Mostefa Mesmoudi

Curvature is a key feature in shape analysis and its estimation on discrete simplicial complexes benefits many geometry processing applications. However, its study has mostly remained focused on 2D manifolds and computationally practical extensions to higher dimensions remain an active area of computer science research. We examine the existing notions of distortion, an analog of curvature in th...

Journal: :Analysis & PDE 2021

We establish interior Schauder estimates for kinetic equations with integro-differential diffusion. study of the form $f_t + v \cdot \nabla_x f = \mathcal L_v c$, where $\mathcal L_v$ is an diffusion operator order $2s$ acting in $v$-variable. Under suitable ellipticity and H\"older continuity conditions on kernel L_v$, we obtain a priori estimate $f$ properly scaled space.

Journal: :Physical review 2023

We consider a Reissner-Nordstr\"om black hole formed by the collapse of charged null shell. The renormalized expectation values energy-momentum tensor operator for massless scalar field propagating in two-dimensional section this spacetime are given. then analyze across-the-horizon correlations related energy density free-falling observers to reveal between Hawking particles and their interior ...

Journal: :Differential Geometry and Its Applications 2022

We compare the integration by parts of contact forms - leading to definition interior Euler operator with so-called canonical splittings variational morphisms. In particular, we discuss possibility a generalization first method lower degree. define suitable Residual for this case and, working out an original conjecture Olga Rossi, recover Krupka-Betounes equivalent order field theories. A secon...

‎In this short note‎, ‎we present some inequalities for relative operator entropy which are generalizations of some results obtained by Zou [Operator inequalities associated with Tsallis relative operator entropy‎, ‎{em Math‎. ‎Inequal‎. ‎Appl.}‎ ‎{18} (2015)‎, ‎no‎. ‎2‎, ‎401--406]‎. ‎Meanwhile‎, ‎we also show some new lower and upper bounds for relative operator entropy and Tsallis relative o...

Journal: :iranian journal of science and technology (sciences) 2013
a. khan

in this paper, we present the concepts of a fuzzy soft left (right) ideal and fuzzy soft interior ideal over an ordered semigroup s . some basic results of fuzzy soft left (right) ideals and fuzzy soft interior ideals are investigated and the supported examples are provided. different classes, regular, intra-regular, and simple ordered semigroups are   characterized by means of fuzzy sof...

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

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

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"; } -->