نتایج جستجو برای: quasi relative efficient solution

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

2001
Francesco Carbonera Francesco Bertazzi Michele Goano Giovanni Ghione

A general approach is proposed for the accurate and efficient computation of the characteristic parameters of coplanar waveguides having electrodes of complex cross-section on multi-layered, planar or non-planar substrates, as presently considered for high-speed (semiconductor or LiNbO3) electrooptic modulators. The approach is based on the coupling of quasi-TEM finite element method with numer...

Journal: :Optics letters 2015
Andrey M Vyunishev Anatoly S Chirkin

The method of the superposition of a nonlinearity modulation is employed to design a two-dimensional (2D) nonlinear photonic lattice for efficient multiple quasi-phase-matched second harmonic generation in the process of nonlinear Raman-Nath diffraction (NRND). An analytical solution is proposed to calculate the second harmonic intensity in rectangular 2D lattices. This approach can be useful f...

2005
Markus Holtz Angela Kunoth

We propose a monotone multigrid method based on a B–spline basis of arbitrary smoothness for the efficient numerical solution of elliptic variational inequalities on closed convex sets. In order to maintain monotonicity (upper bound) and quasi–optimality (lower bound) of the coarse grid corrections, we propose coarse grid approximations of the obstacle function which are based on B–spline expan...

2012
Thomas Trogdon Bernard Deconinck

We derive a Riemann–Hilbert problem satisfied by the Baker-Akhiezer function for the finite-gap solutions of the Korteweg-de Vries (KdV) equation. As usual for Riemann-Hilbert problems associated with solutions of integrable equations, this formulation has the benefit that the space and time dependence appears in an explicit, linear and computable way. We make use of recent advances in the nume...

2004
Lilia Maliar Serguei Maliar

This paper studies a discrete-time utility maximization problem of an infinitely-lived quasi-geometric consumer whose labour income is subject to uninsurable idiosyncratic productivity shocks. We restrict attention to a first-order Markov recursive solution. We show that under the assumption of the exponential utility function, the problem of the quasi-geometric consumer admits a closed-form so...

2016
Fanhua Shang Yuanyuan Liu James Cheng

The Schatten-p quasi-norm (0<p<1) is usually used to replace the standard nuclear norm in order to approximate the rank function more accurately. However, existing Schattenp quasi-norm minimization algorithms involve singular value decomposition (SVD) or eigenvalue decomposition (EVD) in each iteration, and thus may become very slow and impractical for large-scale problems. In this paper, we fi...

2006
Markus Holtz Angela Kunoth

We propose a monotone multigrid method based on a B–spline basis of arbitrary smoothness for the efficient numerical solution of elliptic variational inequalities on closed convex sets. In order to maintain monotonicity (upper bound) and quasi–optimality (lower bound) of the coarse grid corrections, we propose coarse grid approximations of the obstacle function which are based on B–spline expan...

2003
Srinivas Peeta Chao Zhou

This paper proposes a stochastic quasi-gradient (SQG) based algorithm to solve the off-line stochastic dynamic traffic assignment (DTA) problem that explicitly incorporates randomness in O–D demand, as part of a hybrid DTA deployment framework for real-time operations. The problem is formulated as a stochastic programming DTA model with multiple user classes. Due to the complexities introduced ...

Journal: :Journal of integrative plant biology 2008
Wen-Zhi Jiang

Wheat grown in Mn-deficient soil has been widely observed to produce much reduced yields. Breeding for Mn-efficient wheat genotypes adapted to Mn-deficient soils would represent a long-term solution for wheat agronomy. To characterize the physiological basis of Mn efficiency in wheat genotypes would facilitate the breeding programs for producing Mn-efficient wheat. Using a solution culture and ...

2012
Q. T. Le Gia

We present a quasi-Monte Carlo spectral method for a class of elliptic partial differential equations (PDEs) with random coefficients defined on the unit sphere. The random coefficients are parametrised by the Karhunen-Loève expansion, while the exact solution is approximated by the spherical harmonics. The expectation of the solution is approximated by a quasi-Monte Carlo integration rule. A m...

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

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

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