arxiv: v2 [math.na] 7 Sep 2016

Size: px
Start display at page:

Download "arxiv: v2 [math.na] 7 Sep 2016"

Transcription

1 A MODIFIED IMPLEMENTATION OF MINRES TO MONITOR RESIDUAL SUBVECTOR NORMS FOR BLOCK SYSTEMS ROLAND HERZOG AND KIRK M. SOODHALTER Abstract. Saddle-oint systems, i.e., strctred linear systems with symmetric matrices are considered. A modified imlementation of reconditioned) MINRES is derived which allows to monitor the norms of the sbvectors individally. Comared to the imlementation from the textbook of [Elman, Sylvester and Wathen, Oxford University Press, 2014, or method reqires one extra vector of storage and no additional alications of the reconditioner. Nmerical exeriments are inclded. Key words. MINRES, saddle-oint roblems, strctred linear systems, reconditioning, sbvector norms arxiv: v2 [math.na 7 Se ) AMS sbject classifications. 65F08, 65F10, 15B57, 65M22, 74S05, 76M10 1. Introdction. We are solving symmetric linear systems of the form [ [ A B T = B C [ f f, where A R m m and C R are symmetric, and B R m, by alying MINRES or reconditioned MINRES [8 ation. After j ations, we have aroximation j), j) ) and residal [ [ [ [ [ r j) f A B T j) f A = B C j) = j) + B T j) B j) C j). f We denote the two arts of the residal as r j) = f A j) + B T j)) and r j) = f B j) C j)). The qestion we seek to answer is: can we monitor the individal reconditioned norms of r j) and r j) as oosed to the fll norm of r j) ) sing only qantities arising in an efficient imlementation of the reconditioned MINRES algorithm, namely that in [2, Algorithm 4.1? The answer is yes, nder certain conditions. The technical reqirements to do so are connected to the notion of so-called natral reconditioners which arise in this setting; see, e.g., [9, 12 and references contained therein. In section 2, we demonstrate that at the storage cost of one additional fll-length vector and six scalars bt no additional alications of the reconditioner, one can modify the reconditioned MINRES method to calclate these norms in a rogressive fashion. An extension to more than two residal arts is straightforward. An imlementation of or modified version of MINRES is given in algorithm 1 and is available at [6 as a Matlab file. f This version dated Setember 8, Technische Universität Chemnitz, Faclty of Mathematics, Professorshi Nmerical Mathematics Partial Differential Eqations), D Chemnitz, Germany roland.herzog@mathematik.tchemnitz.de, htts:// Transfer Gro, Johann Radon Institte for Comtational and Alied Mathematics, Altenbergerstraße 69, A 4040 Linz, Astria kirk.soodhalter@ricam.oeaw.ac.at, htt://math. soodhalter.com). 1

2 2 R. HERZOG AND K. M. SOODHALTER As a motivation for or stdy, we mention that the individal arts of the residal in 1.1) often have different hysical interretations. Monitoring them individally allows a better insight into the convergence of MINRES and it allows the formlation of refined stoing cria. We resent examles and nmerical exeriments in section How to monitor both arts of the reconditioned residal. In this section, we derive how one monitors these norms withot incrring mch extra comtational or storage exense. We will describe everything in terms of the variable names se in [2, Algorithm 4.1 with two excetions, which will be noted below. Here we describe qickly the derivation of reconditioned MINRES as a Krylov sbsace method, secifically in order to relate certain qantities from [2, Algorithm 4.1 to the common qantities arising in the Lanczos rocess. In rincile, the reconditioned MINRES algorithm is an imlementation of the minimm residal Krylov sbsace method for matrices which are symmetric. It can be eqivalently formlated as an ation for oerator eqations in which the oerator is self-adjoint, maing elements of a Hilbert sace into its dal; see [5. We resent the derivation for the finite dimensional case. For the roses [ of this discssion, let x j) = j), j) ) A B T be the jth aroximation. Let K =. We frther assme that the reconditioner P is symmetric ositive definite and has block diagonal strctre B 0 [ P P = with P R m m and P R. P This assmtion is natral in many sitations when we acknowledge that the residal sbvectors often have different hysical meaning and need to be measred in different norms; see [9, 12 and section 3 for examles. We briefly review some basic facts abot Krylov sbsaces for symmetric matrices. We begin with the nreconditioned sitation. Let A R n n be symmetric. For some starting element h R n, we define the jth Krylov sbsace generated by A and h to be K j A, h) = san { h, Ah, A 2 h,..., A j h } sing the Lanczos rocess, where if V j = [ v 1 v 2 v j R n j is the matrix with colmns that form an orthonormal basis of K j A, h), then we have the Lanczos relation 2.2) AV j = V j+1 T j where T j R j+1) j. The matrix T j is tridiagonal, and the matrix T j defined as the first j rows of T j ) is symmetric. This imlies that to generate each new Lanczos vector, we mst orthogonalize the newest vector against only the two revios Lanczos vectors. This leads to the following well-known three-term recrrence formla 2.3) Av j = γ j+1 v j+1 + δ j v j + γ j v j.

3 MONITORING OF RESIDUAL IN SADDLE-POINT PROBLEMS 3 Using the naming conventions in [2, Algorithm 2.4, we have δ 1 γ 2. γ T j = γj. γ j δ j γ j+1 In the case that we have a symmetric ositive definite reconditioner P, we show that a Krylov sbsace can still constrcted sing the short-term Lanczos ation and that a MINRES method can be sed for solving 1.1). In, e.g., [2, reconditioned MINRES is derived by first observing that P admits the Cholesky decomosition P = HH T. Ths one cold consider solving the two-sided reconditioned eqations [ [ H KH T y = H b with y = H T f1 x where x = and b =, where we have the initial aroximation y 0) = H T x 0). The matrix H KH T is still symmetric. However, one can notice that the reconditioned residal satisfies H r k) = r k) P where P is the norm arising from the inner rodct indced by P, i.e.,, P = P,. One frther notes that we have the eqivalence K j H KH T, H r 0) ) = H K j KP, r 0) ). If reconditioned MINRES at ation j rodce a correction s j) K j H KH T, H r 0) ) sch that y j) = y 0) + s j), then we recover the aroximation for x with x j) = H T y 0) + s j)). Since x 0) = H T y 0) the correction sace for reconditioned MINRES with resect to the original variables is actally P K j KP, r 0) ). From here, one can show that the reconditioned MINRES ation is eqivalent to an ation with the sbsace K j KP, r 0) ) bt with resect to the inner rodct, P indced by the reconditioner. This is indeed a short-term recrrence ation, as it can be shown that KP is symmetric with resect to, P. Ths the derivation of the reconditioned MINRES method [2, Algorithm 4.1 can be resented as a small modification of the nreconditioned MINRES [2, Algorithm 2.4. This same fact was also shown in [5 bt by interreting the nderlying oerator as a maing from a Hilbert sace to its dal. There are many benefits to this interretation. One advantage is that even in the finite dimensional sitation, it allows the derivation of reconditioned MINRES withot the temorary introdction of Cholesky factors. Let the colmns of V j still form an orthonormal basis for a Krylov sbsace, bt this time the sace K j KP, r 0) ), and the orthonormality is with resect to, P. Let Z j = P V j have as colmns the image of those vectors nder the action of the reconditioner. Then we have the reconditioned Lanczos relation, 2.4) KP V j = KZ j = V j T j where T j has the tridiagonal strctre described earlier. What differs here is that the colmns of V j have been orthonormalized with resect to the P inner rodct, and f 2

4 4 R. HERZOG AND K. M. SOODHALTER the entries of the tridiagonal matrix T j are formed from these P inner rodcts. We have the three-term recrrence 2.5) Kz j = γ j+1 v j+1 + δ j v j + γ j v j. The reconditioned MINRES method solves the following residal minimization roblem, 2.6) x j) = x 0) + Z j y j) where y j) = argmin y R j γ1 e 1 T j y 2, where γ 1 = r 0 P. Thogh this redces the minimization of the residal to a small least-sqares roblem, this is not the most efficient way to imlement the MINRES method; and indeed, this is not what is done in, e.g., [2, Algorithm 4.1. De to 2.3), MINRES can be derived sch that only six fll-length vectors mst be stored. In the interest of not again deriving everything, we will simly rovide a few relationshis between qantities from the above exlanation of MINRES and those in [2, Algorithm 4.1. Frther imlementation details can be fond in, e.g., [4, Section 2.5. Let T j = Q j R j be a QR-factorization of T j comted with Givens rotations where Q j R j+1) j+1) is a nitary matrix constrcted from the rodct of Givens rotations, and R j R j+1) j is er trianglar. The matrix R j R j j is simly R j with the last row of zeros) deleted. We can write the matrix Q T j as the rodct of the Givens rotation sed to trianglarize T j. Since T j is tridiagonal and Hessenberg, we mst annihilate only one sbdiagonal entry er colmn. Following from [2, Algorithm 4.1, we denote s i and c i to be the Givens sine and cosine [ sed to annihilate ci s the ith entry of colmn i 1 sing the nitary matrix F i = i. Ths we can s i c i denote Q T j = G j) j+1 Gj) j G j) 2 where we define G j) i R j+1) j+1) to be the matrix alying the ith Givens rotation to rows i 1 and i to a j + 1) j + 1) matrix. Using a normal eqations formlation of 2.6), we can derive an exression for the least sqares minimizer 2.7) y j) = R j { Q T j γ 1 e 1 ) } 1:j, where { } 1:j indicates we take only the first j rows of the argment. For the rose of discssion, we make an additional modification to the variable naming sing in [2, Algorithm 4.1. We index η, which is sed to track the residal norm. On Line 4 of the algorithm, we wold have η 0 = γ 1, and at Line 18, we wold write η j = s j+1 η j. From the roof of [3, Corollary 2.5.3, one can see that at ation j, the least sqares residal can be written 2.8) γ 1 e 1 T j y j) = Q j η j e j+1 ), where e j+1 is the last colmn of the j + 1) j + 1) identity matrix, and becase Q j is nitary, it follows that η j is the norm of the residal r j) P ertaining to x j). We now derive an exression for the norms of r j) and r j) in terms of qantities arising in the Lanczos rocess and residal minimization. De to the block strctre

