Error indicator and mesh adaption, in FreeFem++

Size: px
Start display at page:

Download "Error indicator and mesh adaption, in FreeFem++"

Transcription

1 Error indicator and mesh adaption, in FreeFem++ F. Hecht Laboratoire Jacques-Louis Lions Université Pierre et Marie Curie Paris, France Marmern, Pau, juin

2 PLAN Introduction state of the Art in mesh generation (triangle or tetrahedron) Some exemple Metric and unit meshes. Some optimal meshes Hessian mesh adaptation Residual error indicator Comparison : error indicator and Hessian Metric mesh adaptation for time-dependent problems a bad adaptation schema for unsteady case a correct adaptation schema for unsteady case Conclusion / Future Marmern, Pau, juin

3 Introduction I The main goal of this talk is to present some numerical comparison beetween different techniques of mesh adaptations. The mesh generation needs a metric to define the mesh size constraint, and the goal of mesh adaptations is double : compute better solution at low cost. Now, the Hessian error indicator gives the metric in a natural way, but the other error indicators give just a level of local error, so the question is how to build a metric from this local error indicator. Marmern, Pau, juin

4 Introduction II The principle of mesh adaptation of a exact solution u, and a computed solution u T on a mesh T. The two to do mesh adaptation Pb1 Find the mesh T such u u T X is minimal on the set mesh with a given number of node. Pb2 Find a small mesh T in number of node such that u u T X ε for a given ε tolerance value. This two problems, are optimization problem Marmern, Pau, juin

5 State of the Art in TET/TRIA mesh generation Planar triangular mesh, all is done : classic, adapted, anisotrope, LGPL Surface mesh. done, on mono patch or patch dependent in progress on multi patch surface how to find the important line of the surface. 3D tet mesh classical mesh generation, ghs3d, tetgen (free),... (done) adapted isotrope (gamic, INRIA), done adapted anisotrope (first real case F. Alauzet, P. Frey) moving mesh (P. Frey) Marmern, Pau, juin

6 2D anisotrope meshes adapted to 2 functions f 1 = (10 x 3 + y 3 ) + atan2(0.001, (sin(5 y) 2 x)) f 2 = (10 y 3 + x 3 ) + atan2(0.01, (sin(5 x) 2 y)). Enter? for help Enter? for help Enter? for help Done with freefem++ software or bamg Marmern, Pau, juin

7 2.5. Validation et exemples 45 la manière suivante : D P = 1 min i n P, u i, où u i représente le vecteur unitaire porté par la droite P P i et n P est le vecteur normal unitaire à la surface. On pourra aussi considérer qu un maillage de surface composé de triangles est optimal s il s agit d un maillage unité par rapport à la carte de métriques géométriques (c est-à-dire celle qui est proportionnelle aux rayons de courbures principaux) Résultats Surface meshes nt ne 2 < l < 2(en %) Q < 3 (en %) h = h = h = h = Tab. 2.2 Comparaison des maillages obtenus avec différentes tailles de mailles imposées sur la surface Fig Représentation des 83 carreaux paramétrés définissant la surface d un avion. With Salome II, software Exemple 1. Le premier exemple est le maillage surfacique uniforme d un avion. Cet avion se compose de 83 faces (Figure 2.10) et de 6 arêtes dégénérées situées principalement au niveau du nez de l avion. On choisit une métrique de la forme h h h 2 afin de spécifier un champ de taille uniforme h sur la surface. La figure2.11 montre les maillages obtenus pour h = 0.5 et h = 0.3 et le tableau 2.2 donne les caractéristiques des maillages pour différentes mértiques isotropes. Fig Maillage uniforme sur la surface de taille h = 0.3 Exemple 2. Le deuxième exemple (Fig.2.12) consiste à contrôler l erreur d interpolation à l aide de métrique dans l espace des paramètres construite à l aide des Marmern, Pau, juin

8 Surface meshes continuing Conclusion 49 Fig Maillage uniforme sur la surface de taille h = 0.3 (en haut) et adapté à la courbure (en bas). Marmern, Pau, juin

9 TET meshes Courtesy of F. Alauzet Marmern, Pau, juin

10 A main IDEA for mesh generation The difficulty is to find a tradeoff between the error estimate and the mesh generation, because this two work are strongly different. To do that, we propose way based on a metric M and unit mesh w.r.t M The metric is a way to control the mesh size. remark : The class of the mesh which can be created by the metric, is very large. Marmern, Pau, juin

11 Metric / unit Mesh In Euclidean geometry the length γ of a curve γ of R d parametrized by γ(t) t=0..1 is γ = 1 0 γ = 1 0 γ (t).γ (t)dt We introduce the metric M(x) as a field of d d symmetric positive definite matrices, and the length l of Γ w.r.t M is : 1 1 l = 0 γ M = γ (t).m(γ(t))γ (t)dt 0 The key-idea is to construct a mesh where the lengths of the edges are close to 1 accordingly to M. Marmern, Pau, juin

12 Remark on the Metric Let S be a surface, parametrized by F (u) R 3 with(u) R 2, and let Γ(t) = F (γ(t)), t [0, 1] be a curve on the surface. The length of the curve Γ is 1 Γ = Γ (t).γ (t)dt Γ = 1 0 ( F γ (t)). F γ (t)dt = and on a parametric surface the metric is 0 M = t F F 1 0 γ (t). t F F γ (t)dt Marmern, Pau, juin

13 Unit ball / the Metric versus mesh size if M is constant (independent of x) l = 1 imply the study of the set of point E M = {x R d /x.mx = 1}. So a good edge P Q is such that P Q E M. Q v2 P v1 Let us call,v i the d unit eigenvectors and λ i the d eigenvalues of matrix M. The mesh size h i in direction v i is given by 1/ λ i so λ i = 1 h 2 i Marmern, Pau, juin

14 Remark on metric : If the metric is independant of position, then geometry is euclidian. But the circle in metric become ellipse in classical space. Infact, the unit ball (ellipse) in a metric given the mesh size in all the direction, because the size of the edge of mesh is close to 1 the metric. If the metric is dependant of the position, then you can speak about Riemmanian geometry, and in this case the sides of triangle are geodesics, but the case of mesh generation, you want linear edge. Marmern, Pau, juin

15 A Classical Schema of mesh adaption i=0 ; Let T i h loop an initial mesh compute u i the solution on mesh T i h evaluate the level of error ε si ε < ε 0 break compute the new local mesh size h i+1 construct a mesh according to prescribe the mesh size. Remark, how transform a local a posteriori local error indicator size. Theoriticaly we want to estimate : η K h i on mesh η But we use h i+1 = Ch K iηk user parameter. where η K is the mean value of η K, and C is a Marmern, Pau, juin

16 Optimality Problem Pb2, Find a small mesh T in number of node such that u u T X ε for a given ε tolerance value. If you use the previous Schema of a interpolation problem in L norme for P 1 continuous Lagrange finite element with a metric. (i.e : u T = I T (u), where I T is the interpolation operator). M = 1 ε u = 1 ε H where H = u is the Hessian of u. Asymptotically (i.e ε is small enought), the unit mesh with respect to M is close to the optimal mesh. Work of A. Dervieux, F. Alauzet. Marmern, Pau, juin

