Browse Wiki & Semantic Web

Jump to: navigation, search
Http://dbpedia.org/resource/Multigrid method
  This page has no properties.
hide properties that link here 
  No properties link to this page.
 
http://dbpedia.org/resource/Multigrid_method
http://dbpedia.org/ontology/abstract Mehrgitterverfahren bilden in der numeriscMehrgitterverfahren bilden in der numerischen Mathematik eine Klasse von effizienten Algorithmen zur näherungsweisen Lösung von Gleichungssystemen, die aus der Diskretisierung partieller Differentialgleichungen stammen. Elliptische Probleme wie die Poisson-Gleichung können damit bei Unbekannten mit einem Rechenaufwand von der Ordnung gelöst werden. Die Konvergenzordnung ist dabei nicht von der Feinheit der Gitter abhängig, im Gegensatz zu den meisten anderen numerischen Verfahren, die mit kleiner werdender Diskretisierungsfeinheit langsamer werden. Mehrgitterverfahren sind in dieser Hinsicht „optimal“. Die wesentliche Alternative zu Mehrgitterverfahren sind vorkonditionierte Krylow-Unterraum-Verfahren.konditionierte Krylow-Unterraum-Verfahren. , Métodos Multigrid em análise numérica são Métodos Multigrid em análise numérica são um grupo de algoritmos para solução de equações diferenciais usando hierarquia de discretizações. A ideia é similar à extrapolação entre malhas mais grossas e mais finas. A aplicação típica para o multigrid é na solução de equações diferenciais parciais elípticas em duas ou mais direções. O multigrid pode ser aplicado junto com qualquer técnica comum de discretização. Nesses casos, o multigrid está entre as soluções mais rápidas conhecidas hoje. Em contraste com outros métodos, o multigrid pode ser aplicado em regiões arbitrárias e condições de contorno. Ele não depende da separabilidade das equações ou de outras propriedades da equação. O multigrid é também aplicável a sistemas de equações mais complicados não-lineares e não-simétricos, como as equações de Navier-Stokes. O multigrid pode ser generalizado numa variedade de formas diferentes e pode ser aplicado diretamente para equações diferenciais parciais dependentes do tempo. Algoritmo Existem muitas variações de algoritmos de multigrid. A característica mais representativa e comum a todos os algoritmos é que existe uma hierarquia de discretizações, ou seja, uma hierarquia de malhas. Os passos importantes são: * Suavização – redução de erros de alta frequência, por exemplo, através de algumas iterações do método de Gauss-Seidel ou Jacobi * Restricão – passagem do erro residual para uma malha mais grossa * Correção – interpolação de valores do resíduo calculados na malha mais grossa para uma malha mais finamalha mais grossa para uma malha mais fina , マルチグリッド(MG)法は、複数階層で離散化を行うことにより、微分方程式を解くためのマルチグリッド(MG)法は、複数階層で離散化を行うことにより、微分方程式を解くための数値アルゴリズムの一種である。間隔の異なる格子間での補外と考えることもできる。マルチグリッド法は、主に多次元の楕円型偏微分方程式の数値計算に用いられる。 マルチグリッド法は任意の離散化手法と組み合わせることができ、現在知られているものの中でも最速な解法の一つである。他の手法と異なり、マルチグリッド法は任意の領域・境界条件を扱うことができる。これは微分方程式の性質(変数分離可能かどうか等)には依存しない。MG法は、弾性に関するラメの微分方程式やナビエ・ストークス方程式などの、より複雑な非対称・非線形問題にもそのまま適用することができる。トークス方程式などの、より複雑な非対称・非線形問題にもそのまま適用することができる。 , In numerical analysis, a multigrid method In numerical analysis, a multigrid method (MG method) is an algorithm for solving differential equations using a hierarchy of discretizations. They are an example of a class of techniques called multiresolution methods, very useful in problems exhibiting multiple scales of behavior. For example, many basic relaxation methods exhibit different rates of convergence for short- and long-wavelength components, suggesting these different scales be treated differently, as in a Fourier analysis approach to multigrid. MG methods can be used as solvers as well as preconditioners. The main idea of multigrid is to accelerate the convergence of a basic iterative method (known as relaxation, which generally reduces short-wavelength error) by a global correction of the fine grid solution approximation from time to time, accomplished by solving a coarse problem. The coarse problem, while cheaper to solve, is similar to the fine grid problem in that it also has short- and long-wavelength errors. It can also be solved by a combination of relaxation and appeal to still coarser grids. This recursive process is repeated until a grid is reached where the cost of direct solution there is negligible compared to the cost of one relaxation sweep on the fine grid. This multigrid cycle typically reduces all error components by a fixed amount bounded well below one, independent of the fine grid mesh size. The typical application for multigrid is in the numerical solution of elliptic partial differential equations in two or more dimensions. Multigrid methods can be applied in combination with any of the common discretization techniques. For example, the finite element method may be recast as a multigrid method. In these cases, multigrid methods are among the fastest solution techniques known today. In contrast to other methods, multigrid methods are general in that they can treat arbitrary regions and boundary conditions. They do not depend on the separability of the equations or other special properties of the equation. They have also been widely used for more-complicated non-symmetric and nonlinear systems of equations, like the Lamé equations of elasticity or the Navier-Stokes equations.elasticity or the Navier-Stokes equations. , Многосеточный метод (МС, англ. multigrid) Многосеточный метод (МС, англ. multigrid) — метод решения системы линейных алгебраических уравнений, основанный на использовании последовательности уменьшающихся и операторов перехода от одной сетки к другой. Сетки строятся на основе больших значений в матрице системы, что позволяет использовать этот метод при решении эллиптических уравнений даже на нерегулярных сетках.ких уравнений даже на нерегулярных сетках.
http://dbpedia.org/ontology/thumbnail http://commons.wikimedia.org/wiki/Special:FilePath/Multigrid_Visualization.png?width=300 +
http://dbpedia.org/ontology/wikiPageExternalLink http://www.mgnet.org/mgnet/tutorials/xwb/xwb.html + , https://web.archive.org/web/20100527194456/https:/computation.llnl.gov/casc/linear_solvers/present.html + , http://www.mgnet.org/ + , http://www.mathnet.ru/eng/zvmmf8014 + , https://web.archive.org/web/20061006153457/http:/www.llnl.gov/casc/people/henson/mgtut/welcome.html + , http://apps.nrbook.com/empanel/index.html%23pg=1066 + , https://www.sciencedirect.com/science/article/pii/0041555366901182 + , https://www.sciencedirect.com/science/article/pii/0041555371901704 + , https://www.jstor.org/stable/2006422 + , https://computation.llnl.gov/project/linear_solvers/talks/AMG_TUT_PPT/sld001.htm +
http://dbpedia.org/ontology/wikiPageID 1747763
http://dbpedia.org/ontology/wikiPageLength 26584
http://dbpedia.org/ontology/wikiPageRevisionID 1106856721
http://dbpedia.org/ontology/wikiPageWikiLink http://dbpedia.org/resource/Linear_elasticity + , http://dbpedia.org/resource/Convection%E2%80%93diffusion_equation + , http://dbpedia.org/resource/Conjugate_gradient + , http://dbpedia.org/resource/Poisson%27s_ratio + , http://dbpedia.org/resource/Multiscale_modeling + , http://dbpedia.org/resource/Kernel_%28linear_algebra%29 + , http://dbpedia.org/resource/Definiteness_of_a_matrix + , http://dbpedia.org/resource/Conjugate_gradient_method + , http://dbpedia.org/resource/Finite_element_method + , http://dbpedia.org/resource/Separable_partial_differential_equation + , http://dbpedia.org/resource/Category:Wavelets + , http://dbpedia.org/resource/Statistical_physics + , http://dbpedia.org/resource/Discretization + , http://dbpedia.org/resource/Fourier_analysis + , http://dbpedia.org/resource/Iterative_method + , http://dbpedia.org/resource/Parabolic_partial_differential_equation + , http://dbpedia.org/resource/Parareal + , http://dbpedia.org/resource/Linear_multistep_method + , http://dbpedia.org/resource/Preconditioning + , http://dbpedia.org/resource/Adaptive_mesh_refinement + , http://dbpedia.org/resource/Gauss%E2%80%93Seidel_method + , http://dbpedia.org/resource/Sparse_matrices + , http://dbpedia.org/resource/Relaxation_method + , http://dbpedia.org/resource/Coarse_problem + , http://dbpedia.org/resource/Elasticity_%28physics%29 + , http://dbpedia.org/resource/Society_for_Industrial_and_Applied_Mathematics + , http://dbpedia.org/resource/Eigenvalue + , http://dbpedia.org/resource/Positive_semidefinite_matrix + , http://dbpedia.org/resource/Iterative_methods + , http://dbpedia.org/resource/Hierarchy + , http://dbpedia.org/resource/Numerical_analysis + , http://dbpedia.org/resource/Parallel_computing + , http://dbpedia.org/resource/Geometric_series + , http://dbpedia.org/resource/LOBPCG + , http://dbpedia.org/resource/Residual_%28numerical_analysis%29 + , http://dbpedia.org/resource/Navier-Stokes_equations + , http://dbpedia.org/resource/Integral_equation + , http://dbpedia.org/resource/Wavelets + , http://dbpedia.org/resource/Category:Partial_differential_equations + , http://dbpedia.org/resource/Condition_number + , http://dbpedia.org/resource/Category:Numerical_analysis + , http://dbpedia.org/resource/Achi_Brandt + , http://dbpedia.org/resource/Boundary_condition + , http://dbpedia.org/resource/Partial_differential_equation + , http://dbpedia.org/resource/Hyperbolic_partial_differential_equation + , http://dbpedia.org/resource/Algorithm + , http://dbpedia.org/resource/Hypre + , http://dbpedia.org/resource/Krylov_subspace + , http://dbpedia.org/resource/Overhead_%28computing%29 + , http://dbpedia.org/resource/Differential_equations + , http://dbpedia.org/resource/P%C3%A9clet_number + , http://dbpedia.org/resource/Initial_value_problem + , http://dbpedia.org/resource/Elliptic_partial_differential_equation + , http://dbpedia.org/resource/Steepest_descent + , http://dbpedia.org/resource/Discrete_Poisson_equation + , http://dbpedia.org/resource/Multiresolution_analysis + , http://dbpedia.org/resource/Runge%E2%80%93Kutta_methods + , http://dbpedia.org/resource/Interpolation + , http://dbpedia.org/resource/File:Convergence_Rate_of_Multigrid_Cycles.svg + , http://dbpedia.org/resource/File:MultigridWork.svg + , http://dbpedia.org/resource/Bakhvalov + , http://dbpedia.org/resource/File:Multigrid_Visualization.png + , http://dbpedia.org/resource/Preconditioner +
http://dbpedia.org/property/wikiPageUsesTemplate http://dbpedia.org/resource/Template:Cite_book + , http://dbpedia.org/resource/Template:Reflist + , http://dbpedia.org/resource/Template:Numerical_PDE + , http://dbpedia.org/resource/Template:ISBN + , http://dbpedia.org/resource/Template:Citation_needed +
http://purl.org/dc/terms/subject http://dbpedia.org/resource/Category:Numerical_analysis + , http://dbpedia.org/resource/Category:Partial_differential_equations + , http://dbpedia.org/resource/Category:Wavelets +
http://purl.org/linguistics/gold/hypernym http://dbpedia.org/resource/Group +
http://www.w3.org/ns/prov#wasDerivedFrom http://en.wikipedia.org/wiki/Multigrid_method?oldid=1106856721&ns=0 +
http://xmlns.com/foaf/0.1/depiction http://commons.wikimedia.org/wiki/Special:FilePath/Convergence_Rate_of_Multigrid_Cycles.svg + , http://commons.wikimedia.org/wiki/Special:FilePath/Multigrid_Visualization.png + , http://commons.wikimedia.org/wiki/Special:FilePath/MultigridWork.svg +
http://xmlns.com/foaf/0.1/isPrimaryTopicOf http://en.wikipedia.org/wiki/Multigrid_method +
owl:sameAs http://www.wikidata.org/entity/Q1413101 + , https://global.dbpedia.org/id/QpXa + , http://dbpedia.org/resource/Multigrid_method + , http://de.dbpedia.org/resource/Mehrgitterverfahren + , http://ja.dbpedia.org/resource/%E3%83%9E%E3%83%AB%E3%83%81%E3%82%B0%E3%83%AA%E3%83%83%E3%83%89%E6%B3%95 + , http://pt.dbpedia.org/resource/M%C3%A9todo_Multigrid + , http://rdf.freebase.com/ns/m.05stwf + , http://yago-knowledge.org/resource/Multigrid_method + , http://ru.dbpedia.org/resource/%D0%9C%D0%BD%D0%BE%D0%B3%D0%BE%D1%81%D0%B5%D1%82%D0%BE%D1%87%D0%BD%D1%8B%D0%B9_%D0%BC%D0%B5%D1%82%D0%BE%D0%B4 +
rdf:type http://dbpedia.org/class/yago/Movement107309781 + , http://dbpedia.org/class/yago/Message106598915 + , http://dbpedia.org/class/yago/DifferentialEquation106670521 + , http://dbpedia.org/class/yago/Event100029378 + , http://dbpedia.org/class/yago/Equation106669864 + , http://dbpedia.org/class/yago/Abstraction100002137 + , http://dbpedia.org/class/yago/Happening107283608 + , http://dbpedia.org/class/yago/PsychologicalFeature100023100 + , http://dbpedia.org/class/yago/WikicatWavelets + , http://dbpedia.org/class/yago/Wave107352190 + , http://dbpedia.org/class/yago/Communication100033020 + , http://dbpedia.org/class/yago/WikicatPartialDifferentialEquations + , http://dbpedia.org/class/yago/MathematicalStatement106732169 + , http://dbpedia.org/class/yago/PartialDifferentialEquation106670866 + , http://dbpedia.org/ontology/Band + , http://dbpedia.org/class/yago/Ripple107344663 + , http://dbpedia.org/class/yago/Statement106722453 + , http://dbpedia.org/class/yago/YagoPermanentlyLocatedEntity +
rdfs:comment Métodos Multigrid em análise numérica são Métodos Multigrid em análise numérica são um grupo de algoritmos para solução de equações diferenciais usando hierarquia de discretizações. A ideia é similar à extrapolação entre malhas mais grossas e mais finas. A aplicação típica para o multigrid é na solução de equações diferenciais parciais elípticas em duas ou mais direções. O multigrid pode ser aplicado junto com qualquer técnica comum de discretização. Nesses casos, o multigrid está entre as soluções mais rápidas conhecidas hoje. Em contraste com outros métodos, o multigrid pode ser aplicado em regiões arbitrárias e condições de contorno. Ele não depende da separabilidade das equações ou de outras propriedades da equação. O multigrid é também aplicável a sistemas de equações mais complicados não-lineares e não-simétricos, como as eq não-lineares e não-simétricos, como as eq , In numerical analysis, a multigrid method In numerical analysis, a multigrid method (MG method) is an algorithm for solving differential equations using a hierarchy of discretizations. They are an example of a class of techniques called multiresolution methods, very useful in problems exhibiting multiple scales of behavior. For example, many basic relaxation methods exhibit different rates of convergence for short- and long-wavelength components, suggesting these different scales be treated differently, as in a Fourier analysis approach to multigrid. MG methods can be used as solvers as well as preconditioners.sed as solvers as well as preconditioners. , Mehrgitterverfahren bilden in der numeriscMehrgitterverfahren bilden in der numerischen Mathematik eine Klasse von effizienten Algorithmen zur näherungsweisen Lösung von Gleichungssystemen, die aus der Diskretisierung partieller Differentialgleichungen stammen. Elliptische Probleme wie die Poisson-Gleichung können damit bei Unbekannten mit einem Rechenaufwand von der Ordnung gelöst werden. Die Konvergenzordnung ist dabei nicht von der Feinheit der Gitter abhängig, im Gegensatz zu den meisten anderen numerischen Verfahren, die mit kleiner werdender Diskretisierungsfeinheit langsamer werden. Mehrgitterverfahren sind in dieser Hinsicht „optimal“. Die wesentliche Alternative zu Mehrgitterverfahren sind vorkonditionierte Krylow-Unterraum-Verfahren.konditionierte Krylow-Unterraum-Verfahren. , マルチグリッド(MG)法は、複数階層で離散化を行うことにより、微分方程式を解くためのマルチグリッド(MG)法は、複数階層で離散化を行うことにより、微分方程式を解くための数値アルゴリズムの一種である。間隔の異なる格子間での補外と考えることもできる。マルチグリッド法は、主に多次元の楕円型偏微分方程式の数値計算に用いられる。 マルチグリッド法は任意の離散化手法と組み合わせることができ、現在知られているものの中でも最速な解法の一つである。他の手法と異なり、マルチグリッド法は任意の領域・境界条件を扱うことができる。これは微分方程式の性質(変数分離可能かどうか等)には依存しない。MG法は、弾性に関するラメの微分方程式やナビエ・ストークス方程式などの、より複雑な非対称・非線形問題にもそのまま適用することができる。トークス方程式などの、より複雑な非対称・非線形問題にもそのまま適用することができる。 , Многосеточный метод (МС, англ. multigrid) Многосеточный метод (МС, англ. multigrid) — метод решения системы линейных алгебраических уравнений, основанный на использовании последовательности уменьшающихся и операторов перехода от одной сетки к другой. Сетки строятся на основе больших значений в матрице системы, что позволяет использовать этот метод при решении эллиптических уравнений даже на нерегулярных сетках.ких уравнений даже на нерегулярных сетках.
rdfs:label Mehrgitterverfahren , Многосеточный метод , マルチグリッド法 , Método Multigrid , Multigrid method
hide properties that link here 
http://dbpedia.org/resource/Nikolai_Sergeevich_Bakhvalov + http://dbpedia.org/ontology/knownFor
http://dbpedia.org/resource/Multigrid + , http://dbpedia.org/resource/Multigrid_methods + , http://dbpedia.org/resource/Multigrid_Method + , http://dbpedia.org/resource/Algebraic_Multigrid + , http://dbpedia.org/resource/Algebraic_Multigrid_Method + , http://dbpedia.org/resource/Algebraic_multigrid_method + http://dbpedia.org/ontology/wikiPageRedirects
http://dbpedia.org/resource/Extrapolation + , http://dbpedia.org/resource/Tasneem_M._Shah + , http://dbpedia.org/resource/Multigrid + , http://dbpedia.org/resource/Computational_fluid_dynamics + , http://dbpedia.org/resource/Jinchao_Xu + , http://dbpedia.org/resource/Coarse_space_%28numerical_analysis%29 + , http://dbpedia.org/resource/Multigrid_methods + , http://dbpedia.org/resource/Jan_Mandel + , http://dbpedia.org/resource/Preconditioner + , http://dbpedia.org/resource/Domain_decomposition_methods + , http://dbpedia.org/resource/List_of_algorithms + , http://dbpedia.org/resource/Polynomial_interpolation + , http://dbpedia.org/resource/Deal.II + , http://dbpedia.org/resource/Adaptive_mesh_refinement + , http://dbpedia.org/resource/Cyclic_reduction + , http://dbpedia.org/resource/Interior_reconstruction + , http://dbpedia.org/resource/List_of_numerical_analysis_topics + , http://dbpedia.org/resource/NAS_Parallel_Benchmarks + , http://dbpedia.org/resource/James_H._Bramble + , http://dbpedia.org/resource/Lis_%28linear_algebra_library%29 + , http://dbpedia.org/resource/Parareal + , http://dbpedia.org/resource/Electromagnetic_field_solver + , http://dbpedia.org/resource/Mesh_generation + , http://dbpedia.org/resource/Space_mapping + , http://dbpedia.org/resource/Numerical_modeling_%28geology%29 + , http://dbpedia.org/resource/Interval_arithmetic + , http://dbpedia.org/resource/Segmentation-based_object_categorization + , http://dbpedia.org/resource/LOBPCG + , http://dbpedia.org/resource/Nikolai_Sergeevich_Bakhvalov + , http://dbpedia.org/resource/Wolfgang_Hackbusch + , http://dbpedia.org/resource/Achi_Brandt + , http://dbpedia.org/resource/Multigrid_Method + , http://dbpedia.org/resource/Algebraic_Multigrid + , http://dbpedia.org/resource/Algebraic_Multigrid_Method + , http://dbpedia.org/resource/Algebraic_multigrid_method + , http://dbpedia.org/resource/Multi-grid_method + http://dbpedia.org/ontology/wikiPageWikiLink
http://dbpedia.org/resource/Nikolai_Sergeevich_Bakhvalov + http://dbpedia.org/property/knownFor
http://en.wikipedia.org/wiki/Multigrid_method + http://xmlns.com/foaf/0.1/primaryTopic
http://dbpedia.org/resource/Multigrid_method + owl:sameAs
 

 

Enter the name of the page to start semantic browsing from.