5 MONITORING OF RESIDUAL IN SADDLE-POINT PROBLEMS 5 of K, we artition V j and Z j similarly, 2.9) V j = [ Vj, V j, and Z j = [ Zj, Z j, and then insert the artitioned vectors into 2.2) [ [ [ [ A B T Zj, AZj, + B = T Z j, Vj+1, = T B C Z j, BZ j, CZ j, V j = j+1, [ Vj+1, T j V j+1, T j We note that for tracking and dating the fll residal vector, this artition is artificially imosed. One cold simly track the fll residal and artition at the end to comte the sbvector norms searately. We derive everything sing this block artition becase one may wish to track the norm of only one sbvector. Frthermore, one needs the artition qantities to define the recrsions for dating the reconditioned sbvector norms. It then follows that we have Lanczos relations for the blocks 2.10) AZ j, + B T Z j, = V j+1, T j and BZ j, CZ j, = V j+1, T j. From [3, Theorem 2.5.7, we know that the jth MINRES residal satisfies the recrsion 2.11) r j) = r j) c j+1 η j m j+1) j, where the axiliary vectors can also be rogressively dated. The rogressive dating scheme for the axiliary vectors can also be seen by observing that these axiliary vectors form an orthonormal basis for the constraint sace KP K j KP, r 0) ), namely M j+1 = V j+1 Q j = [ m j+1) 1 m j+1) 2 m j+1) j m j+1) j+1. Using indction, one can show that since Q j is the rodct of Givens rotations with Q j = Q j G j)t j+1, we have that mj+1) i = m j) i for all 1 i j 1, and m j+1) j = c j+1 m j) j + s j+1 v j+1 and m j+1) j+1 = s j+1 m j) j + c j+1 v j+1, where we set m 1) 1 = v 1. This imlies that we can dro the serindices for the first j 1 colmns of M j+1 which remain nchanged, i.e., 2.12) M j+1 = From 2.8), we then have that [ m 1 m 2 m j m j+1) j If we then artition the vector m j+1) j+1 = artial residals, 2.13) r j) r j) = η j V j+1 Q j e j+1 = η j m j+1) j+1. m j+1) j+1.. [ j+1) m j+1,, we then have formlas for the m j+1) j+1, = η j m j+1) j+1, and r j) = η j m j+1) j+1,.

6 6 R. HERZOG AND K. M. SOODHALTER We can also rewrite 2.13) in order to recover 2.11). By direct comtation with some sbstittions, we see that r j) = η j m j+1) j+1 = s j+1 η j ) s j+1 m j) j + c j+1 v j+1 ) = s 2 j+1η j m j) j + c j+1 s j+1 η j v j+1 = η j m j) j Ths the residal sbvectors r j) r j) = r j) c 2 j+1η j m j) j + c j+1 s j+1 η j v j+1 = r j) c j+1 c j+1 η j m j) j + s j+1 η j v j+1 ) = r j) c j+1 η j m j+1) j. and r j) satisfy the rogressive dating formlas c j+1 η j m j+1) j, and r j) = r j) c j+1 η j m j+1) j,. However, this reresentation wold reqire storage of two fll-length vectors. We have seen that throgh recrsion formlas, we can comte one or both sbvectors of the residal vector rodced by reconditioned MINRES. However, we wish to avoid storing or re-evalating these vectors since we actally want to comte only the aroriate norm of each iece. The fll residal minimization is with resect to the P norm P. We have assmed in this aer that the reconditioner has block diagonal strctre; and as P is symmetric ositive definite, it follows that its blocks are as well. Ths we can write r j) 2 P = r j) 2 P + r j) 2 P These norms can also be comted recrsively sing information already on hand. We note that doing it as in the following allows s to avoid additional alications of the reconditioner. In order to comte the norms searately, it is necessary that we also se the same fact for the newest Lanczos vector, Let 1 = v j+1 2 P = v j+1, 2 P ψ j+1, = v j+1, 2 P ψ j+1, = v j+1, 2 P + v j+1, 2 P. = z j+1,, v j+1, and = z j+1,, v j+1,. We can store these vales so they are available for later se. We frther denote η j, = r j) P and η j, = r j) P. This allows s to concisely state the following theorem. Theorem 2.1. The ratio between the fll reconditioned residal norm and the resective reconditioned residal sbvector norms can be written rogressively as follows: ηj, η j ηj, η j ) 2 = s 2 j+1 ) 2 = s 2 j+1 ηj, η j ηj, η j ) 2 2s j+1c j+1 m j). j,) T zj+1, + c 2 j+1ψ j+1, and ) 2 2s j+1c j+1 m j) j,) T zj+1, + c 2 j+1ψ j+1,.

7 MONITORING OF RESIDUAL IN SADDLE-POINT PROBLEMS 7 Proof. The roofs for each sbvector are identical, so we rove it only for one. We can verify the identity by direct calclation and then by showing that the qantities arising from the calclation are available by recrsion. We comte r j) 2 P = η j m j+1) ) T j+1, P ηj m j+1) ) j+1, = ηj 2 sj+1 m j) j, + c ) T j+1v j+1, P sj+1 m j) j, + c ) j+1v j+1, = ηj 2 s 2 j)) T j+1 m j, P m j) j, 2s j)) T j+1c j+1 m j, P v j+1, ) + c 2 j+1vj+1,p T v j+1, ) = ηj 2 s 2 ηj, 2 ) T j+1 2s j+1 c j+1 m j) zj+1, + c 2 j+1ψ j+1,, η 2 j j, Basic algebra finishes the roof. For comleteness, we now resent a modified version of [2, Algorithm 4.1, here called algorithm 1. Note that we omit serscrits for m l) i, and some other sbscrits where they are not needed. Frthermore, we introdce the scalars θ and θ defined by 2.14) θ = m j) j,, z j+1, and θ = m j) j,, z j+1, and the sqared residal norm fractions ) 2 ηj, 2.15) µ = and µ = η j ηj, Notice that one can work with fll-length vectors and the artitioning is only imortant for the comtation of artial inner rodcts as in 2.14). 3. Examles and Nmerical Exeriments. In the introdction, we motivated or stdy by mentioning that the residal sbvectors in saddle-oint systems 1.1) often have different hysical interretations. In this section, we discss several examles to nderline this fact, and we also resent nmerical reslts which demonstrate the correctness of algorithm 1. We do this by storing all the residal vectors throghot the ation and evalating the reconditioned sbvector norms a-osteriori. This is a debgging ste which is introdced to verify the correctness of algorithm 1. Or Matlab imlementation of algorithm 1 is available at [6. In all examles, we begin with an all-zero initial gess and we sto when the relative redction of the total residal η j r j) = P η 0 r 0) P falls below We cold easily tilize a refined stoing crion sch as η j, = r j) P η j ) 2. ε and η j, = r j) P ε to take advantage of the ability to monitor the residal sbvector norms. Concrete alications of this e.g., in otimization) are otside the scoe of this aer and will be addressed elsewhere.

8 8 R. HERZOG AND K. M. SOODHALTER Algorithm 1: The reconditioned MINRES method with monitoring of η j, = j) r and η j, = j) r P P Int : K R m+) m+), symmetric, and f R m+ as in 1.1), P = blkdiagp, P ) R m+) m+), symmetric ositive definite. Ott: x j) for some j sch that r j) P satisfies some convergence cria. 1 Set v 0 = 0, w 0 = w 1 = [ 0 2 Choose x 0) f1, set v 1 = K x 0), z 1 = P v 1 3 γ 1 = z 1, v 1, v 1 v 1 /γ 1, z 1 z 1 /γ 1 4 ψ = z 1,, v 1,, ψ = z 1,, v 1, 5 µ = ψ, µ = ψ 6 m 1 = v 1 f 2 7 Set η 0 = γ 1, η 0, = γ 1 ψ, η 0, = γ 1 ψ, s 0 = s 1 = 0, c 0 = c 1 = 1 8 for j = 1 ntil convergence do 9 δ j = Kz j, z j 10 v j+1 = Kz j δ j v j γ j v j // Lanczos 11 z j+1 = P v j+1 12 γ j+1 = z j+1, v j+1 13 v j+1 v j+1 /γ j+1 14 z j+1 z j+1 /γ j+1 15 α 0 = c j δ j c j s j γ j // Udate QR factorization 16 α 1 = α0 2 + γ2 j+1 17 α 2 = s j δ j + c j c j γ j 18 α 3 = s j γ j 19 c j+1 = α 0 /α 1, s j+1 = γ j+1 /α 1 // Givens rotations 20 θ m j,, z j+1,, θ m j,, z j+1, 21 ψ z j+1,, v j+1,, ψ z j+1,, v j+1, 22 m j+1 = s j+1 m j + c j+1 v j+1 23 w j+1 = z j α 3 w j α 2 w j )/α 1 24 x j) = x j) + c j+1 η j w j+1 25 µ s 2 j+1 µ 2s j+1 c j+1 θ + c 2 j+1 ψ 26 µ s 2 j+1 µ 2s j+1 c j+1 θ + c 2 j+1 ψ 27 η j = s j+1 η j // total residal norm 28 η j, = η j µ, η j, = η j µ // artial residal norms 29 Test for convergence Examle 3.1 Least-Norm Soltion of Underdetermined Linear System). We consider an nderdetermined and consistent linear system B = b with a matrix B R m n of fll row rank and m < n. Its least-norm soltion Minimize H sch that B = b, Rn in the sense of the inner rodct defined by the symmetric ositive definite matrix