17 Optimality Problem Pb2 II An error estimate in R 2 With the P 1 finite element the error interpolation is : u I T u T 1 6 sup x,y,z T t xyh(z) xy 1 6 sup x,y,z T t xy H(z) xy where H have the same eigen-vectors and the eigen-value of H is the abs of the eigen-value of H, We take M = 1 6ε 0 H and where ε 0 is the expected error. Marmern, Pau, juin

18 Metric computation with Hessien for P 1 Lagrange finite element The le Cea lemma say : the error is bound with the interpolation error. In a classical Adaption way, the metric tensor M is constructed in order to equilibrate the error of interpolation. As say the previous slide : the idea is M = C ε 0 ij u where ε 0 is the global level of error, the user parameter. But, u is unknown here, we just known u T the discret solution We use a reconstruction algorithm get not to bad approximation of u T. Remark : the mathematical problem is here. Marmern, Pau, juin

19 dans un cadre anisotrope Optimal meshes in H 1 semi-norm 2θ Mπ, si 0 θ M < π 2 The problem is findq the P M mesh 2 minimizing 2θ M π, si π 2 (u θ M < Iu) π (3.17) L 2 with a fixed number of points 0 π θ M u l = x 2 y 2 u r = x 3 y + y 3 + tanh(10(sin(5y) 2x)) Remark : We start the process, with a Hessian adapted mesh. And in this case, the gain Fig. is just 3.10 of 2 Maillages 5%. mixtes triangles/quadrangles. Marmern, Pau, juin

20 0.2 Same idea, apply on surface nbt Fig Représentation shading de la surface d un objet définie par une BRep avant (à gauche) Marmern, et Pau, après juin 2009 (à droite) optimisation de sa rugosité. 20

21 Residual error indicator For the Laplace problem u u = f in Ω, n = 0 on Ω the classical error η K element indicator [C. Bernardi, R. Verfürth] is : η K = K h2 K (f + u h) 2 + K h e [ u h n ] 2 where on triangle K, h K is size of the longest edge, h e is the size of the current edge, n the normal. Theorem : This indicator is optimal with Lagrange Finite element c 0 K η 2 K u u h H1 c 1 K η 2 K where c 0 and c 1 are two constant independent of h, if T h is a regular family of triangulation. Marmern, Pau, juin

22 Error indicator in freefem++ fespace Nh(Th,P0) ; // a space of function constant by element Nh rho,etak ; varf indicator2(uu,chik) = intalledges(th)(chik*lenedge*square(jump(n.x*dx(u)+n.y*dy(u)))) +int1d(th)(chik*lenedge*square(n.x*dx(u)+n.y*dy(u))) +int2d(th)(chik*square(htriangle*(f-dxx(u)-dyy(u))) ) ;... rho=0 ; // to change the size of the associated array rho[] = indicator2(0,nh) ; etak= sqrt(rho) ; Marmern, Pau, juin