9 MONITORING OF RESIDUAL IN SADDLE-POINT PROBLEMS 9 H R n n, is niqely determined by the saddle-oint system [ [ [ H B T 0 =. B 0 b Notice that the first block of eqations reresents otimality, while the second block reresents feasibility of a candidate soltion, ) T. Or test case ses data created throgh the commands rng 42); n =100; m =30; B= randn m,n); b= randn m,1); H= sdiags rand n,1),0,n,n); As reconditioner we se either P 1 = blkdiagi n n, I m m ) the nreconditioned case) or P 2 = blkdiagh, I m m ). The convergence histories in Figre 3.1 show that the amont by which the two residal sbvectors contribte to their combined norm may indeed be qite different, and it deends on the reconditioner. In this examle, the feasibility residal r = b B is significantly smaller than the otimality residal r = H B T in the nreconditioned case where we sed P 1. To be more recise, the average vale of µ throghot the ation history is abot 21%. Qite the oosite is tre for the case of P 2, when µ is close to 100%. nderdetermined nreconditioned m=100, =30) nderdetermined reconditioned m=100, =30) 10 0 r r r 10 0 r r r r redicted r redicted r redicted r redicted Fig Convergence history of the residal sbvectors for Examle 3.1 nderdetermined linear system) in the nreconditioned left) and reconditioned case right). The lot, as all following convergence lots, also confirms the correctness of algorithm 1 and of or imlementation. Notice that in the right figre, the first residal norm r P is artially otside of the lot range. This reslts from or choice to maintain the same scales for both figres. Examle 3.2 Least-Sqares Soltion of Overdetermined Linear System). Here we consider an overdetermined linear system B T = b with a matrix B R m n of fll row rank and m < n. Its least-sqares soltion Minimize 1 B T b 2, 2 H R m with H R n n symmetric ositive definite as above, is niqely determined by the normal eqations, B H B T b) = 0. By defining as the reconditioned residal H B T b), we find that the least-sqares soltion is in trn eqivalent to the saddle-oint system [ [ [ H B T b =. B 0 0

10 10 R. HERZOG AND K. M. SOODHALTER The first block of eqations now reresents feasibility for the constraint defining the axiliary qantity, while the second reqires to lie in the kernel of B. Similarly as above, we derive test data throgh rng 42); n =100; m =30; B= randn m,n); b= randn n,1); H= sdiags rand n,1),0,n,n); We emloy the same reconditioners P 1 and P 2 as in Examle 3.1. Once again, the convergence behavior of the two residal sbvectors is fndamentally different Figre 3.2) for the two cases: in the nreconditioned case, the average vale of µ is abot 9%, while it is 72% in the reconditioned case overdetermined nreconditioned m=100, =30) r r 10 1 overdetermined reconditioned m=100, =30) r r 10 0 r r redicted 10 0 r r redicted r redicted r redicted Fig Convergence history of the residal sbvectors for Examle 3.2 overdetermined linear system) in the nreconditioned left) and reconditioned case right). Or remaining examles involve artial differential eqations and they will be stated in variational form, by secifying bilinear forms a, ) : V V R, b, ) : V Q R, and, where aroriate, c, ) : Q Q R. Here V and Q are real) Hilbert saces. The matrices A, B and C in 1.1) are then obtained by evalating the resective bilinear forms on a basis of an aroriate finite dimensional sbsace V h or Q h, e.g., [B ij = bϕ j, ψ i ) for basis elements ϕ j V h and ψ i Q h. Similarly, the right hand side vectors f and f are obtained from evalating roblem deendent linear forms f ) and f ) on the same basis fnctions ϕ i and ψ i, resectively. Finally, the matrices and vectors obtained in this way may need to be dated de to the incororation of essential Dirichlet) bondary conditions. All nmerical tests were condcted sing the Python interface of the finite element library FEniCS [7 version 1.6) to generate the matrices and vectors. Those were then exorted in PETSc binary format and read from Matlab throgh the heler fnctions readpetscbinmat.m and readpetscbinvec.m rovided by Samar Khatiwala on his web age. We deliberately trned off the reordering featre of FEniCS for the degrees of freedom to reserve the block strctre of 1.1) for illstration roses see Figre 3.6) and in order for the sbvectors and and the residals r and r to remain contigos in memory. However, or theory does not rely on a articlar ordering of the sbvector comonents, and or imlementation of algorithm 1 allows for arbitrary comonent ordering. It will trn ot to be sefl for the following examles to secify the hysical nits Newton: N, meters: m, seconds: s, Watt: W, and Kelvin: K) for all involved qantities in the following examles.

11 MONITORING OF RESIDUAL IN SADDLE-POINT PROBLEMS 11 Examle 3.3 Stokes Channel Flow). We consider the variational formlation of a 3D stationary Stokes channel flow configration within the domain = 0, 10) 0, 1) 0, 1). Dirichlet conditions are imosed on the flid velocity everywhere excet at the right otflow) bondary x = 10), where do-nothing conditions hold. The Dirichlet conditions are homogeneos no-sli) excet at the left inflow) bondary x = 0), where x, y, z) = in x, y, z) = y 1 y) z 1 z), 0, 0) T m s is imosed. Aroriate fnction saces for this set are V = {v H 1 ; R 3 ) : v = 0 on Γ\ Γ right } for the velocity and Q = L 2 ) for the ressre. The relevant bilinear and linear forms associated with this roblem are a, v) = µ : v dx, b, q) = q div dx and f v) = f v dx. We se the dynamic viscosity arameter µ = N s m 2 water) and zero right hand side force f = 0, 0, 0) T N m 3. By considering nits, or by investigating the nderlying hysics, we infer that the first comonent of the residal, r = f a, ) b, ), reresents a net sm of forces, measred in N. Similarly, the second residal r = b, ) reresents the net flx of flid throgh the imermeable channel walls, measred in m 3 s. Clearly, both arts of the residal mst be zero at the converged soltion, bt their deartre from zero at intermediate ates has different hysical interretations. As reconditioner P = blkdiagp, P ), we se the block diagonal matrix indced by the bilinear forms a, v) and µ q dx, resectively, similar to [2, Section 4.2, where the constant-free roblem is considered. Notice that the inclsion of the constant µ into the ressre mass matrix renders the reconditioner comatible with the hysical nits of the roblem. For or nmerical test, we discretized the roblem sing the Taylor-Hood finite element. The homogeneos and non-homogeneos Dirichlet bondary conditions were inclded by modifying the saddle-oint comonents A, B, B T, and right hand side f in 1.1) in a symmetric way throgh the assemble_system call in FEniCS. Notice that this effectively modifies some comonents of the first residal sbvector r by exressions of the form in x, y, z) x, y, z), measred in m s. The same modifications aly to the reconditioner P. Figre 3.3 dislays the convergence behavior of the residal sbvector norms on a relatively coarse mesh and its refinement. The reslt illstrates the mesh indeendence of the reconditioned ation, and it also shows that the residal r reresenting mass conservation) lags behind the residal r over the majority of the ations. Examle 3.4 Linear Elasticity with Nearly Incomressible Material). This examle describes a tensile test with a rod of sqare cross section, which occies the domain = 0, 100) 0, 10) 0, 10). We se mm here in lace of m as or length nit. Homogeneos Dirichlet conditions for the dislacement are imosed at the left claming) bondary x = 0), while natral traction) bondary conditions are imosed elsewhere. The imosed traction ressre is zero excet at the right forcing) bondary x = 100), where a niform ressre of g = 1, 0, 0) T N mm 2 is imosed. As is cstomary for nearly incomressible material, we introdce an extra

12 12 R. HERZOG AND K. M. SOODHALTER 10 0 Stokes3D level 1 m=19683, =1025) r r 10 0 Stokes3D level 2 m=139587, =6561) r r r r redicted r r redicted r redicted r redicted Fig Convergence history of the residal sbvectors for Examle 3.3 Stokes) on a coarse grid left) and its niform refinement right). variable for the hydrostatic ressre see for instance [11) in order to overcome the ill-conditioning of a rely dislacement based formlation known as locking [1. We emloy the standard isotroic stress-strain relation, σ = 2 µ ε) + I and div = λ. Here ε) = + T )/2 denotes the symmetrized Jacobian of, while µ and λ denote the Lamé constants. We choose as material arameters Yong s modls E = 50 N mm 2 and a Poisson ratio of ν = These articlar vales describe a material like nearly incomressible rbber, and a conversion to the Lamé constants yields µ = E 2 1+ν) = N mm 2 νe and λ = 1+ν)1 2 ν) = N mm 2. The variational mixed formlation obtained in this way is described by the saces V = {v H 1 ; R 3 ) : v = 0 on Γ left } for the dislacement and Q = L 2 ) for the hydrostatic ressre. The bilinear and linear forms associated with this roblem are a, v) = 2 µ ε) : εv) dx, b, q) = q div dx, c, q) = λ q dx and f v) = g v dx. Γ right At the converged soltion, the body is in eqilibrim. At an intermediate ate, we can interret r = f a, ) b, ) as a net force acting on the body, measred in N. This force is attribted to a violation of the eqilibrim conditions div σ = f in, and σ n = 0 or σ n = g at the non-claming bondary arts at an intermediate ate, ) T. The second residal r = b, ) + c, ) admits an interretation of a volme measred in m 3 de to a violation of div = λ. As reconditioner P = blkdiagp, P ), we se the block diagonal matrix indced by the bilinear forms a, v) and c, q), resectively. Once again, we remark that this choice is comatible with the hysical nits of the roblem. Similarly as for Examle 3.3, we discretize the roblem sing the Taylor-Hood finite element, and similar modifications de to Dirichlet dislacement bondary conditions aly. Figre 3.4 illstrates the convergence behavior on sccessively refined meshes, revealing once again different orders of magnitde for the two comonents of the residal. Examle 3.5 Otimal Bondary Control). Or final examle is an otimal bondary control roblem for the stationary heat