23 Hierarchical error indicator The idea is very simple, take a Hierarchy Lagrange finite element space [R. Bank,..] X p h = {v H1 (Ω)/ K T h v K P p (K)} by construction we have : X p h Xp+1 h Denote Y p+1 h a finite element space such that X p+1 h = X p h Y p+1 h degrees of freedom of X p+1 h not in X p h ). (with First, find u X p h /R such that : Second, find e h Y p+1 such that v h X p h /R, Ω u h. v h dx = v h Y p+1 h, Ω e h. v h dx = Ω fv hdx Ω fv h u h. v h dx Marmern, Pau, juin

24 Hierarchical error indicator, suite A lot of technique can be use to simplify the previous problem to compute e h, here the matrix is big, the condition number of this matrix is generally good. remark, it possible to compute a good approximation of e h where we solve just local problem. e h give a good approximation of the real error at the place of the new degree of freedom. See work of I. Babuška, R. Bank, O. Zienkiewicz, J. Zhu... Marmern, Pau, juin

25 Code in FreeFem++ fespace Eh(Th,P2h) ; // the hierarchical FE space P2 without P1 Vh u,v ; Nh rho,etak ; Eh ue,ve ; real error=0.01 ; problem Probem1(u,v,solver=CG,eps=1.0e-6) = int2d(th,qforder=2)( u*v*1.0e-10+ dx(u)*dx(v) + dy(u)*dy(v)) + int2d(th,qforder=2)( (x-y)*v) ; problem ProbemE(ue,ve,solver=CG,eps=1.0e-6) = int2d(th)( ue*ve*1.0e-10+ dx(ue)*dx(ve) + dy(ue)*dy(ve)) + int2d(th)( (x-y)*ve -( u*ve*1.0e-10+ dx(u)*dx(ve) + dy(u)*dy(ve) )) ; Marmern, Pau, juin

26 Computation of a approximation of the mesh size h i : The mesh size h i around a point i is given the average of all the length of edge around vertex i. Let us introduce two linears form : l s (v) = K T h e K e v; l c(v) = K T h e K where e is a edge of K and e the length of edge e. e v e remark : l s (w i ) given the sum of the length of edge around vertex i and l c (w i ) given the count of edge around i. So : h i = l s(w i ) l c (w i ) where w i the finite element basis function associated to vertex i. Marmern, Pau, juin

27 How to code in FreeFEM++ fespace Vh(Th,P1) ; Vh nbeperv, meshsize ; varf vmeshsizen(u,v)=intalledges(th,qfnbpe=1)(v) ; varf vedgecount(u,v)=intalledges(th,qfnbpe=1)(v/lenedge) ; func bool MeshSizecomputation() { // computation of the mesh size // nbeperv=0. ;nbeperv[]=vedgecount(0,vh) ; meshsize=0. ;meshsize[]=vmeshsizen(0,vh) ; meshsize[]=meshsize[]./nbeperv[] ; cout << " -- bound meshsize = " <<meshsize[].min << " " << meshsize[].max << endl ; return true ; // } Marmern, Pau, juin

28 The loop in FreeFem++ for (int i=0 ;i<100 ;i++) {... if(eps<eps0) break ; real etamean= int2d(th)(etak)/area ; MeshSizecomputation() ; // the computation of new mesh size meshsize = coef*meshsize * max(min(etamean/ etak,2.),0.333) ; Th=adaptmesh(Th,IsMetric=1,meshsize,splitpbedge=1,nbvx=100000) ; } Marmern, Pau, juin

29 A not to bad solution u u = f in Ω, u n = 0 on Ω we take a L-shape domain :Ω =]0, 1[ 2 \[ 2 1, 1[ and f = x y. Nb of Triangles = , Nb of Vertices Marmern, Pau, juin

30 4 tests with FreeFem++ All the test start with uniform mesh h = 1/5. We make 7 steps of adaptation Residual Error indicator (C = 1.8) Residual Hierarchical indicator (C = 1.25) isotrope Metric indicator ε i = i anisotrope Metric indicator ε i = i Marmern, Pau, juin

31 Intial mesh, Iteration 0, nt=54 nv=39 Marmern, Pau, juin

32 Residual Error indicator Linfty H1 err Err R Err H 1/(x) e Marmern, Pau, juin

33 Mesh Residual Error indicator, Iteration 5, nt=9076 nv=4687 Marmern, Pau, juin

34 Hierarchical Error indicator Linfty H1 err Err R Err H 1/(x) e Marmern, Pau, juin

35 Mesh Hierarchical Error indicator, Iteration 5, nt=4256 nv=2244 Marmern, Pau, juin

36 Metric aniso Linfty H1 err Err R Err H 1/(x) e Marmern, Pau, juin

37 Mesh Metric aniso Error indicator, Iteration 3, nt= 2240 nv=1197 Marmern, Pau, juin

38 Metric iso, Iteration 3, nt=3325 nv= Linfty H1 err Err R Err H 1/(x) e Marmern, Pau, juin

39 Mesh Metric iso Error indicator, Iteration 3 Marmern, Pau, juin

40 Comparaision in semi norm H M aniso H1 M iso H1 R iso H1 (1.8) R iso H1 (1.25) Marmern, Pau, juin

41 Comparaision in norm L 0.01 M aniso Linfty M iso Linfty R iso Linfty (1.8) R iso Linfty (1.25) 1/x e Marmern, Pau, juin

42 First, a bad adaptation scheme for an transient problem Let T h initial mesh loop in time i i=0 ; adaptation loop ia compute u j i the solution on mesh T j h i evaluate the level of error ε si ε < ε 0 break compute the new local mesh size construct a mesh according to prescribe the mesh size. interpolate de previous solution on new meshes Marmern, Pau, juin

43 Example, iteration0,3,9,13,16,19 file:///users/hecht/work/articles/mit2/movies/pb.gif The problem is to much interpolation and we will be one step late Marmern, Pau, juin

44 A better adaptation scheme for transient problem The mesh be implicit now and we just adding a fixe point schema : big loop in time save u I j to wi I j = 0 and let T j h to the current mesh. loop fixe point on j M = M(w I ) and do u j I = wi with interpolation small loop in time i compute u j I+i the solution on mesh T M = M M(u j I+i ) evaluate the level of error ε if ε < ε 0 break construct a new mesh T j+1 h i j h i according to the Metric M Marmern, Pau, juin

45 Metrix intersection The unit ball B(M) in a metrix M plot the maximum mesh size on all the direction, is a ellipse. If you two unknows u and v, we just compute the metrix M v and M u, find a metrix M uv call intersection with the biggest ellipse such that : B(M uv ) B(M u ) B(M v ) Marmern, Pau, juin

46 The FreeFem++ coding See convect-apt.edp exemple of full description fespace Vh(th,P1) ; Vh u1 = y, u2 = -x ; // rotation velocity Vh m11=0,m22=0,m12=0 ; // to store the metric field... // M = M(w I ) m11=0 ;m22=0 ;m12=0 ; // reset metrix (0 => infinite mesh size) adaptmesh(th,v,err=tol,metric=[m11[],m22[],m12[]],nomeshgeneration= true) ;... // M = M M(u j I+i ) adaptmesh(th,v,err=tol,metric=[m11[],m22[],m12[]],nomeshgeneration= true) ; Marmern, Pau, juin

47 Two movies With level of error 0.05 file:///users/hecht/work/articles/mit2/movies/ok.gif With level of error 0.01 file:///users/hecht/work/articles/mit2/movies/ok2.gif Marmern, Pau, juin

48 Some Idea to build mesh from image, The Chesapeake Bay How to solve to compute flow on : Do Chesapeake-mesh.edp Do Chesapeake-flow.edp Marmern, Pau, juin

49 Conclusion The anisotrope metric adaption schema gives the best result but mathematically we have not real proof. And the metric gives a very good interface between mesh generation and PDE solver. Thank for your attention Marmern, Pau, juin

Reconstruction d un modèle géométrique à partir d un maillage 3D issu d un scanner surfacique

Reconstruction d un modèle géométrique à partir d un maillage 3D issu d un scanner surfacique Reconstruction d un modèle géométrique à partir d un maillage 3D issu d un scanner surfacique Silvère Gauthier R. Bénière, W. Puech, G. Pouessel, G. Subsol LIRMM, CNRS, Université Montpellier, France C4W,

More information

An Introduction to FreeFem++ UPMC, September 2010 O. Pantz. CMAP, Ecole Polytechnique.

An Introduction to FreeFem++ UPMC, September 2010 O. Pantz. CMAP, Ecole Polytechnique. An Introduction to FreeFem++ UPMC, September 2010 O. Pantz CMAP, Ecole Polytechnique. FreeFem++ What is it? FreeFEM++ is a Free software to solve PDE using the Finite Element Method. It runs on Windows,

More information

A study on generation of three-dimensional M-uniform tetrahedral meshes in practice

A study on generation of three-dimensional M-uniform tetrahedral meshes in practice A study on generation of three-dimensional M-uniform tetrahedral meshes in practice Lennard Kamenski and Hang Si 2 Weierstrass Institute, Mohrenstr. 39, 07 Berlin, Germany. lennard.kamenski@wias-berlin.de

More information

FreeFem++, a tools to solving complex problem like Bose Einstein Condensate

FreeFem++, a tools to solving complex problem like Bose Einstein Condensate FreeFem++, a tools to solving complex problem like Bose Einstein Condensate equation or a melting problem. F. Hecht Laboratoire Jacques-Louis Lions Université Pierre et Marie Curie Paris, France with I.

More information

Computer Graphics. Geometric Modeling. Page 1. Copyright Gotsman, Elber, Barequet, Karni, Sheffer Computer Science - Technion. An Example.

Computer Graphics. Geometric Modeling. Page 1. Copyright Gotsman, Elber, Barequet, Karni, Sheffer Computer Science - Technion. An Example. An Example 2 3 4 Outline Objective: Develop methods and algorithms to mathematically model shape of real world objects Categories: Wire-Frame Representation Object is represented as as a set of points

More information

Parallel Discrepancy-based Search

Parallel Discrepancy-based Search Parallel Discrepancy-based Search T. Moisan, J. Gaudreault, C.-G. Quimper Université Laval, FORAC research consortium February 21 th 2014 T. Moisan, J. Gaudreault, C.-G. Quimper Parallel Discrepancy-based

More information

Discussion on the paper Hypotheses testing by convex optimization by A. Goldenschluger, A. Juditsky and A. Nemirovski.

Discussion on the paper Hypotheses testing by convex optimization by A. Goldenschluger, A. Juditsky and A. Nemirovski. Discussion on the paper Hypotheses testing by convex optimization by A. Goldenschluger, A. Juditsky and A. Nemirovski. Fabienne Comte, Celine Duval, Valentine Genon-Catalot To cite this version: Fabienne

More information

Modélisation de problèmes spécifiques avec le logiciel libre FreeFem++

Modélisation de problèmes spécifiques avec le logiciel libre FreeFem++ Modélisation de problèmes spécifiques avec le logiciel libre FreeFem++ F. Hecht LJLL, UPMC Alpines, INRIA Rocquencourt with S. Auliac, I. Danaila P. Jolivet, A Le Hyaric, F. Nataf, O. Pironneau, P-H. Tournier

More information

Researcher Scientist

Researcher Scientist Frédéric ALAUZET 36 years old French Married, 2 children 85, Morgan Avenue PO Box 7204 Mississippi State, MS 39762, USA Tel. : +1 662-325-7722 Mail : Frederic.Alauzet@inria.fr http ://www-roc.inria.fr/who/frederic.alauzet/

More information

Computational Geometry Lab: FEM BASIS FUNCTIONS FOR A TETRAHEDRON

Computational Geometry Lab: FEM BASIS FUNCTIONS FOR A TETRAHEDRON Computational Geometry Lab: FEM BASIS FUNCTIONS FOR A TETRAHEDRON John Burkardt Information Technology Department Virginia Tech http://people.sc.fsu.edu/ jburkardt/presentations/cg lab fem basis tetrahedron.pdf

More information

Advanced CFD Methods 1

Advanced CFD Methods 1 Advanced CFD Methods 1 Prof. Patrick Jenny, FS 2014 Date: 15.08.14, Time: 13:00, Student: Federico Danieli Summary The exam took place in Prof. Jenny s office, with his assistant taking notes on the answers.

More information

DATA ANALYSIS II. Matrix Algorithms

DATA ANALYSIS II. Matrix Algorithms DATA ANALYSIS II Matrix Algorithms Similarity Matrix Given a dataset D = {x i }, i=1,..,n consisting of n points in R d, let A denote the n n symmetric similarity matrix between the points, given as where

More information

Domain decomposition techniques for interfacial discontinuities

Domain decomposition techniques for interfacial discontinuities Domain decomposition techniques for interfacial discontinuities Geordie McBain Institut Jean le Rond d Alembert December 5, 2012 Connexion and substructuring Two ways to look at domain decomposition Decomposing

More information

How To Find Out How Roots Of A Polynome Are Calculated

How To Find Out How Roots Of A Polynome Are Calculated Localisation des racines d un polynome et de ses dérivées, étude statistique André Galligo Laboratoire J.-A. Dieudonné UMR CNRS 6621 Université de Nice - Sophia Antipolis, France et projet-commun Galaad

More information

Mean Value Coordinates

Mean Value Coordinates Mean Value Coordinates Michael S. Floater Abstract: We derive a generalization of barycentric coordinates which allows a vertex in a planar triangulation to be expressed as a convex combination of its

More information

Minkowski Sum of Polytopes Defined by Their Vertices

Minkowski Sum of Polytopes Defined by Their Vertices Minkowski Sum of Polytopes Defined by Their Vertices Vincent Delos, Denis Teissandier To cite this version: Vincent Delos, Denis Teissandier. Minkowski Sum of Polytopes Defined by Their Vertices. Journal

More information

! Solve problem to optimality. ! Solve problem in poly-time. ! Solve arbitrary instances of the problem. !-approximation algorithm.

! Solve problem to optimality. ! Solve problem in poly-time. ! Solve arbitrary instances of the problem. !-approximation algorithm. Approximation Algorithms Chapter Approximation Algorithms Q Suppose I need to solve an NP-hard problem What should I do? A Theory says you're unlikely to find a poly-time algorithm Must sacrifice one of

More information

Chapter 11. 11.1 Load Balancing. Approximation Algorithms. Load Balancing. Load Balancing on 2 Machines. Load Balancing: Greedy Scheduling

Chapter 11. 11.1 Load Balancing. Approximation Algorithms. Load Balancing. Load Balancing on 2 Machines. Load Balancing: Greedy Scheduling Approximation Algorithms Chapter Approximation Algorithms Q. Suppose I need to solve an NP-hard problem. What should I do? A. Theory says you're unlikely to find a poly-time algorithm. Must sacrifice one

More information

ISO 10303-xx STEP. Sommaire. étendue. STandard for the Exchange of Product model data. Hervé Panetto CRAN Herve.Panetto@cran.uhp-nancy.fr. nancy.

ISO 10303-xx STEP. Sommaire. étendue. STandard for the Exchange of Product model data. Hervé Panetto CRAN Herve.Panetto@cran.uhp-nancy.fr. nancy. ISO 10303-xx STEP STandard for the Exchange of Product model data Hervé Panetto CRAN Herve.Panetto@cran.uhp-nancy.fr nancy.fr Sommaire 1. Architecture 2. Un protocole d application : AP214 3. Conclusions

More information

Veritas Storage Foundation 5.0 Software for SPARC

Veritas Storage Foundation 5.0 Software for SPARC Veritas Storage Foundation 5.0 Software for SPARC Release Note Supplement Sun Microsystems, Inc. www.sun.com Part No. 819-7074-10 July 2006 Submit comments about this document at: http://www.sun.com/hwdocs/feedback

More information

Licence Informatique Année 2005-2006. Exceptions

Licence Informatique Année 2005-2006. Exceptions Université Paris 7 Java Licence Informatique Année 2005-2006 TD n 8 - Correction Exceptions Exercice 1 La méthode parseint est spécifiée ainsi : public static int parseint(string s) throws NumberFormatException

More information

Introduction to the Finite Element Method

Introduction to the Finite Element Method Introduction to the Finite Element Method 09.06.2009 Outline Motivation Partial Differential Equations (PDEs) Finite Difference Method (FDM) Finite Element Method (FEM) References Motivation Figure: cross

More information

Personnalisez votre intérieur avec les revêtements imprimés ALYOS design

Personnalisez votre intérieur avec les revêtements imprimés ALYOS design Plafond tendu à froid ALYOS technology ALYOS technology vous propose un ensemble de solutions techniques pour vos intérieurs. Spécialiste dans le domaine du plafond tendu, nous avons conçu et développé

More information

Computer Graphics CS 543 Lecture 12 (Part 1) Curves. Prof Emmanuel Agu. Computer Science Dept. Worcester Polytechnic Institute (WPI)

Computer Graphics CS 543 Lecture 12 (Part 1) Curves. Prof Emmanuel Agu. Computer Science Dept. Worcester Polytechnic Institute (WPI) Computer Graphics CS 54 Lecture 1 (Part 1) Curves Prof Emmanuel Agu Computer Science Dept. Worcester Polytechnic Institute (WPI) So Far Dealt with straight lines and flat surfaces Real world objects include

More information

SIXTH FRAMEWORK PROGRAMME PRIORITY [6

SIXTH FRAMEWORK PROGRAMME PRIORITY [6 Key technology : Confidence E. Fournier J.M. Crepel - Validation and certification - QA procedure, - standardisation - Correlation with physical tests - Uncertainty, robustness - How to eliminate a gateway

More information

We can display an object on a monitor screen in three different computer-model forms: Wireframe model Surface Model Solid model

We can display an object on a monitor screen in three different computer-model forms: Wireframe model Surface Model Solid model CHAPTER 4 CURVES 4.1 Introduction In order to understand the significance of curves, we should look into the types of model representations that are used in geometric modeling. Curves play a very significant

More information

Optimization of Supply Chain Networks

Optimization of Supply Chain Networks Optimization of Supply Chain Networks M. Herty TU Kaiserslautern September 2006 (2006) 1 / 41 Contents 1 Supply Chain Modeling 2 Networks 3 Optimization Continuous optimal control problem Discrete optimal

More information

EIT ICT Labs Information & Communication Technology Labs

EIT ICT Labs Information & Communication Technology Labs EIT ICT Labs Information & Communication Technology Labs Master in ICT ou Comment passer 1 an ailleurs en Europe, puis revenir à UNS dans le M2 IFI Parcours UBINET(-réseau et informatique répartie-) ou

More information

"Templating as a Strategy for Translating Official Documents from Spanish to English"

Templating as a Strategy for Translating Official Documents from Spanish to English Article "Templating as a Strategy for Translating Official Documents from Spanish to English" Sylvie Lambert-Tierrafría Meta : journal des traducteurs / Meta: Translators' Journal, vol. 52, n 2, 2007,

More information

Avez-vous entendu parler du Compressed sensing? Atelier Inversion d ISTerre 15 Mai 2012 H-C. Nataf

Avez-vous entendu parler du Compressed sensing? Atelier Inversion d ISTerre 15 Mai 2012 H-C. Nataf Avez-vous entendu parler du Compressed sensing? Atelier Inversion d ISTerre 15 Mai 2012 H-C. Nataf Compressed Sensing (CS) Candès & Wakin, 2008 15 Mai 2012 Atelier Inversion d'isterre 2 15 Mai 2012 Atelier

More information

An Additive Neumann-Neumann Method for Mortar Finite Element for 4th Order Problems

An Additive Neumann-Neumann Method for Mortar Finite Element for 4th Order Problems An Additive eumann-eumann Method for Mortar Finite Element for 4th Order Problems Leszek Marcinkowski Department of Mathematics, University of Warsaw, Banacha 2, 02-097 Warszawa, Poland, Leszek.Marcinkowski@mimuw.edu.pl

More information

Guidance on Extended Producer Responsibility (EPR) Analysis of EPR schemes in the EU and development of guiding principles for their functioning

Guidance on Extended Producer Responsibility (EPR) Analysis of EPR schemes in the EU and development of guiding principles for their functioning (EPR) Analysis of in the EU and development of guiding principles for their functioning In association with: ACR+ SITA LUNCH DEBATE 25 September 2014 Content 1. Objectives and 2. General overview of in

More information

SSLV105 - Stiffening centrifuges of a beam in rotation

SSLV105 - Stiffening centrifuges of a beam in rotation Titre : SSLV105 - Raidissement centrifuge d'une poutre en [...] Date : 19/09/2011 Page : 1/6 SSLV105 - Stiffening centrifuges of a beam in rotation Summarized: Test of Structural mechanics in linear static

More information

Langages Orientés Objet Java

Langages Orientés Objet Java Langages Orientés Objet Java Exceptions Arnaud LANOIX Université Nancy 2 24 octobre 2006 Arnaud LANOIX (Université Nancy 2) Langages Orientés Objet Java 24 octobre 2006 1 / 32 Exemple public class Example

More information

The Essentials of CAGD

The Essentials of CAGD The Essentials of CAGD Chapter 2: Lines and Planes Gerald Farin & Dianne Hansford CRC Press, Taylor & Francis Group, An A K Peters Book www.farinhansford.com/books/essentials-cagd c 2000 Farin & Hansford

More information

! Solve problem to optimality. ! Solve problem in poly-time. ! Solve arbitrary instances of the problem. #-approximation algorithm.

! Solve problem to optimality. ! Solve problem in poly-time. ! Solve arbitrary instances of the problem. #-approximation algorithm. Approximation Algorithms 11 Approximation Algorithms Q Suppose I need to solve an NP-hard problem What should I do? A Theory says you're unlikely to find a poly-time algorithm Must sacrifice one of three

More information

Introduction au BIM. ESEB 38170 Seyssinet-Pariset Economie de la construction email : contact@eseb.fr

Introduction au BIM. ESEB 38170 Seyssinet-Pariset Economie de la construction email : contact@eseb.fr Quel est l objectif? 1 La France n est pas le seul pays impliqué 2 Une démarche obligatoire 3 Une organisation plus efficace 4 Le contexte 5 Risque d erreur INTERVENANTS : - Architecte - Économiste - Contrôleur

More information

"Simultaneous Consecutive Interpreting: A New Technique Put to the Test"

Simultaneous Consecutive Interpreting: A New Technique Put to the Test Article "Simultaneous Consecutive Interpreting: A New Technique Put to the Test" Miriam Hamidi et Franz Pöchhacker Meta : journal des traducteurs / Meta: Translators' Journal, vol. 52, n 2, 2007, p. 276-289.

More information

Générer des graphiques 3D - Cours Université de Sfax

Générer des graphiques 3D - Cours Université de Sfax Générer des graphiques 3D - Cours Université de Sfa Marc Girondot Januar 24, 2013 Générer des données 3D > librar(fields) > essai essai(1, 2) [1]

More information

Troncatures dans les modèles linéaires simples et à effets mixtes sous R

Troncatures dans les modèles linéaires simples et à effets mixtes sous R Troncatures dans les modèles linéaires simples et à effets mixtes sous R Lyon, 27 et 28 juin 2013 D.Thiam, J.C Thalabard, G.Nuel Université Paris Descartes MAP5 UMR CNRS 8145 IRD UMR 216 2èmes Rencontres

More information

Finite Elements for 2 D Problems

Finite Elements for 2 D Problems Finite Elements for 2 D Problems General Formula for the Stiffness Matrix Displacements (u, v) in a plane element are interpolated from nodal displacements (ui, vi) using shape functions Ni as follows,

More information

This makes sense. t 2 1 + 1/t 2 dt = 1. t t 2 + 1dt = 2 du = 1 3 u3/2 u=5

This makes sense. t 2 1 + 1/t 2 dt = 1. t t 2 + 1dt = 2 du = 1 3 u3/2 u=5 1. (Line integrals Using parametrization. Two types and the flux integral) Formulas: ds = x (t) dt, d x = x (t)dt and d x = T ds since T = x (t)/ x (t). Another one is Nds = T ds ẑ = (dx, dy) ẑ = (dy,

More information

FreeFem++-cs, the FreeFem++ Graphical Interface

FreeFem++-cs, the FreeFem++ Graphical Interface FreeFem++-cs, the FreeFem++ Graphical Interface Antoine Le Hyaric Laboratoire Jacques-Louis Lions Université Pierre et Marie Curie Antoine.Le Hyaric@upmc.fr December 10, 2014 1 / 54 FreeFem++-cs How to

More information

RAPPORT FINANCIER ANNUEL PORTANT SUR LES COMPTES 2014

RAPPORT FINANCIER ANNUEL PORTANT SUR LES COMPTES 2014 RAPPORT FINANCIER ANNUEL PORTANT SUR LES COMPTES 2014 En application de la loi du Luxembourg du 11 janvier 2008 relative aux obligations de transparence sur les émetteurs de valeurs mobilières. CREDIT

More information

POB-JAVA Documentation

POB-JAVA Documentation POB-JAVA Documentation 1 INTRODUCTION... 4 2 INSTALLING POB-JAVA... 5 Installation of the GNUARM compiler... 5 Installing the Java Development Kit... 7 Installing of POB-Java... 8 3 CONFIGURATION... 9

More information

SHARP BOUNDS FOR THE SUM OF THE SQUARES OF THE DEGREES OF A GRAPH

SHARP BOUNDS FOR THE SUM OF THE SQUARES OF THE DEGREES OF A GRAPH 31 Kragujevac J. Math. 25 (2003) 31 49. SHARP BOUNDS FOR THE SUM OF THE SQUARES OF THE DEGREES OF A GRAPH Kinkar Ch. Das Department of Mathematics, Indian Institute of Technology, Kharagpur 721302, W.B.,

More information

-Duplication of Time-Varying Graphs

-Duplication of Time-Varying Graphs -Duplication of Time-Varying Graphs François Queyroi Sorbonne Universités, UPMC Univ Paris 06, UMR 7606, LIP6, F-75005, Paris CNRS, UMR 7606, LIP6, F-75005, Paris, France francois.queyroi@lip6.fr ABSTRACT.

More information

"Internationalization vs. Localization: The Translation of Videogame Advertising"

Internationalization vs. Localization: The Translation of Videogame Advertising Article "Internationalization vs. Localization: The Translation of Videogame Advertising" Raquel de Pedro Ricoy Meta : journal des traducteurs / Meta: Translators' Journal, vol. 52, n 2, 2007, p. 260-275.

More information

Error estimates for nearly degenerate finite elements

Error estimates for nearly degenerate finite elements Error estimates for nearly degenerate finite elements Pierre Jamet In RAIRO: Analyse Numérique, Vol 10, No 3, March 1976, p. 43 61 Abstract We study a property which is satisfied by most commonly used

More information

Serendipity Basis Functions for Any Degree in Any Dimension

Serendipity Basis Functions for Any Degree in Any Dimension Serendipity Basis Functions for Any Degree in Any Dimension Andrew Gillette Department of Mathematics University of Arizona joint work with Michael Floater (University of Oslo) http://math.arizona.edu/

More information

CAD/CAE interoperability, an automatic generation of Analysis Model based on idealization of CAD geometry

CAD/CAE interoperability, an automatic generation of Analysis Model based on idealization of CAD geometry CAD/CAE interoperability, an automatic generation of Analysis Model based on idealization of CAD geometry M. HAMDI a, N. AIFAOUI a, B. LOUHICHI a, A. BENAMARA a a. Laboratoire de Génie Mécanique Lab-Ma-05,

More information

Seminar. Path planning using Voronoi diagrams and B-Splines. Stefano Martina stefano.martina@stud.unifi.it

Seminar. Path planning using Voronoi diagrams and B-Splines. Stefano Martina stefano.martina@stud.unifi.it Seminar Path planning using Voronoi diagrams and B-Splines Stefano Martina stefano.martina@stud.unifi.it 23 may 2016 This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International

More information

BILL C-665 PROJET DE LOI C-665 C-665 C-665 HOUSE OF COMMONS OF CANADA CHAMBRE DES COMMUNES DU CANADA

BILL C-665 PROJET DE LOI C-665 C-665 C-665 HOUSE OF COMMONS OF CANADA CHAMBRE DES COMMUNES DU CANADA C-665 C-665 Second Session, Forty-first Parliament, Deuxième session, quarante et unième législature, HOUSE OF COMMONS OF CANADA CHAMBRE DES COMMUNES DU CANADA BILL C-665 PROJET DE LOI C-665 An Act to

More information

Modern Optimization Methods for Big Data Problems MATH11146 The University of Edinburgh

Modern Optimization Methods for Big Data Problems MATH11146 The University of Edinburgh Modern Optimization Methods for Big Data Problems MATH11146 The University of Edinburgh Peter Richtárik Week 3 Randomized Coordinate Descent With Arbitrary Sampling January 27, 2016 1 / 30 The Problem

More information

Évariste Galois and Solvable Permutation Groups

Évariste Galois and Solvable Permutation Groups Évariste Galois and Solvable Permutation Groups David A. Cox Department of Mathematics Amherst College dac@math.amherst.edu Bilbao May 2012 Prologue Most mathematicians know about Galois: He introduced

More information

Technical Service Bulletin

Technical Service Bulletin Technical Service Bulletin FILE CONTROL CREATED DATE MODIFIED DATE FOLDER OpenDrive 02/05/2005 662-02-25008 Rev. : A Installation Licence SCO sur PC de remplacement English version follows. Lors du changement

More information

Graphical degree sequences and realizations

Graphical degree sequences and realizations swap Graphical and realizations Péter L. Erdös Alfréd Rényi Institute of Mathematics Hungarian Academy of Sciences MAPCON 12 MPIPKS - Dresden, May 15, 2012 swap Graphical and realizations Péter L. Erdös

More information

GSAC CONSIGNE DE NAVIGABILITE définie par la DIRECTION GENERALE DE L AVIATION CIVILE Les examens ou modifications décrits ci-dessous sont impératifs. La non application des exigences contenues dans cette

More information

Modèle géométrique de plissement constraint par la rhéologie et l équilibre mécanique: Application possibe en régime extensif?

Modèle géométrique de plissement constraint par la rhéologie et l équilibre mécanique: Application possibe en régime extensif? Modèle géométrique de plissement constraint par la rhéologie et l équilibre mécanique: Application possibe en régime extensif? Yves M. Leroy (Laboratoire de Géologie, ENS), Bertrand Maillot (University

More information

Finite speed of propagation in porous media. by mass transportation methods

Finite speed of propagation in porous media. by mass transportation methods Finite speed of propagation in porous media by mass transportation methods José Antonio Carrillo a, Maria Pia Gualdani b, Giuseppe Toscani c a Departament de Matemàtiques - ICREA, Universitat Autònoma

More information

Applied Algorithm Design Lecture 5

Applied Algorithm Design Lecture 5 Applied Algorithm Design Lecture 5 Pietro Michiardi Eurecom Pietro Michiardi (Eurecom) Applied Algorithm Design Lecture 5 1 / 86 Approximation Algorithms Pietro Michiardi (Eurecom) Applied Algorithm Design

More information

A QUICK GUIDE TO THE FORMULAS OF MULTIVARIABLE CALCULUS

A QUICK GUIDE TO THE FORMULAS OF MULTIVARIABLE CALCULUS A QUIK GUIDE TO THE FOMULAS OF MULTIVAIABLE ALULUS ontents 1. Analytic Geometry 2 1.1. Definition of a Vector 2 1.2. Scalar Product 2 1.3. Properties of the Scalar Product 2 1.4. Length and Unit Vectors

More information

Modifier le texte d'un élément d'un feuillet, en le spécifiant par son numéro d'index:

Modifier le texte d'un élément d'un feuillet, en le spécifiant par son numéro d'index: Bezier Curve Une courbe de "Bézier" (fondé sur "drawing object"). select polygon 1 of page 1 of layout "Feuillet 1" of document 1 set class of selection to Bezier curve select Bezier curve 1 of page 1

More information

Class One: Degree Sequences

Class One: Degree Sequences Class One: Degree Sequences For our purposes a graph is a just a bunch of points, called vertices, together with lines or curves, called edges, joining certain pairs of vertices. Three small examples of

More information

Renormalization of the Numerical Diffusion for an Upwind Finite Volume Method. Application to the Simulation of Kelvin-Helmholtz Instability

Renormalization of the Numerical Diffusion for an Upwind Finite Volume Method. Application to the Simulation of Kelvin-Helmholtz Instability 5th International Symposium on Finite Volumes for Complex Applications. - Problems and Perspectives June 08-13, 008 Aussois, France Renormalization of the Numerical Diffusion for an Upwind Finite Volume

More information

Cahier de réalisation

Cahier de réalisation Référence : cahier_realisation_mini_projet-sepia-theba-1.0 Page : 1/8 Cahier de réalisation SEPIA THEBA REDACTION Nom, prénom Gildas Le Corguillé Erwan Corre Unité ABiMS ABiMS Version Date Nature des modifications

More information

Third Supplement dated 8 September 2015 to the Euro Medium Term Note Programme Base Prospectus dated 12 December 2014

Third Supplement dated 8 September 2015 to the Euro Medium Term Note Programme Base Prospectus dated 12 December 2014 Third Supplement dated 8 September 2015 to the Euro Medium Term Note Programme Base Prospectus dated 12 December 2014 HSBC France 20,000,000,000 Euro Medium Term Note Programme This third supplement (the

More information

«Object-Oriented Multi-Methods in Cecil» Craig Chambers (Cours IFT6310, H08)

«Object-Oriented Multi-Methods in Cecil» Craig Chambers (Cours IFT6310, H08) «Object-Oriented Multi-Methods in Cecil» Craig Chambers (Cours IFT6310, H08) Mathieu Lemoine 2008/02/25 Craig Chambers : Professeur à l Université de Washington au département de Computer Science and Engineering,

More information

Efficient Storage, Compression and Transmission

Efficient Storage, Compression and Transmission Efficient Storage, Compression and Transmission of Complex 3D Models context & problem definition general framework & classification our new algorithm applications for digital documents Mesh Decimation

More information

Inspection des engins de transport

Inspection des engins de transport Inspection des engins de transport Qu est-ce qu on inspecte? Inspection des engins de transport Inspection administrative préalable à l'inspection: - Inspection des documents d'accompagnement. Dans la

More information

11. APPROXIMATION ALGORITHMS

11. APPROXIMATION ALGORITHMS 11. APPROXIMATION ALGORITHMS load balancing center selection pricing method: vertex cover LP rounding: vertex cover generalized load balancing knapsack problem Lecture slides by Kevin Wayne Copyright 2005

More information

Sun Management Center Change Manager 1.0.1 Release Notes

Sun Management Center Change Manager 1.0.1 Release Notes Sun Management Center Change Manager 1.0.1 Release Notes Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054 U.S.A. Part No: 817 0891 10 May 2003 Copyright 2003 Sun Microsystems, Inc. 4150

More information

Performance Modeling of TCP/IP in a Wide-Area Network

Performance Modeling of TCP/IP in a Wide-Area Network INSTITUT NATIONAL DE RECHERCHE EN INFORMATIQUE ET EN AUTOMATIQUE Performance Modeling of TCP/IP in a Wide-Area Network Eitan Altman, Jean Bolot, Philippe Nain, Driss Elouadghiri, Mohammed Erramdani, Patrick

More information

How To Calculate Energy From Water

How To Calculate Energy From Water A bi-projection method for Bingham type flows Laurent Chupin, Thierry Dubois Laboratoire de Mathématiques Université Blaise Pascal, Clermont-Ferrand Ecoulements Gravitaires et RIsques Naturels Juin 2015

More information

AN ALGORITHM FOR DETERMINING WHETHER A GIVEN BINARY MATROID IS GRAPHIC

AN ALGORITHM FOR DETERMINING WHETHER A GIVEN BINARY MATROID IS GRAPHIC AN ALGORITHM FOR DETERMINING WHETHER A GIVEN BINARY MATROID IS GRAPHIC W. T. TUTTE. Introduction. In a recent series of papers [l-4] on graphs and matroids I used definitions equivalent to the following.

More information

15.062 Data Mining: Algorithms and Applications Matrix Math Review

15.062 Data Mining: Algorithms and Applications Matrix Math Review .6 Data Mining: Algorithms and Applications Matrix Math Review The purpose of this document is to give a brief review of selected linear algebra concepts that will be useful for the course and to develop

More information

Multivariate Normal Distribution

Multivariate Normal Distribution Multivariate Normal Distribution Lecture 4 July 21, 2011 Advanced Multivariate Statistical Methods ICPSR Summer Session #2 Lecture #4-7/21/2011 Slide 1 of 41 Last Time Matrices and vectors Eigenvalues

More information

Essential Mathematics for Computer Graphics fast

Essential Mathematics for Computer Graphics fast John Vince Essential Mathematics for Computer Graphics fast Springer Contents 1. MATHEMATICS 1 Is mathematics difficult? 3 Who should read this book? 4 Aims and objectives of this book 4 Assumptions made

More information

Liste d'adresses URL

Liste d'adresses URL Liste de sites Internet concernés dans l' étude Le 25/02/2014 Information à propos de contrefacon.fr Le site Internet https://www.contrefacon.fr/ permet de vérifier dans une base de donnée de plus d' 1

More information

Sun StorEdge A5000 Installation Guide

Sun StorEdge A5000 Installation Guide Sun StorEdge A5000 Installation Guide for Windows NT Server 4.0 Sun Microsystems, Inc. 901 San Antonio Road Palo Alto, CA 94303-4900 USA 650 960-1300 Fax 650 969-9131 Part No. 805-7273-11 October 1998,

More information

Il est repris ci-dessous sans aucune complétude - quelques éléments de cet article, dont il est fait des citations (texte entre guillemets).

Il est repris ci-dessous sans aucune complétude - quelques éléments de cet article, dont il est fait des citations (texte entre guillemets). Modélisation déclarative et sémantique, ontologies, assemblage et intégration de modèles, génération de code Declarative and semantic modelling, ontologies, model linking and integration, code generation

More information

Introduction. GEAL Bibliothèque Java pour écrire des algorithmes évolutionnaires. Objectifs. Simplicité Evolution et coévolution Parallélisme

Introduction. GEAL Bibliothèque Java pour écrire des algorithmes évolutionnaires. Objectifs. Simplicité Evolution et coévolution Parallélisme GEAL 1.2 Generic Evolutionary Algorithm Library http://dpt-info.u-strasbg.fr/~blansche/fr/geal.html 1 /38 Introduction GEAL Bibliothèque Java pour écrire des algorithmes évolutionnaires Objectifs Généricité

More information

Hours: The hours for the class are divided between practicum and in-class activities. The dates and hours are as follows:

Hours: The hours for the class are divided between practicum and in-class activities. The dates and hours are as follows: March 2014 Bienvenue à EDUC 1515 Français Langue Seconde Partie 1 The following information will allow you to plan in advance for the upcoming session of FSL Part 1 and make arrangements to complete the

More information

DHI a.s. Na Vrsich 51490/5, 100 00, Prague 10, Czech Republic ( t.metelka@dhi.cz, z.svitak@dhi.cz )

DHI a.s. Na Vrsich 51490/5, 100 00, Prague 10, Czech Republic ( t.metelka@dhi.cz, z.svitak@dhi.cz ) NOVATECH Rehabilitation strategies in wastewater networks as combination of operational, property and model information Stratégies de réhabilitation des réseaux d'égouts combinant des données d exploitation,

More information

Solutions for Review Problems

Solutions for Review Problems olutions for Review Problems 1. Let be the triangle with vertices A (,, ), B (4,, 1) and C (,, 1). (a) Find the cosine of the angle BAC at vertex A. (b) Find the area of the triangle ABC. (c) Find a vector

More information

Mathematics (MAT) MAT 061 Basic Euclidean Geometry 3 Hours. MAT 051 Pre-Algebra 4 Hours

Mathematics (MAT) MAT 061 Basic Euclidean Geometry 3 Hours. MAT 051 Pre-Algebra 4 Hours MAT 051 Pre-Algebra Mathematics (MAT) MAT 051 is designed as a review of the basic operations of arithmetic and an introduction to algebra. The student must earn a grade of C or in order to enroll in MAT

More information

HPC Deployment of OpenFOAM in an Industrial Setting

HPC Deployment of OpenFOAM in an Industrial Setting HPC Deployment of OpenFOAM in an Industrial Setting Hrvoje Jasak h.jasak@wikki.co.uk Wikki Ltd, United Kingdom PRACE Seminar: Industrial Usage of HPC Stockholm, Sweden, 28-29 March 2011 HPC Deployment

More information

Removing Even Crossings

Removing Even Crossings EuroComb 2005 DMTCS proc. AE, 2005, 105 110 Removing Even Crossings Michael J. Pelsmajer 1, Marcus Schaefer 2 and Daniel Štefankovič 2 1 Department of Applied Mathematics, Illinois Institute of Technology,

More information

On Integer Additive Set-Indexers of Graphs

On Integer Additive Set-Indexers of Graphs On Integer Additive Set-Indexers of Graphs arxiv:1312.7672v4 [math.co] 2 Mar 2014 N K Sudev and K A Germina Abstract A set-indexer of a graph G is an injective set-valued function f : V (G) 2 X such that

More information

Linear Programming I

Linear Programming I Linear Programming I November 30, 2003 1 Introduction In the VCR/guns/nuclear bombs/napkins/star wars/professors/butter/mice problem, the benevolent dictator, Bigus Piguinus, of south Antarctica penguins

More information

Manifold Learning Examples PCA, LLE and ISOMAP

Manifold Learning Examples PCA, LLE and ISOMAP Manifold Learning Examples PCA, LLE and ISOMAP Dan Ventura October 14, 28 Abstract We try to give a helpful concrete example that demonstrates how to use PCA, LLE and Isomap, attempts to provide some intuition

More information

- 343 - PIXEL-PLANES: A VLSI-ORIENTED DESIGN FOR 3-D RASTER GRAPHICS. H. Fuchs and J. Pou1ton. University of North Carolina at Chapel Hill

- 343 - PIXEL-PLANES: A VLSI-ORIENTED DESIGN FOR 3-D RASTER GRAPHICS. H. Fuchs and J. Pou1ton. University of North Carolina at Chapel Hill - 343 - PIXEL-PLANES: A VLSI-ORIENTED DESIGN FOR 3-D RASTER GRAPHICS H. Fuchs and J. Pou1ton University of North Carolina at Chapel Hill ABSTRACT We present here the design for a machine which can rapidly

More information

Labeling outerplanar graphs with maximum degree three

Labeling outerplanar graphs with maximum degree three Labeling outerplanar graphs with maximum degree three Xiangwen Li 1 and Sanming Zhou 2 1 Department of Mathematics Huazhong Normal University, Wuhan 430079, China 2 Department of Mathematics and Statistics

More information

A Simultaneous Solution for General Linear Equations on a Ring or Hierarchical Cluster

A Simultaneous Solution for General Linear Equations on a Ring or Hierarchical Cluster Acta Technica Jaurinensis Vol. 3. No. 1. 010 A Simultaneous Solution for General Linear Equations on a Ring or Hierarchical Cluster G. Molnárka, N. Varjasi Széchenyi István University Győr, Hungary, H-906

More information

This article appeared in a journal published by Elsevier. The attached copy is furnished to the author for internal non-commercial research and

This article appeared in a journal published by Elsevier. The attached copy is furnished to the author for internal non-commercial research and This article appeared in a journal published by Elsevier. The attached copy is furnished to the author for internal non-commercial research and education use, including for instruction at the authors institution

More information

Binary Image Reconstruction

Binary Image Reconstruction A network flow algorithm for reconstructing binary images from discrete X-rays Kees Joost Batenburg Leiden University and CWI, The Netherlands kbatenbu@math.leidenuniv.nl Abstract We present a new algorithm

More information

Account Manager H/F - CDI - France

Account Manager H/F - CDI - France Account Manager H/F - CDI - France La société Fondée en 2007, Dolead est un acteur majeur et innovant dans l univers de la publicité sur Internet. En 2013, Dolead a réalisé un chiffre d affaires de près

More information

Pad formulation impact on automotive brake squeal

Pad formulation impact on automotive brake squeal Pad formulation impact on automotive brake squeal L. MORTELETTE a, b, J-F. BRUNEL a, X. BOIDIN a, Y. DESPLANQUES a, P. DUFRENOY a, L. SMEETS b a. Laboratoire de Mécanique de Lille, UMR CNRS 8107, Avenue

More information

How To Become A Foreign Language Teacher

How To Become A Foreign Language Teacher Université d Artois U.F.R. de Langues Etrangères MASTER A DISTANCE Master Arts, Lettres et Langues Spécialité «CLE/ CLS en milieu scolaire» Voie Professionnelle ou Voie Recherche University of Artois Faculty

More information

F.S. Hillier & G.T Lierberman Introduction to Operations Research McGraw-Hill, 2004

F.S. Hillier & G.T Lierberman Introduction to Operations Research McGraw-Hill, 2004 Recherche opérationnelle. Master 1 - Esa Si vous souhaitez prendre connaissance des questions traitées dans le cours de recherche opérationnelle du Master 1 ESA, je vous recommande cet ouvrage. F.S. Hillier

More information