13 MONITORING OF RESIDUAL IN SADDLE-POINT PROBLEMS 13 Elasticity3Dressre level 1 m=6075, =369) Elasticity3Dressre level 2 m=39123, =2025) 10 1 r r 10 1 r r 10 0 r r redicted 10 0 r r redicted r redicted r redicted Fig Convergence history of the residal sbvectors for Examle 3.4 elasticity) on a coarse grid left) and its niform refinement right). eqation on the nit cbe = 0, 1) 0, 1) 0, 1) with bondary Γ. The roblem statement is Minimize s.t. α 1 2 d 2 L 2 ) + α 2 2 f 2 L 2 Γ) κ + δ = 0 in, κ = f on Γ. n As data we se α 1 = 1 m 3 K 2, d x, y, z) = x K, α 2 = m 2 W 2, heat condction coefficient κ = 1 W m K, and radiation coefficient δ = 1 W m 3 K. The necessary and sfficient otimality conditions for this roblem are standard; see, for instance, [10, Chater 2.8. When we eliminate the control fnction f from the roblem, a saddle-oint system for the state and adjoint state remains, which is described by the following data: a, v) = α 1 v dx, b, q) = κ q dx + δ q dx, c, q) = α2 q dx and f v) = α 1 d v dx. Γ The nderlying saces are V = Q = H 1 ), and we discretize both sing iecewise linear, continos finite elements. Note that the elements, v V are measred in K while the elements, q Q are measred in W. As reconditioner P = blkdiagp, P ), we se the block diagonal matrix indced by the bilinear forms, v) = α 1 κ δ v dx + α 1 v dx, q) = α 2 κ δ ) 1/2 q dx + α 2 κ δ) 1/2 q dx, resectively. As in or revios examles, this choice is comatible with the hysical nits of the roblem. Figre 3.5 illstrates the convergence behavior on sccessively refined meshes. Besides the mesh indeendence, we observe that both residal sbvector norms converge in nison in this examle.

14 14 R. HERZOG AND K. M. SOODHALTER OtimalControl3D level 2 m=729, =729) OtimalControl3D level 3 m=4913, =4913) OtimalControl3D level 4 m=35937, =35937) r r r r r r r r r r redicted r redicted r redicted r redicted r redicted r redicted Fig Convergence history of the residal sbvectors for Examle 3.5 otimal bondary control) on a coarse grid left) and its niform refinements middle and right). Fig Sarsity lots of the saddle-oint systems arising in Examle 3.1 nderdetermined linear system), Examle 3.3 Stokes), Examle 3.4 elasticity), and Examle 3.5 otimal bondary control). 4. Discssion. In this aer we develoed a modified imlementation of MIN- RES. When alied to saddle-oint systems, the new imlementation allows s to monitor the norms of the sbvectors j) r and j) r individally, while con- P P ventional imlementations kee track of only the total residal norm r j) P. It shold be obvios how algorithm 1 generalizes to systems with more than two residal sbvectors and block-diagonal reconditioners strctred accordingly. The rice to ay to monitor the sbvector norms is the storage of one additional vector for comonents m j, and m j, comared to the imlementation of MINRES given in [2, Algorithm 4.1 as well as some additional inner rodct calclations. It shold be noted that if the cost of alying the oerator and reconditioner are chea enogh, it may be referable to simly constrct the fll residal and calclate reconditioned

15 MONITORING OF RESIDUAL IN SADDLE-POINT PROBLEMS 15 sbvector norms exlicitly. However, in the case that alication of these oerators has significant costs articlarly in the case that they are available only as rocedres and never actally constrcted) the method resented in this aer has imortant advantages. While we develoed the details in finite dimensions sing matrices and vectors, or aroach directly transfers to linear saddle-oint systems in a Hilbert sace setting sing linear oerators and linear forms, as described in [5. Being able to differentiate between the contribtions to the total residal offers new oortnities for the design of ative algorithms for nonlinear roblems, which reqire inexact solves of 1.1) as their main ingredient. We envision for instance solvers for eqality constrained nonlinear otimization roblems which may now assign individal stoing cria for the residals reresenting otimality and feasibility, resectively. The design of sch an algorithm is, however, beyond the scoe of this work. Similarly, for the Stokes Examle 3.3, the ser may now assign individal stoing cria for the flfillment of the balance of forces first residal) and the conservation of mass second residal). A toic of ftre research cold be to stdy the decay roerties of the sbvector norms, rather than stdy the decay of the total residal norm; see for instance [2, Section We exect that sch an analysis will be more involved bt it may shed light on how the relative scaling of the reconditioners blocks affects the convergence of the residal sbvectors. Acknowledgment. The athors wold like to thank David Silvester and Valeria Simoncini for their comments on an earlier version of the manscrit. REFERENCES [1 I. Babška and M. Sri, Locking effects in the finite element aroximation of elasticity roblems, Nmerische Mathematik, ), , doi: /bf [2 H. C. Elman, D. J. Silvester, and A. J. Wathen, Finite elements and fast ative solvers: with alications in incomressible flid dynamics, Nmerical Mathematics and Scientific Comtation, Oxford University Press, Oxford, second ed., 2014, doi: /acrof:oso/ [3 B. Fischer, Polynomial based ation methods for symmetric linear systems, Wiley-Tebner Series Advances in Nmerical Mathematics, John Wiley & Sons Ltd., Chichester, [4 A. Greenbam, Iterative Methods for Solving Linear Systems, SIAM, Philadelhia, [5 A. Günnel, R. Herzog, and E. Sachs, A note on reconditioners and scalar rodcts in Krylov sbsace methods for self-adjoint roblems in Hilbert sace, Electronic Transactions on Nmerical Analysis, ), [6 R. Herzog and K. Soodhalter, SUBMINRES. A modified imlementation of MINRES to monitor residal sbvector norms for block systems, 2016), doi: /zenodo [7 A. Logg, K.-A. Mardal, G. N. Wells, et al., Atomated Soltion of Differential Eqations by the Finite Element Method, Sringer, 2012, doi: / [8 C. C. Paige and M. A. Sanders, Soltions of sarse indefinite systems of linear eqations, SIAM Jornal on Nmerical Analysis, ), [9 J. Pestana and A. J. Wathen, Natral reconditioning and ative methods for saddle oint systems, SIAM Rev., ), , doi: / , htt://dx.doi. org/ / [10 F. Tröltzsch, Otimal Control of Partial Differential Eqations, vol. 112 of Gradate Stdies in Mathematics, American Mathematical Society, Providence, 2010, doi: /gsm/112. [11 C. Wieners, Robst mltigrid methods for nearly incomressible elasticity, Comting. Archives for Scientific Comting, ), , doi: /s International GAMM-Worksho on Mltigrid Methods Bonn, 1998). [12 W. Zlehner, Nonstandard norms and robst estimates for saddle oint roblems, SIAM J. Matrix Anal. Al., ), , doi: / , htt://dx.doi.org/ /

Chapter 2 Introduction to the Stiffness (Displacement) Method. The Stiffness (Displacement) Method

Chapter 2 Introduction to the Stiffness (Displacement) Method. The Stiffness (Displacement) Method CIVL 7/87 Chater - The Stiffness Method / Chater Introdction to the Stiffness (Dislacement) Method Learning Objectives To define the stiffness matrix To derive the stiffness matrix for a sring element

More information

A priori error analysis for transient problems using Enhanced Velocity approach in the discrete-time setting.

A priori error analysis for transient problems using Enhanced Velocity approach in the discrete-time setting. arxiv:181.04809v1 [math.na] 1 Dec 018 A riori error analysis for transient roblems sing nhanced Velocity aroach in the discrete-time setting. Yerlan Amanbek 1, and Mary F. Wheeler 1 1 Center for Sbsrface

More information

STATIC, STAGNATION, AND DYNAMIC PRESSURES

STATIC, STAGNATION, AND DYNAMIC PRESSURES STATIC, STAGNATION, AND DYNAMIC PRESSURES Bernolli eqation is g constant In this eqation is called static ressre, becase it is the ressre that wold be measred by an instrment that is static with resect

More information

FRONT TRACKING FOR A MODEL OF IMMISCIBLE GAS FLOW WITH LARGE DATA

FRONT TRACKING FOR A MODEL OF IMMISCIBLE GAS FLOW WITH LARGE DATA FONT TACKING FO A MODEL OF IMMISCIBLE GAS FLOW WITH LAGE DATA HELGE HOLDEN, NILS HENIK ISEBO, AND HILDE SANDE Abstract. In this aer we stdy front tracking for a model of one dimensional, immiscible flow

More information

Preconditioning of Elliptic Saddle Point Systems by Substructuring and a Penalty Approach

Preconditioning of Elliptic Saddle Point Systems by Substructuring and a Penalty Approach Preconditioning of Ellitic Saddle Point Systems by Sbstrctring and a Penalty roach 6 th International onference on Domain Decomosition Methods Janary 2-5, 2005 lark R. Dohrmann Strctral Dynamics Research

More information

The analysis of scoring matrix in voting system with multiple criteria and multiple places

The analysis of scoring matrix in voting system with multiple criteria and multiple places 0 rd International Conference on Advanced Management Science IPEDR vol.9 (0) (0) IACSIT Press, Singaore The analysis of scoring matrix in voting system with mltile criteria and mltile laces Fh-Hwa Franlin

More information

Spatial Coupling of a Lattice Boltzmann fluid model with a Finite Difference Navier-Stokes solver

Spatial Coupling of a Lattice Boltzmann fluid model with a Finite Difference Navier-Stokes solver Satial Coling of a Lattice Boltzmann flid model with a Finite Difference Navier-Stoes solver Jonas Latt Bastien Choard Pal Albqerqe arxiv:hysics/0511243v1 [hysics.com-h] 29 Nov 2005 Agst 25, 2018 Abstract

More information

FEA Solution Procedure

FEA Solution Procedure EA Soltion Procedre (demonstrated with a -D bar element problem) EA Procedre for Static Analysis. Prepare the E model a. discretize (mesh) the strctre b. prescribe loads c. prescribe spports. Perform calclations

More information

3.1 Experimental Design

3.1 Experimental Design 3 Relay Feedback Åström and Hägglnd [1] sggest the relay feedback test to generate sstained oscillation as an alternative to the conventional continos cycling techniqe. It is very effective in determining

More information

Lecture Notes: Finite Element Analysis, J.E. Akin, Rice University

Lecture Notes: Finite Element Analysis, J.E. Akin, Rice University 9. TRUSS ANALYSIS... 1 9.1 PLANAR TRUSS... 1 9. SPACE TRUSS... 11 9.3 SUMMARY... 1 9.4 EXERCISES... 15 9. Trss analysis 9.1 Planar trss: The differential eqation for the eqilibrim of an elastic bar (above)

More information

Designing Parametric Cubic Curves. Prof. George Wolberg Dept. of Computer Science City College of New York

Designing Parametric Cubic Curves. Prof. George Wolberg Dept. of Computer Science City College of New York Designing Parametric Cbic Crves Prof. George Wolberg Det. of Comter Science City College of New York Objectives Introdce the tyes of crves - Interolating -Hermite - Bezier - B-Sline Analyze their erformance

More information

A KINEMATIC WAVE MODEL FOR EMERGENCY EVACUATION PLANNING

A KINEMATIC WAVE MODEL FOR EMERGENCY EVACUATION PLANNING A KINEMATIC WAVE MODEL FOR EMERGENCY EVACUATION PLANNING KAI-FU QIU, LIANG CHEN, ZHE WANG WEN-LONG JIN Deartment of Atomation Center for Intelligent Transortation Systems University of Science and Technology

More information

Module 4. Analysis of Statically Indeterminate Structures by the Direct Stiffness Method. Version 2 CE IIT, Kharagpur

Module 4. Analysis of Statically Indeterminate Structures by the Direct Stiffness Method. Version 2 CE IIT, Kharagpur Modle Analysis of Statically Indeterminate Strctres by the Direct Stiffness Method Version CE IIT, Kharagr Lesson The Direct Stiffness Method: Trss Analysis (Contined) Version CE IIT, Kharagr Instrctional

More information

Program Burn Algorithms Based on Detonation Shock Dynamics

Program Burn Algorithms Based on Detonation Shock Dynamics Program Brn Algorithms Based on Detonation Shock Dynamics Discrete Aroimations of Detonation Flows with Discontinos Front Models J. B. Bdzil, D. S. Stewart and T. L. Jackson DX-division, Los Alamos National

More information

Assignment Fall 2014

Assignment Fall 2014 Assignment 5.086 Fall 04 De: Wednesday, 0 December at 5 PM. Upload yor soltion to corse website as a zip file YOURNAME_ASSIGNMENT_5 which incldes the script for each qestion as well as all Matlab fnctions

More information

Fluid Dynamics. Type of Flows Continuity Equation Bernoulli Equation Steady Flow Energy Equation Applications of Bernoulli Equation

Fluid Dynamics. Type of Flows Continuity Equation Bernoulli Equation Steady Flow Energy Equation Applications of Bernoulli Equation Tye of Flows Continity Eqation Bernolli Eqation Steady Flow Energy Eqation Alications of Bernolli Eqation Flid Dynamics Streamlines Lines having the direction of the flid velocity Flids cannot cross a

More information

Classify by number of ports and examine the possible structures that result. Using only one-port elements, no more than two elements can be assembled.

Classify by number of ports and examine the possible structures that result. Using only one-port elements, no more than two elements can be assembled. Jnction elements in network models. Classify by nmber of ports and examine the possible strctres that reslt. Using only one-port elements, no more than two elements can be assembled. Combining two two-ports

More information

Preconditioning techniques for Newton s method for the incompressible Navier Stokes equations

Preconditioning techniques for Newton s method for the incompressible Navier Stokes equations Preconditioning techniques for Newton s method for the incomressible Navier Stokes equations H. C. ELMAN 1, D. LOGHIN 2 and A. J. WATHEN 3 1 Deartment of Comuter Science, University of Maryland, College

More information

ON THE DEVELOPMENT OF PARAMETER-ROBUST PRECONDITIONERS AND COMMUTATOR ARGUMENTS FOR SOLVING STOKES CONTROL PROBLEMS

ON THE DEVELOPMENT OF PARAMETER-ROBUST PRECONDITIONERS AND COMMUTATOR ARGUMENTS FOR SOLVING STOKES CONTROL PROBLEMS Electronic Transactions on Numerical Analysis. Volume 44,. 53 72, 25. Coyright c 25,. ISSN 68 963. ETNA ON THE DEVELOPMENT OF PARAMETER-ROBUST PRECONDITIONERS AND COMMUTATOR ARGUMENTS FOR SOLVING STOKES

More information

Discontinuous Fluctuation Distribution for Time-Dependent Problems

Discontinuous Fluctuation Distribution for Time-Dependent Problems Discontinos Flctation Distribtion for Time-Dependent Problems Matthew Hbbard School of Compting, University of Leeds, Leeds, LS2 9JT, UK meh@comp.leeds.ac.k Introdction For some years now, the flctation

More information

Gravity Waves in Shear and Implications for Organized Convection

Gravity Waves in Shear and Implications for Organized Convection SEPTEMBER 2009 S T E C H M A N N A N D M A J D A 2579 Gravity Waves in Shear and Imlications for Organized Convection SAMUEL N. STECHMANN Deartment of Mathematics, and Deartment of Atmosheric and Oceanic

More information

Error estimation and adjoint based refinement for an adjoint consistent DG discretisation of the compressible Euler equations

Error estimation and adjoint based refinement for an adjoint consistent DG discretisation of the compressible Euler equations Int. J. Comting Science and Matematics, Vol., Nos. /3/4, 007 07 Error estimation and adjoint based refinement for an adjoint consistent DG discretisation of te comressible Eler eqations R. Hartmann Institte

More information

A Simulation-based Spatial Decision Support System for a New Airborne Weather Data Acquisition System

A Simulation-based Spatial Decision Support System for a New Airborne Weather Data Acquisition System A Simlation-based Satial Decision Sort System for a New Airborne Weather Data Acqisition System Erol Ozan Deartment of Engineering Management Old Dominion University Norfol, VA 23529 Pal Kaffmann Deartment

More information

DO NOT TURN OVER UNTIL TOLD TO BEGIN

DO NOT TURN OVER UNTIL TOLD TO BEGIN ame HEMIS o. For Internal Stdents of Royal Holloway DO OT TUR OVER UTIL TOLD TO BEGI EC5040 : ECOOMETRICS Mid-Term Examination o. Time Allowed: hor Answer All 4 qestions STATISTICAL TABLES ARE PROVIDED

More information

Centrum voor Wiskunde en Informatica

Centrum voor Wiskunde en Informatica Centrm voor Wisknde en Informatica Probability, Networks and Algorithms Probability, Networks and Algorithms Some remarks on roerties of generalized Pickands constants K.G. Debicki, REPOR PNA-R4 FEBRUARY,

More information

Numerical verification of the existence of localization of the elastic energy for closely spaced rigid disks

Numerical verification of the existence of localization of the elastic energy for closely spaced rigid disks Nmerical verification of the existence of localization of the elastic energy for closely spaced rigid disks S. I. Rakin Siberian State University of transport Rssia, 6349, Novosibirsk, Dsy Kovalchk street,

More information

Elements. Using ABSTRACT. 1. Introduction. Anish Bangalore, India. tioned devices. often consist packed. This offering both.

Elements. Using ABSTRACT. 1. Introduction. Anish Bangalore, India. tioned devices. often consist packed. This offering both. Jornal of Alied Mathematics and Physics,, 201, 1, 20-25 Pblished Online November 201 (htt://www.scir.org/jornal/jam) htt://dx.doi.org/10.426/jam..201.16005 A Monolithic, FEM-Based Aroach for the Coled

More information

Study of the diffusion operator by the SPH method

Study of the diffusion operator by the SPH method IOSR Jornal of Mechanical and Civil Engineering (IOSR-JMCE) e-issn: 2278-684,p-ISSN: 2320-334X, Volme, Isse 5 Ver. I (Sep- Oct. 204), PP 96-0 Stdy of the diffsion operator by the SPH method Abdelabbar.Nait

More information

4 Exact laminar boundary layer solutions

4 Exact laminar boundary layer solutions 4 Eact laminar bondary layer soltions 4.1 Bondary layer on a flat plate (Blasis 1908 In Sec. 3, we derived the bondary layer eqations for 2D incompressible flow of constant viscosity past a weakly crved

More information

Graphs and Their. Applications (6) K.M. Koh* F.M. Dong and E.G. Tay. 17 The Number of Spanning Trees

Graphs and Their. Applications (6) K.M. Koh* F.M. Dong and E.G. Tay. 17 The Number of Spanning Trees Graphs and Their Applications (6) by K.M. Koh* Department of Mathematics National University of Singapore, Singapore 1 ~ 7543 F.M. Dong and E.G. Tay Mathematics and Mathematics EdOOation National Institte

More information

Forced repetitions over alphabet lists

Forced repetitions over alphabet lists Forced reetitions over alhabet lists Neerja Mhaskar 1 and Michael Soltys 2 1 McMaster University Det. of Comting & Software 1280 Main Street West Hamilton, Ontario L8S 4K1, CANADA ohlin@mcmaster.ca 2 California

More information

OPTIMUM EXPRESSION FOR COMPUTATION OF THE GRAVITY FIELD OF A POLYHEDRAL BODY WITH LINEARLY INCREASING DENSITY 1

OPTIMUM EXPRESSION FOR COMPUTATION OF THE GRAVITY FIELD OF A POLYHEDRAL BODY WITH LINEARLY INCREASING DENSITY 1 OPTIMUM EXPRESSION FOR COMPUTATION OF THE GRAVITY FIEL OF A POLYHERAL BOY WITH LINEARLY INCREASING ENSITY 1 V. POHÁNKA2 Abstract The formla for the comptation of the gravity field of a polyhedral body

More information

Nonlinear parametric optimization using cylindrical algebraic decomposition

Nonlinear parametric optimization using cylindrical algebraic decomposition Proceedings of the 44th IEEE Conference on Decision and Control, and the Eropean Control Conference 2005 Seville, Spain, December 12-15, 2005 TC08.5 Nonlinear parametric optimization sing cylindrical algebraic

More information

λ. It is usually positive; if it is zero then the constraint is not binding.

λ. It is usually positive; if it is zero then the constraint is not binding. hater 4 Utilit Maimization and hoice rational consmer chooses his most referred bndle of commodities from the set of feasible choices to consme The rocess of obtaining this otimal bndle is called tilit-maimization

More information

The Linear Quadratic Regulator

The Linear Quadratic Regulator 10 The Linear Qadratic Reglator 10.1 Problem formlation This chapter concerns optimal control of dynamical systems. Most of this development concerns linear models with a particlarly simple notion of optimality.

More information

FEA Solution Procedure

FEA Solution Procedure EA Soltion rocedre (demonstrated with a -D bar element problem) MAE - inite Element Analysis Many slides from this set are originally from B.S. Altan, Michigan Technological U. EA rocedre for Static Analysis.

More information

Chapter 2 Difficulties associated with corners

Chapter 2 Difficulties associated with corners Chapter Difficlties associated with corners This chapter is aimed at resolving the problems revealed in Chapter, which are cased b corners and/or discontinos bondar conditions. The first section introdces

More information

Setting The K Value And Polarization Mode Of The Delta Undulator

Setting The K Value And Polarization Mode Of The Delta Undulator LCLS-TN-4- Setting The Vale And Polarization Mode Of The Delta Undlator Zachary Wolf, Heinz-Dieter Nhn SLAC September 4, 04 Abstract This note provides the details for setting the longitdinal positions

More information

Formal Methods for Deriving Element Equations

Formal Methods for Deriving Element Equations Formal Methods for Deriving Element Eqations And the importance of Shape Fnctions Formal Methods In previos lectres we obtained a bar element s stiffness eqations sing the Direct Method to obtain eact

More information

University of Hawai`i at Mānoa Department of Economics Working Paper Series

University of Hawai`i at Mānoa Department of Economics Working Paper Series University of Hawai`i at Mānoa Deartment of Economics Working Paer Series Sanders Hall 542, 2424 Maile Way, Honoll, HI 96822 Phone: (808) 956-8496 www.economics.hawaii.ed Working Paer No. 14-29R Endogenos

More information

Krauskopf, B., Lee, CM., & Osinga, HM. (2008). Codimension-one tangency bifurcations of global Poincaré maps of four-dimensional vector fields.

Krauskopf, B., Lee, CM., & Osinga, HM. (2008). Codimension-one tangency bifurcations of global Poincaré maps of four-dimensional vector fields. Kraskopf, B, Lee,, & Osinga, H (28) odimension-one tangency bifrcations of global Poincaré maps of for-dimensional vector fields Early version, also known as pre-print Link to pblication record in Explore

More information

COMPUTING SCIENCE. University of Newcastle upon Tyne. Behaviour-Preserving Transition Insertions in Unfolding Prefixes. V.

COMPUTING SCIENCE. University of Newcastle upon Tyne. Behaviour-Preserving Transition Insertions in Unfolding Prefixes. V. UNIVERSITY OF NEWCASTLE University of Newcastle on Tyne COMPUTING SCIENCE Behavior-Preserving Transition Insertions in Unfolding Prefixes V. Khomenko TECHNICAL REPORT SERIES No. CS-TR-952 March, 2006 TECHNICAL

More information

THE AVERAGE NUMBER OF DIVISORS OF THE EULER FUNCTION. 1. Introduction

THE AVERAGE NUMBER OF DIVISORS OF THE EULER FUNCTION. 1. Introduction THE AVERAGE NUMBER OF DIVISORS OF THE EULER FUNCTION KIM, SUNGJIN Abstract The er bond and the lower bond of average nmbers of divisors of Eler Phi fnction and Carmichael Lambda fnction are obtained by

More information

Estimation of Lateral Displacements for Offshore Monopiles in Clays based on CPT Results

Estimation of Lateral Displacements for Offshore Monopiles in Clays based on CPT Results Estimation of Lateral Dislacements for Offshore Monoiles in Clas based on CPT Reslts *Garam Kim 1), Jinoh Kim 2), Incheol Kim 3), Dongho Kim 4), Bngkwon Bn 5), Yanghoon Roh 6), Ohchang Kwon 7) and Jnhwan

More information

Subcritical bifurcation to innitely many rotating waves. Arnd Scheel. Freie Universitat Berlin. Arnimallee Berlin, Germany

Subcritical bifurcation to innitely many rotating waves. Arnd Scheel. Freie Universitat Berlin. Arnimallee Berlin, Germany Sbcritical bifrcation to innitely many rotating waves Arnd Scheel Institt fr Mathematik I Freie Universitat Berlin Arnimallee 2-6 14195 Berlin, Germany 1 Abstract We consider the eqation 00 + 1 r 0 k2

More information

Pressure coefficient evaluation on the surface of the SONDA III model tested in the TTP Pilot Transonic Wind Tunnel

Pressure coefficient evaluation on the surface of the SONDA III model tested in the TTP Pilot Transonic Wind Tunnel Jornal of Physics: Conference Series OPEN ACCESS Pressre coefficient evalation on the srface of the SONDA III model tested in the TTP Pilot Transonic Wind Tnnel To cite this article: M L C C Reis et al

More information

Lecture Notes On THEORY OF COMPUTATION MODULE - 2 UNIT - 2

Lecture Notes On THEORY OF COMPUTATION MODULE - 2 UNIT - 2 BIJU PATNAIK UNIVERSITY OF TECHNOLOGY, ODISHA Lectre Notes On THEORY OF COMPUTATION MODULE - 2 UNIT - 2 Prepared by, Dr. Sbhend Kmar Rath, BPUT, Odisha. Tring Machine- Miscellany UNIT 2 TURING MACHINE

More information

Discussion of The Forward Search: Theory and Data Analysis by Anthony C. Atkinson, Marco Riani, and Andrea Ceroli

Discussion of The Forward Search: Theory and Data Analysis by Anthony C. Atkinson, Marco Riani, and Andrea Ceroli 1 Introdction Discssion of The Forward Search: Theory and Data Analysis by Anthony C. Atkinson, Marco Riani, and Andrea Ceroli Søren Johansen Department of Economics, University of Copenhagen and CREATES,

More information

Topological Relations in the World of Minimum Bounding Rectangles: A Study with R-trees

Topological Relations in the World of Minimum Bounding Rectangles: A Study with R-trees Toological Relations in the World of Minimm Bonding Rectangles: A Stdy with R-trees Dimitris Paadias Deartment of Comter Science and Engineering University of California, San Diego CA 0-0, USA dimitris@cs.csd.ed

More information

A manufacturing network design model based on processor and worker capabilities

A manufacturing network design model based on processor and worker capabilities A manfactring network design model based on rocessor and worker caabilities Marc Paqet, Alain Martel and Benoit Montreil Aril 2005 Working Paer DT-2005-AM-1 (Revised March 2006) Network Organization Technology

More information

When are Two Numerical Polynomials Relatively Prime?

When are Two Numerical Polynomials Relatively Prime? J Symbolic Comptation (1998) 26, 677 689 Article No sy980234 When are Two Nmerical Polynomials Relatively Prime? BERNHARD BECKERMANN AND GEORGE LABAHN Laboratoire d Analyse Nmériqe et d Optimisation, Université

More information

The Dual of the Maximum Likelihood Method

The Dual of the Maximum Likelihood Method Department of Agricltral and Resorce Economics University of California, Davis The Dal of the Maximm Likelihood Method by Qirino Paris Working Paper No. 12-002 2012 Copyright @ 2012 by Qirino Paris All

More information

MODELLING OF TURBULENT ENERGY FLUX IN CANONICAL SHOCK-TURBULENCE INTERACTION

MODELLING OF TURBULENT ENERGY FLUX IN CANONICAL SHOCK-TURBULENCE INTERACTION MODELLING OF TURBULENT ENERGY FLUX IN CANONICAL SHOCK-TURBULENCE INTERACTION Rssell Qadros, Krishnend Sinha Department of Aerospace Engineering Indian Institte of Technology Bombay Mmbai, India 476 Johan

More information

Modelling by Differential Equations from Properties of Phenomenon to its Investigation

Modelling by Differential Equations from Properties of Phenomenon to its Investigation Modelling by Differential Eqations from Properties of Phenomenon to its Investigation V. Kleiza and O. Prvinis Kanas University of Technology, Lithania Abstract The Panevezys camps of Kanas University

More information

APPLICATION OF ENERGY ABSORBING CONNECTERS TO STEEL CONTINUOUS GIRDER BRIDGES

APPLICATION OF ENERGY ABSORBING CONNECTERS TO STEEL CONTINUOUS GIRDER BRIDGES 13 th World Conference on Earthqake Engineering Vancover, B.C., Canada Agst 1-6, 24 Paer No. 3367 APPLICATION OF ENERGY ABSORBING CONNECTERS TO STEEL CONTINUOUS GIRDER BRIDGES Hiroshi ZUI 1 and Yoshio

More information

By Dr. Salah Salman. Problem (1)

By Dr. Salah Salman. Problem (1) Chemical Eng. De. Problem ( Solved Problems Samles in Flid Flow 0 A late of size 60 cm x 60 cm slides over a lane inclined to the horizontal at an angle of 0. It is searated from the lane with a film of

More information

Mathematical Analysis of Nipah Virus Infections Using Optimal Control Theory

Mathematical Analysis of Nipah Virus Infections Using Optimal Control Theory Jornal of Applied Mathematics and Physics, 06, 4, 099- Pblished Online Jne 06 in SciRes. http://www.scirp.org/jornal/jamp http://dx.doi.org/0.436/jamp.06.464 Mathematical Analysis of Nipah Virs nfections

More information

Designing of Virtual Experiments for the Physics Class

Designing of Virtual Experiments for the Physics Class Designing of Virtal Experiments for the Physics Class Marin Oprea, Cristina Miron Faclty of Physics, University of Bcharest, Bcharest-Magrele, Romania E-mail: opreamarin2007@yahoo.com Abstract Physics

More information

Computations of the Shock Waves at Hypersonic Velocities Taken into Account the Chemical Reactions that Appear in the Air at High Temperatures

Computations of the Shock Waves at Hypersonic Velocities Taken into Account the Chemical Reactions that Appear in the Air at High Temperatures Comtations of the Shock Waves at Hyersonic Velocities aken into Accont the Chemical Reactions that Aear in the Air at High emeratres Mihai Leonida NICLESC*,, Maris Gabriel COJOCAR Mihai Victor PRICOP,

More information

Partial stabilization of a class of hydraulic mechanical systems with Casimir functions

Partial stabilization of a class of hydraulic mechanical systems with Casimir functions Proceedings of the 7th World Congress he International Federation of Atomatic Control Seol, Korea, Jly 6-, 28 Partial stabilization of a class of hydralic mechanical systems with Casimir fnctions Sator

More information

Worst-case analysis of the LPT algorithm for single processor scheduling with time restrictions

Worst-case analysis of the LPT algorithm for single processor scheduling with time restrictions OR Spectrm 06 38:53 540 DOI 0.007/s009-06-043-5 REGULAR ARTICLE Worst-case analysis of the LPT algorithm for single processor schedling with time restrictions Oliver ran Fan Chng Ron Graham Received: Janary

More information

Elasto-Plastic EFGM Analysis of an Edge Crack

Elasto-Plastic EFGM Analysis of an Edge Crack Proceedings of te World Congress on Engineering 9 Vol WCE 9, Jly - 3, 9, London, U.. Elasto-Plastic EFGM Analysis of an Edge Crack B Aswani mar, V Sing, and V H Saran Abstract-n tis aer, elasto-lastic

More information

arxiv: v1 [physics.flu-dyn] 4 Sep 2013

arxiv: v1 [physics.flu-dyn] 4 Sep 2013 THE THREE-DIMENSIONAL JUMP CONDITIONS FOR THE STOKES EQUATIONS WITH DISCONTINUOUS VISCOSITY, SINGULAR FORCES, AND AN INCOMPRESSIBLE INTERFACE PRERNA GERA AND DAVID SALAC arxiv:1309.1728v1 physics.fl-dyn]

More information

Numerische Mathematik

Numerische Mathematik Nmer. Math. 1 Digital Object Identifier DOI 1.17/s11164 Nmerische Mathemati Semi-imlicit finite volme scheme for solving nonlinear diffsion eqations in image rocessing Karol Mila 1, Narisoa Ramarosy 1

More information

Vectors in Rn un. This definition of norm is an extension of the Pythagorean Theorem. Consider the vector u = (5, 8) in R 2

Vectors in Rn un. This definition of norm is an extension of the Pythagorean Theorem. Consider the vector u = (5, 8) in R 2 MATH 307 Vectors in Rn Dr. Neal, WKU Matrices of dimension 1 n can be thoght of as coordinates, or ectors, in n- dimensional space R n. We can perform special calclations on these ectors. In particlar,

More information

Section 7.4: Integration of Rational Functions by Partial Fractions

Section 7.4: Integration of Rational Functions by Partial Fractions Section 7.4: Integration of Rational Fnctions by Partial Fractions This is abot as complicated as it gets. The Method of Partial Fractions Ecept for a few very special cases, crrently we have no way to

More information

Study on the impulsive pressure of tank oscillating by force towards multiple degrees of freedom

Study on the impulsive pressure of tank oscillating by force towards multiple degrees of freedom EPJ Web of Conferences 80, 0034 (08) EFM 07 Stdy on the implsive pressre of tank oscillating by force towards mltiple degrees of freedom Shigeyki Hibi,* The ational Defense Academy, Department of Mechanical

More information

LONG GAPS BETWEEN DEFICIENT NUMBERS

LONG GAPS BETWEEN DEFICIENT NUMBERS LONG GAPS BETWEEN DEFICIENT NUMBERS PAUL POLLACK Abstract. Let n be a natral nmber. If the sm of the roer divisors of n is less than n, then n is said to be deficient. Let G(x) be the largest ga between

More information

A Survey of the Implementation of Numerical Schemes for Linear Advection Equation

A Survey of the Implementation of Numerical Schemes for Linear Advection Equation Advances in Pre Mathematics, 4, 4, 467-479 Pblished Online Agst 4 in SciRes. http://www.scirp.org/jornal/apm http://dx.doi.org/.436/apm.4.485 A Srvey of the Implementation of Nmerical Schemes for Linear

More information

Similarity Solution for MHD Flow of Non-Newtonian Fluids

Similarity Solution for MHD Flow of Non-Newtonian Fluids P P P P IJISET - International Jornal of Innovative Science, Engineering & Technology, Vol. Isse 6, Jne 06 ISSN (Online) 48 7968 Impact Factor (05) - 4. Similarity Soltion for MHD Flow of Non-Newtonian

More information

Active Flux Schemes for Advection Diffusion

Active Flux Schemes for Advection Diffusion AIAA Aviation - Jne, Dallas, TX nd AIAA Comptational Flid Dynamics Conference AIAA - Active Fl Schemes for Advection Diffsion Hiroaki Nishikawa National Institte of Aerospace, Hampton, VA 3, USA Downloaded

More information

MEG 741 Energy and Variational Methods in Mechanics I

MEG 741 Energy and Variational Methods in Mechanics I MEG 74 Energ and Variational Methods in Mechanics I Brendan J. O Toole, Ph.D. Associate Professor of Mechanical Engineering Howard R. Hghes College of Engineering Universit of Nevada Las Vegas TBE B- (7)

More information

Second-Order Wave Equation

Second-Order Wave Equation Second-Order Wave Eqation A. Salih Department of Aerospace Engineering Indian Institte of Space Science and Technology, Thirvananthapram 3 December 016 1 Introdction The classical wave eqation is a second-order

More information

A Decomposition Method for Volume Flux. and Average Velocity of Thin Film Flow. of a Third Grade Fluid Down an Inclined Plane

A Decomposition Method for Volume Flux. and Average Velocity of Thin Film Flow. of a Third Grade Fluid Down an Inclined Plane Adv. Theor. Appl. Mech., Vol. 1, 8, no. 1, 9 A Decomposition Method for Volme Flx and Average Velocit of Thin Film Flow of a Third Grade Flid Down an Inclined Plane A. Sadighi, D.D. Ganji,. Sabzehmeidani

More information

3 2D Elastostatic Problems in Cartesian Coordinates

3 2D Elastostatic Problems in Cartesian Coordinates D lastostatic Problems in Cartesian Coordinates Two dimensional elastostatic problems are discssed in this Chapter, that is, static problems of either plane stress or plane strain. Cartesian coordinates

More information

1 Differential Equations for Solid Mechanics

1 Differential Equations for Solid Mechanics 1 Differential Eqations for Solid Mechanics Simple problems involving homogeneos stress states have been considered so far, wherein the stress is the same throghot the component nder std. An eception to

More information

Evaluation of de ections of the vertical on the sphere and the plane: a comparison of FFT techniques

Evaluation of de ections of the vertical on the sphere and the plane: a comparison of FFT techniques Jornal of Geodesy (1997) 71: 461±468 Evalation of de ections of the vertical on the shere and the lane: a comarison of FFT techniqes Q. W. Li 1, Y. Cai Li, Michael G. Sideris 1 Institte of Geodesy and

More information

A Computational Study with Finite Element Method and Finite Difference Method for 2D Elliptic Partial Differential Equations

A Computational Study with Finite Element Method and Finite Difference Method for 2D Elliptic Partial Differential Equations Applied Mathematics, 05, 6, 04-4 Pblished Online November 05 in SciRes. http://www.scirp.org/jornal/am http://d.doi.org/0.46/am.05.685 A Comptational Stdy with Finite Element Method and Finite Difference

More information

DEFINITION OF A NEW UO 2 F 2 DENSITY LAW FOR LOW- MODERATED SOLUTIONS (H/U < 20) AND CONSEQUENCES ON CRITICALITY SAFETY

DEFINITION OF A NEW UO 2 F 2 DENSITY LAW FOR LOW- MODERATED SOLUTIONS (H/U < 20) AND CONSEQUENCES ON CRITICALITY SAFETY DEFINITION OF A NEW UO 2 F 2 DENSITY LAW FOR LOW- MODERATED SOLUTIONS ( < 20) AND CONSEQUENCES ON CRITICALITY SAFETY N. Leclaire, S. Evo, I.R.S.N., France Introdction In criticality stdies, the blk density

More information

J.A. BURNS AND B.B. KING redced order controllers sensors/actators. The kernels of these integral representations are called fnctional gains. In [4],

J.A. BURNS AND B.B. KING redced order controllers sensors/actators. The kernels of these integral representations are called fnctional gains. In [4], Jornal of Mathematical Systems, Estimation, Control Vol. 8, No. 2, 1998, pp. 1{12 c 1998 Birkhaser-Boston A Note on the Mathematical Modelling of Damped Second Order Systems John A. Brns y Belinda B. King

More information

BLOOM S TAXONOMY. Following Bloom s Taxonomy to Assess Students

BLOOM S TAXONOMY. Following Bloom s Taxonomy to Assess Students BLOOM S TAXONOMY Topic Following Bloom s Taonomy to Assess Stdents Smmary A handot for stdents to eplain Bloom s taonomy that is sed for item writing and test constrction to test stdents to see if they

More information

1 Undiscounted Problem (Deterministic)

1 Undiscounted Problem (Deterministic) Lectre 9: Linear Qadratic Control Problems 1 Undisconted Problem (Deterministic) Choose ( t ) 0 to Minimize (x trx t + tq t ) t=0 sbject to x t+1 = Ax t + B t, x 0 given. x t is an n-vector state, t a

More information

Incompressible Viscoelastic Flow of a Generalised Oldroyed-B Fluid through Porous Medium between Two Infinite Parallel Plates in a Rotating System

Incompressible Viscoelastic Flow of a Generalised Oldroyed-B Fluid through Porous Medium between Two Infinite Parallel Plates in a Rotating System International Jornal of Compter Applications (97 8887) Volme 79 No., October Incompressible Viscoelastic Flow of a Generalised Oldroed-B Flid throgh Poros Medim between Two Infinite Parallel Plates in

More information

arxiv:quant-ph/ v4 14 May 2003

arxiv:quant-ph/ v4 14 May 2003 Phase-transition-like Behavior of Qantm Games arxiv:qant-ph/0111138v4 14 May 2003 Jiangfeng D Department of Modern Physics, University of Science and Technology of China, Hefei, 230027, People s Repblic

More information

Discussion Papers Department of Economics University of Copenhagen

Discussion Papers Department of Economics University of Copenhagen Discssion Papers Department of Economics University of Copenhagen No. 10-06 Discssion of The Forward Search: Theory and Data Analysis, by Anthony C. Atkinson, Marco Riani, and Andrea Ceroli Søren Johansen,

More information

Prandl established a universal velocity profile for flow parallel to the bed given by

Prandl established a universal velocity profile for flow parallel to the bed given by EM 0--00 (Part VI) (g) The nderlayers shold be at least three thicknesses of the W 50 stone, bt never less than 0.3 m (Ahrens 98b). The thickness can be calclated sing Eqation VI-5-9 with a coefficient

More information

Determining of temperature field in a L-shaped domain

Determining of temperature field in a L-shaped domain Available online at www.pelagiaresearchlibrary.com Advances in Applied Science Research, 0, (:-8 Determining of temperatre field in a L-shaped domain Oigo M. Zongo, Sié Kam, Kalifa Palm, and Alione Oedraogo

More information

FRTN10 Exercise 12. Synthesis by Convex Optimization

FRTN10 Exercise 12. Synthesis by Convex Optimization FRTN Exercise 2. 2. We want to design a controller C for the stable SISO process P as shown in Figre 2. sing the Yola parametrization and convex optimization. To do this, the control loop mst first be

More information

CONTENTS. INTRODUCTION MEQ curriculum objectives for vectors (8% of year). page 2 What is a vector? What is a scalar? page 3, 4

CONTENTS. INTRODUCTION MEQ curriculum objectives for vectors (8% of year). page 2 What is a vector? What is a scalar? page 3, 4 CONTENTS INTRODUCTION MEQ crriclm objectives for vectors (8% of year). page 2 What is a vector? What is a scalar? page 3, 4 VECTOR CONCEPTS FROM GEOMETRIC AND ALGEBRAIC PERSPECTIVES page 1 Representation

More information

A FIRST COURSE IN THE FINITE ELEMENT METHOD

A FIRST COURSE IN THE FINITE ELEMENT METHOD INSTRUCTOR'S SOLUTIONS MANUAL TO ACCOMANY A IRST COURS IN TH INIT LMNT MTHOD ITH DITION DARYL L. LOGAN Contents Chapter 1 1 Chapter 3 Chapter 3 3 Chapter 17 Chapter 5 183 Chapter 6 81 Chapter 7 319 Chapter

More information

CONSIDER an array of N sensors (residing in threedimensional. Investigating Hyperhelical Array Manifold Curves Using the Complex Cartan Matrix

CONSIDER an array of N sensors (residing in threedimensional. Investigating Hyperhelical Array Manifold Curves Using the Complex Cartan Matrix IEEE JOURNAL OF SELECTED TOPICS IN SIGNAL PROCESSING (SPECIAL ISSUE), VOL.?, NO.?,???? 1 Investigating yperhelical Array Manifold Crves Using the Complex Cartan Matrix Athanassios Manikas, Senior Member,

More information

Chem 4501 Introduction to Thermodynamics, 3 Credits Kinetics, and Statistical Mechanics. Fall Semester Homework Problem Set Number 10 Solutions

Chem 4501 Introduction to Thermodynamics, 3 Credits Kinetics, and Statistical Mechanics. Fall Semester Homework Problem Set Number 10 Solutions Chem 4501 Introdction to Thermodynamics, 3 Credits Kinetics, and Statistical Mechanics Fall Semester 2017 Homework Problem Set Nmber 10 Soltions 1. McQarrie and Simon, 10-4. Paraphrase: Apply Eler s theorem

More information

Simplified Identification Scheme for Structures on a Flexible Base

Simplified Identification Scheme for Structures on a Flexible Base Simplified Identification Scheme for Strctres on a Flexible Base L.M. Star California State University, Long Beach G. Mylonais University of Patras, Greece J.P. Stewart University of California, Los Angeles

More information

Gradient Projection Anti-windup Scheme on Constrained Planar LTI Systems. Justin Teo and Jonathan P. How

Gradient Projection Anti-windup Scheme on Constrained Planar LTI Systems. Justin Teo and Jonathan P. How 1 Gradient Projection Anti-windp Scheme on Constrained Planar LTI Systems Jstin Teo and Jonathan P. How Technical Report ACL1 1 Aerospace Controls Laboratory Department of Aeronatics and Astronatics Massachsetts

More information

Downloaded 07/06/18 to Redistribution subject to SIAM license or copyright; see

Downloaded 07/06/18 to Redistribution subject to SIAM license or copyright; see SIAM J. SCI. COMPUT. Vol. 4, No., pp. A4 A7 c 8 Society for Indstrial and Applied Mathematics Downloaded 7/6/8 to 8.83.63.. Redistribtion sbject to SIAM license or copyright; see http://www.siam.org/jornals/ojsa.php

More information

Pulses on a Struck String

Pulses on a Struck String 8.03 at ESG Spplemental Notes Plses on a Strck String These notes investigate specific eamples of transverse motion on a stretched string in cases where the string is at some time ndisplaced, bt with a

More information

Modeling and Optimization of propylene polymerization with branching

Modeling and Optimization of propylene polymerization with branching Jiří Jaromír Klemeš, Petar Sabev Varbanov and Peng Yen Liew (Editors) Proceedings of the 4 th Eroean Symosim on Comter Aided Process Engineering ESCAPE 4 Jne 5-8, 04, Bdaest, Hngary. 04 Elsevier B.V. All

More information

FOUNTAIN codes [3], [4] provide an efficient solution

FOUNTAIN codes [3], [4] provide an efficient solution Inactivation Decoding of LT and Raptor Codes: Analysis and Code Design Francisco Lázaro, Stdent Member, IEEE, Gianligi Liva, Senior Member, IEEE, Gerhard Bach, Fellow, IEEE arxiv:176.5814v1 [cs.it 19 Jn

More information

A Regulator for Continuous Sedimentation in Ideal Clarifier-Thickener Units

A Regulator for Continuous Sedimentation in Ideal Clarifier-Thickener Units A Reglator for Continos Sedimentation in Ideal Clarifier-Thickener Units STEFAN DIEHL Centre for Mathematical Sciences, Lnd University, P.O. Box, SE- Lnd, Sweden e-mail: diehl@maths.lth.se) Abstract. The

More information

Computational Geosciences 2 (1998) 1, 23-36

Computational Geosciences 2 (1998) 1, 23-36 A STUDY OF THE MODELLING ERROR IN TWO OPERATOR SPLITTING ALGORITHMS FOR POROUS MEDIA FLOW K. BRUSDAL, H. K. DAHLE, K. HVISTENDAHL KARLSEN, T. MANNSETH Comptational Geosciences 2 (998), 23-36 Abstract.

More information