Sample records for block tridiagonal matrix

  1. Solving periodic block tridiagonal systems using the Sherman-Morrison-Woodbury formula

    NASA Technical Reports Server (NTRS)

    Yarrow, Maurice

    1989-01-01

    Many algorithms for solving the Navier-Stokes equations require the solution of periodic block tridiagonal systems of equations. By applying a splitting to the matrix representing this system of equations, it may first be reduced to a block tridiagonal matrix plus an outer product of two block vectors. The Sherman-Morrison-Woodbury formula is then applied. The algorithm thus reduces a periodic banded system to a non-periodic banded system with additional right-hand sides and is of higher efficiency than standard Thomas algorithm/LU decompositions.

  2. Parallel Gaussian elimination of a block tridiagonal matrix using multiple microcomputers

    NASA Technical Reports Server (NTRS)

    Blech, Richard A.

    1989-01-01

    The solution of a block tridiagonal matrix using parallel processing is demonstrated. The multiprocessor system on which results were obtained and the software environment used to program that system are described. Theoretical partitioning and resource allocation for the Gaussian elimination method used to solve the matrix are discussed. The results obtained from running 1, 2 and 3 processor versions of the block tridiagonal solver are presented. The PASCAL source code for these solvers is given in the appendix, and may be transportable to other shared memory parallel processors provided that the synchronization outlines are reproduced on the target system.

  3. An Accelerated Recursive Doubling Algorithm for Block Tridiagonal Systems

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Seal, Sudip K

    2014-01-01

    Block tridiagonal systems of linear equations arise in a wide variety of scientific and engineering applications. Recursive doubling algorithm is a well-known prefix computation-based numerical algorithm that requires O(M^3(N/P + log P)) work to compute the solution of a block tridiagonal system with N block rows and block size M on P processors. In real-world applications, solutions of tridiagonal systems are most often sought with multiple, often hundreds and thousands, of different right hand sides but with the same tridiagonal matrix. Here, we show that a recursive doubling algorithm is sub-optimal when computing solutions of block tridiagonal systems with multiplemore » right hand sides and present a novel algorithm, called the accelerated recursive doubling algorithm, that delivers O(R) improvement when solving block tridiagonal systems with R distinct right hand sides. Since R is typically about 100 1000, this improvement translates to very significant speedups in practice. Detailed complexity analyses of the new algorithm with empirical confirmation of runtime improvements are presented. To the best of our knowledge, this algorithm has not been reported before in the literature.« less

  4. Characterizing the inverses of block tridiagonal, block Toeplitz matrices

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Boffi, Nicholas M.; Hill, Judith C.; Reuter, Matthew G.

    2014-12-04

    We consider the inversion of block tridiagonal, block Toeplitz matrices and comment on the behaviour of these inverses as one moves away from the diagonal. Using matrix M bius transformations, we first present an O(1) representation (with respect to the number of block rows and block columns) for the inverse matrix and subsequently use this representation to characterize the inverse matrix. There are four symmetry-distinct cases where the blocks of the inverse matrix (i) decay to zero on both sides of the diagonal, (ii) oscillate on both sides, (iii) decay on one side and oscillate on the other and (iv)more » decay on one side and grow on the other. This characterization exposes the necessary conditions for the inverse matrix to be numerically banded and may also aid in the design of preconditioners and fast algorithms. Finally, we present numerical examples of these matrix types.« less

  5. BCYCLIC: A parallel block tridiagonal matrix cyclic solver

    NASA Astrophysics Data System (ADS)

    Hirshman, S. P.; Perumalla, K. S.; Lynch, V. E.; Sanchez, R.

    2010-09-01

    A block tridiagonal matrix is factored with minimal fill-in using a cyclic reduction algorithm that is easily parallelized. Storage of the factored blocks allows the application of the inverse to multiple right-hand sides which may not be known at factorization time. Scalability with the number of block rows is achieved with cyclic reduction, while scalability with the block size is achieved using multithreaded routines (OpenMP, GotoBLAS) for block matrix manipulation. This dual scalability is a noteworthy feature of this new solver, as well as its ability to efficiently handle arbitrary (non-powers-of-2) block row and processor numbers. Comparison with a state-of-the art parallel sparse solver is presented. It is expected that this new solver will allow many physical applications to optimally use the parallel resources on current supercomputers. Example usage of the solver in magneto-hydrodynamic (MHD), three-dimensional equilibrium solvers for high-temperature fusion plasmas is cited.

  6. Comparison of eigensolvers for symmetric band matrices.

    PubMed

    Moldaschl, Michael; Gansterer, Wilfried N

    2014-09-15

    We compare different algorithms for computing eigenvalues and eigenvectors of a symmetric band matrix across a wide range of synthetic test problems. Of particular interest is a comparison of state-of-the-art tridiagonalization-based methods as implemented in Lapack or Plasma on the one hand, and the block divide-and-conquer (BD&C) algorithm as well as the block twisted factorization (BTF) method on the other hand. The BD&C algorithm does not require tridiagonalization of the original band matrix at all, and the current version of the BTF method tridiagonalizes the original band matrix only for computing the eigenvalues. Avoiding the tridiagonalization process sidesteps the cost of backtransformation of the eigenvectors. Beyond that, we discovered another disadvantage of the backtransformation process for band matrices: In several scenarios, a lot of gradual underflow is observed in the (optional) accumulation of the transformation matrix and in the (obligatory) backtransformation step. According to the IEEE 754 standard for floating-point arithmetic, this implies many operations with subnormal (denormalized) numbers, which causes severe slowdowns compared to the other algorithms without backtransformation of the eigenvectors. We illustrate that in these cases the performance of existing methods from Lapack and Plasma reaches a competitive level only if subnormal numbers are disabled (and thus the IEEE standard is violated). Overall, our performance studies illustrate that if the problem size is large enough relative to the bandwidth, BD&C tends to achieve the highest performance of all methods if the spectrum to be computed is clustered. For test problems with well separated eigenvalues, the BTF method tends to become the fastest algorithm with growing problem size.

  7. Communication-avoiding symmetric-indefinite factorization

    DOE PAGES

    Ballard, Grey Malone; Becker, Dulcenia; Demmel, James; ...

    2014-11-13

    We describe and analyze a novel symmetric triangular factorization algorithm. The algorithm is essentially a block version of Aasen's triangular tridiagonalization. It factors a dense symmetric matrix A as the product A=PLTL TP T where P is a permutation matrix, L is lower triangular, and T is block tridiagonal and banded. The algorithm is the first symmetric-indefinite communication-avoiding factorization: it performs an asymptotically optimal amount of communication in a two-level memory hierarchy for almost any cache-line size. Adaptations of the algorithm to parallel computers are likely to be communication efficient as well; one such adaptation has been recently published. Asmore » a result, the current paper describes the algorithm, proves that it is numerically stable, and proves that it is communication optimal.« less

  8. Communication-avoiding symmetric-indefinite factorization

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Ballard, Grey Malone; Becker, Dulcenia; Demmel, James

    We describe and analyze a novel symmetric triangular factorization algorithm. The algorithm is essentially a block version of Aasen's triangular tridiagonalization. It factors a dense symmetric matrix A as the product A=PLTL TP T where P is a permutation matrix, L is lower triangular, and T is block tridiagonal and banded. The algorithm is the first symmetric-indefinite communication-avoiding factorization: it performs an asymptotically optimal amount of communication in a two-level memory hierarchy for almost any cache-line size. Adaptations of the algorithm to parallel computers are likely to be communication efficient as well; one such adaptation has been recently published. Asmore » a result, the current paper describes the algorithm, proves that it is numerically stable, and proves that it is communication optimal.« less

  9. A fast direct method for block triangular Toeplitz-like with tri-diagonal block systems from time-fractional partial differential equations

    NASA Astrophysics Data System (ADS)

    Ke, Rihuan; Ng, Michael K.; Sun, Hai-Wei

    2015-12-01

    In this paper, we study the block lower triangular Toeplitz-like with tri-diagonal blocks system which arises from the time-fractional partial differential equation. Existing fast numerical solver (e.g., fast approximate inversion method) cannot handle such linear system as the main diagonal blocks are different. The main contribution of this paper is to propose a fast direct method for solving this linear system, and to illustrate that the proposed method is much faster than the classical block forward substitution method for solving this linear system. Our idea is based on the divide-and-conquer strategy and together with the fast Fourier transforms for calculating Toeplitz matrix-vector multiplication. The complexity needs O (MNlog2 ⁡ M) arithmetic operations, where M is the number of blocks (the number of time steps) in the system and N is the size (number of spatial grid points) of each block. Numerical examples from the finite difference discretization of time-fractional partial differential equations are also given to demonstrate the efficiency of the proposed method.

  10. Revisiting Parallel Cyclic Reduction and Parallel Prefix-Based Algorithms for Block Tridiagonal System of Equations

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Seal, Sudip K; Perumalla, Kalyan S; Hirshman, Steven Paul

    2013-01-01

    Simulations that require solutions of block tridiagonal systems of equations rely on fast parallel solvers for runtime efficiency. Leading parallel solvers that are highly effective for general systems of equations, dense or sparse, are limited in scalability when applied to block tridiagonal systems. This paper presents scalability results as well as detailed analyses of two parallel solvers that exploit the special structure of block tridiagonal matrices to deliver superior performance, often by orders of magnitude. A rigorous analysis of their relative parallel runtimes is shown to reveal the existence of a critical block size that separates the parameter space spannedmore » by the number of block rows, the block size and the processor count, into distinct regions that favor one or the other of the two solvers. Dependence of this critical block size on the above parameters as well as on machine-specific constants is established. These formal insights are supported by empirical results on up to 2,048 cores of a Cray XT4 system. To the best of our knowledge, this is the highest reported scalability for parallel block tridiagonal solvers to date.« less

  11. SSE-based Thomas algorithm for quasi-block-tridiagonal linear equation systems, optimized for small dense blocks

    NASA Astrophysics Data System (ADS)

    Barnaś, Dawid; Bieniasz, Lesław K.

    2017-07-01

    We have recently developed a vectorized Thomas solver for quasi-block tridiagonal linear algebraic equation systems using Streaming SIMD Extensions (SSE) and Advanced Vector Extensions (AVX) in operations on dense blocks [D. Barnaś and L. K. Bieniasz, Int. J. Comput. Meth., accepted]. The acceleration caused by vectorization was observed for large block sizes, but was less satisfactory for small blocks. In this communication we report on another version of the solver, optimized for small blocks of size up to four rows and/or columns.

  12. Face recognition using tridiagonal matrix enhanced multivariance products representation

    NASA Astrophysics Data System (ADS)

    Ã-zay, Evrim Korkmaz

    2017-01-01

    This study aims to retrieve face images from a database according to a target face image. For this purpose, Tridiagonal Matrix Enhanced Multivariance Products Representation (TMEMPR) is taken into consideration. TMEMPR is a recursive algorithm based on Enhanced Multivariance Products Representation (EMPR). TMEMPR decomposes a matrix into three components which are a matrix of left support terms, a tridiagonal matrix of weight parameters for each recursion, and a matrix of right support terms, respectively. In this sense, there is an analogy between Singular Value Decomposition (SVD) and TMEMPR. However TMEMPR is a more flexible algorithm since its initial support terms (or vectors) can be chosen as desired. Low computational complexity is another advantage of TMEMPR because the algorithm has been constructed with recursions of certain arithmetic operations without requiring any iteration. The algorithm has been trained and tested with ORL face image database with 400 different grayscale images of 40 different people. TMEMPR's performance has been compared with SVD's performance as a result.

  13. Progress on a generalized coordinates tensor product finite element 3DPNS algorithm for subsonic

    NASA Technical Reports Server (NTRS)

    Baker, A. J.; Orzechowski, J. A.

    1983-01-01

    A generalized coordinates form of the penalty finite element algorithm for the 3-dimensional parabolic Navier-Stokes equations for turbulent subsonic flows was derived. This algorithm formulation requires only three distinct hypermatrices and is applicable using any boundary fitted coordinate transformation procedure. The tensor matrix product approximation to the Jacobian of the Newton linear algebra matrix statement was also derived. Tne Newton algorithm was restructured to replace large sparse matrix solution procedures with grid sweeping using alpha-block tridiagonal matrices, where alpha equals the number of dependent variables. Numerical experiments were conducted and the resultant data gives guidance on potentially preferred tensor product constructions for the penalty finite element 3DPNS algorithm.

  14. Neutron Multiplicity: LANL W Covariance Matrix for Curve Fitting

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Wendelberger, James G.

    2016-12-08

    In neutron multiplicity counting one may fit a curve by minimizing an objective function, χmore » $$2\\atop{n}$$. The objective function includes the inverse of an n by n matrix of covariances, W. The inverse of the W matrix has a closed form solution. In addition W -1 is a tri-diagonal matrix. The closed form and tridiagonal nature allows for a simpler expression of the objective function χ$$2\\atop{n}$$. Minimization of this simpler expression will provide the optimal parameters for the fitted curve.« less

  15. Band gap engineering in finite elongated graphene nanoribbon heterojunctions: Tight-binding model

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Tayo, Benjamin O.

    2015-08-15

    A simple model based on the divide and conquer rule and tight-binding (TB) approximation is employed for studying the role of finite size effect on the electronic properties of elongated graphene nanoribbon (GNR) heterojunctions. In our model, the GNR heterojunction is divided into three parts: a left (L) part, middle (M) part, and right (R) part. The left part is a GNR of width W{sub L}, the middle part is a GNR of width W{sub M}, and the right part is a GNR of width W{sub R}. We assume that the left and right parts of the GNR heterojunction interactmore » with the middle part only. Under this approximation, the Hamiltonian of the system can be expressed as a block tridiagonal matrix. The matrix elements of the tridiagonal matrix are computed using real space nearest neighbor orthogonal TB approximation. The electronic structure of the GNR heterojunction is analyzed by computing the density of states. We demonstrate that for heterojunctions for which W{sub L} = W{sub R}, the band gap of the system can be tuned continuously by varying the length of the middle part, thus providing a new approach to band gap engineering in GNRs. Our TB results were compared with calculations employing divide and conquer rule in combination with density functional theory (DFT) and were found to agree nicely.« less

  16. Two dimensional J-matrix approach to quantum scattering

    NASA Astrophysics Data System (ADS)

    Olumegbon, Ismail Adewale

    We present an extension of the J-matrix method of scattering to two dimensions in cylindrical coordinates. In the J-matrix approach we select a zeroth order Hamiltonian, H0, which is exactly solvable in the sense that we select a square integrable basis set that enable us to have an infinite tridiagonal representation for H0. Expanding the wavefunction in this basis makes the wave equation equivalent to a three-term recursion relation for the expansion coefficients. Consequently, finding solutions of the recursion relation is equivalent to solving the original H0 problem (i.e., determining the expansion coefficients of the system's wavefunction). The part of the original potential interaction which cannot be brought to an exact tridiagonal form is cut in an NxN basis space and its matrix elements are computed numerically using Gauss quadrature approach. Hence, this approach embodies powerful tools in the analysis of solutions of the wave equation by exploiting the intimate connection and interplay between tridiagonal matrices and the theory of orthogonal polynomials. In such analysis, one is at liberty to employ a wide range of well established methods and numerical techniques associated with these settings such as quadrature approximation and continued fractions. To demonstrate the utility, usefulness, and accuracy of the extended method we use it to obtain the bound states for an illustrative short range potential problem.

  17. Two dimensional J-matrix approach to quantum scattering

    NASA Astrophysics Data System (ADS)

    Olumegbon, Ismail Adewale

    2013-01-01

    We present an extension of the J-matrix method of scattering to two dimensions in cylindrical coordinates. In the J-matrix approach we select a zeroth order Hamiltonian, H0, which is exactly solvable in the sense that we select a square integrable basis set that enable us to have an infinite tridiagonal representation for H0. Expanding the wavefunction in this basis makes the wave equation equivalent to a three-term recursion relation for the expansion coefficients. Consequently, finding solutions of the recursion relation is equivalent to solving the original H0 problem (i.e., determining the expansion coefficients of the system's wavefunction). The part of the original potential interaction which cannot be brought to an exact tridiagonal form is cut in an NxN basis space and its matrix elements are computed numerically using Gauss quadrature approach. Hence, this approach embodies powerful tools in the analysis of solutions of the wave equation by exploiting the intimate connection and interplay between tridiagonal matrices and the theory of orthogonal polynomials. In such analysis, one is at liberty to employ a wide range of well established methods and numerical techniques associated with these settings such as quadrature approximation and continued fractions. To demonstrate the utility, usefulness, and accuracy of the extended method we use it to obtain the bound states for an illustrative short range potential problem.

  18. An O(log sup 2 N) parallel algorithm for computing the eigenvalues of a symmetric tridiagonal matrix

    NASA Technical Reports Server (NTRS)

    Swarztrauber, Paul N.

    1989-01-01

    An O(log sup 2 N) parallel algorithm is presented for computing the eigenvalues of a symmetric tridiagonal matrix using a parallel algorithm for computing the zeros of the characteristic polynomial. The method is based on a quadratic recurrence in which the characteristic polynomial is constructed on a binary tree from polynomials whose degree doubles at each level. Intervals that contain exactly one zero are determined by the zeros of polynomials at the previous level which ensures that different processors compute different zeros. The exact behavior of the polynomials at the interval endpoints is used to eliminate the usual problems induced by finite precision arithmetic.

  19. Diagonalization of complex symmetric matrices: Generalized Householder reflections, iterative deflation and implicit shifts

    NASA Astrophysics Data System (ADS)

    Noble, J. H.; Lubasch, M.; Stevens, J.; Jentschura, U. D.

    2017-12-01

    We describe a matrix diagonalization algorithm for complex symmetric (not Hermitian) matrices, A ̲ =A̲T, which is based on a two-step algorithm involving generalized Householder reflections based on the indefinite inner product 〈 u ̲ , v ̲ 〉 ∗ =∑iuivi. This inner product is linear in both arguments and avoids complex conjugation. The complex symmetric input matrix is transformed to tridiagonal form using generalized Householder transformations (first step). An iterative, generalized QL decomposition of the tridiagonal matrix employing an implicit shift converges toward diagonal form (second step). The QL algorithm employs iterative deflation techniques when a machine-precision zero is encountered "prematurely" on the super-/sub-diagonal. The algorithm allows for a reliable and computationally efficient computation of resonance and antiresonance energies which emerge from complex-scaled Hamiltonians, and for the numerical determination of the real energy eigenvalues of pseudo-Hermitian and PT-symmetric Hamilton matrices. Numerical reference values are provided.

  20. A time-domain decomposition iterative method for the solution of distributed linear quadratic optimal control problems

    NASA Astrophysics Data System (ADS)

    Heinkenschloss, Matthias

    2005-01-01

    We study a class of time-domain decomposition-based methods for the numerical solution of large-scale linear quadratic optimal control problems. Our methods are based on a multiple shooting reformulation of the linear quadratic optimal control problem as a discrete-time optimal control (DTOC) problem. The optimality conditions for this DTOC problem lead to a linear block tridiagonal system. The diagonal blocks are invertible and are related to the original linear quadratic optimal control problem restricted to smaller time-subintervals. This motivates the application of block Gauss-Seidel (GS)-type methods for the solution of the block tridiagonal systems. Numerical experiments show that the spectral radii of the block GS iteration matrices are larger than one for typical applications, but that the eigenvalues of the iteration matrices decay to zero fast. Hence, while the GS method is not expected to convergence for typical applications, it can be effective as a preconditioner for Krylov-subspace methods. This is confirmed by our numerical tests.A byproduct of this research is the insight that certain instantaneous control techniques can be viewed as the application of one step of the forward block GS method applied to the DTOC optimality system.

  1. Parallel solution of the symmetric tridiagonal eigenproblem. Research report

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Jessup, E.R.

    1989-10-01

    This thesis discusses methods for computing all eigenvalues and eigenvectors of a symmetric tridiagonal matrix on a distributed-memory Multiple Instruction, Multiple Data multiprocessor. Only those techniques having the potential for both high numerical accuracy and significant large-grained parallelism are investigated. These include the QL method or Cuppen's divide and conquer method based on rank-one updating to compute both eigenvalues and eigenvectors, bisection to determine eigenvalues and inverse iteration to compute eigenvectors. To begin, the methods are compared with respect to computation time, communication time, parallel speed up, and accuracy. Experiments on an IPSC hypercube multiprocessor reveal that Cuppen's method ismore » the most accurate approach, but bisection with inverse iteration is the fastest and most parallel. Because the accuracy of the latter combination is determined by the quality of the computed eigenvectors, the factors influencing the accuracy of inverse iteration are examined. This includes, in part, statistical analysis of the effect of a starting vector with random components. These results are used to develop an implementation of inverse iteration producing eigenvectors with lower residual error and better orthogonality than those generated by the EISPACK routine TINVIT. This thesis concludes with adaptions of methods for the symmetric tridiagonal eigenproblem to the related problem of computing the singular value decomposition (SVD) of a bidiagonal matrix.« less

  2. Parallel solution of the symmetric tridiagonal eigenproblem

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Jessup, E.R.

    1989-01-01

    This thesis discusses methods for computing all eigenvalues and eigenvectors of a symmetric tridiagonal matrix on a distributed memory MIMD multiprocessor. Only those techniques having the potential for both high numerical accuracy and significant large-grained parallelism are investigated. These include the QL method or Cuppen's divide and conquer method based on rank-one updating to compute both eigenvalues and eigenvectors, bisection to determine eigenvalues, and inverse iteration to compute eigenvectors. To begin, the methods are compared with respect to computation time, communication time, parallel speedup, and accuracy. Experiments on an iPSC hyper-cube multiprocessor reveal that Cuppen's method is the most accuratemore » approach, but bisection with inverse iteration is the fastest and most parallel. Because the accuracy of the latter combination is determined by the quality of the computed eigenvectors, the factors influencing the accuracy of inverse iteration are examined. This includes, in part, statistical analysis of the effects of a starting vector with random components. These results are used to develop an implementation of inverse iteration producing eigenvectors with lower residual error and better orthogonality than those generated by the EISPACK routine TINVIT. This thesis concludes with adaptations of methods for the symmetric tridiagonal eigenproblem to the related problem of computing the singular value decomposition (SVD) of a bidiagonal matrix.« less

  3. Janus configurations with SL(2, ℤ)-duality twists, strings on mapping tori and a tridiagonal determinant formula

    NASA Astrophysics Data System (ADS)

    Ganor, Ori J.; Moore, Nathan P.; Sun, Hao-Yu; Torres-Chicon, Nesty R.

    2014-07-01

    We develop an equivalence between two Hilbert spaces: (i) the space of states of U(1) n Chern-Simons theory with a certain class of tridiagonal matrices of coupling constants (with corners) on T 2; and (ii) the space of ground states of strings on an associated mapping torus with T 2 fiber. The equivalence is deduced by studying the space of ground states of SL(2, ℤ)-twisted circle compactifications of U(1) gauge theory, connected with a Janus configuration, and further compactified on T 2. The equality of dimensions of the two Hilbert spaces (i) and (ii) is equivalent to a known identity on determinants of tridiagonal matrices with corners. The equivalence of operator algebras acting on the two Hilbert spaces follows from a relation between the Smith normal form of the Chern-Simons coupling constant matrix and the isometry group of the mapping torus, as well as the torsion part of its first homology group.

  4. Arrowheaded enhanced multivariance products representation for matrices (AEMPRM): Specifically focusing on infinite matrices and converting arrowheadedness to tridiagonality

    NASA Astrophysics Data System (ADS)

    Özdemir, Gizem; Demiralp, Metin

    2015-12-01

    In this work, Enhanced Multivariance Products Representation (EMPR) approach which is a Demiralp-and-his- group extension to the Sobol's High Dimensional Model Representation (HDMR) has been used as the basic tool. Their discrete form have also been developed and used in practice by Demiralp and his group in addition to some other authors for the decomposition of the arrays like vectors, matrices, or multiway arrays. This work specifically focuses on the decomposition of infinite matrices involving denumerable infinitely many rows and columns. To this end the target matrix is first decomposed to the sum of certain outer products and then each outer product is treated by Tridiagonal Matrix Enhanced Multivariance Products Representation (TMEMPR) which has been developed by Demiralp and his group. The result is a three-matrix- factor-product whose kernel (the middle factor) is an arrowheaded matrix while the pre and post factors are invertable matrices decomposed of the support vectors of TMEMPR. This new method is called as Arrowheaded Enhanced Multivariance Products Representation for Matrices. The general purpose is approximation of denumerably infinite matrices with the new method.

  5. A parallel algorithm for computing the eigenvalues of a symmetric tridiagonal matrix

    NASA Technical Reports Server (NTRS)

    Swarztrauber, Paul N.

    1993-01-01

    A parallel algorithm, called polysection, is presented for computing the eigenvalues of a symmetric tridiagonal matrix. The method is based on a quadratic recurrence in which the characteristic polynomial is constructed on a binary tree from polynomials whose degree doubles at each level. Intervals that contain exactly one zero are determined by the zeros of polynomials at the previous level which ensures that different processors compute different zeros. The signs of the polynomials at the interval endpoints are determined a priori and used to guarantee that all zeros are found. The use of finite-precision arithmetic may result in multiple zeros; however, in this case, the intervals coalesce and their number determines exactly the multiplicity of the zero. For an N x N matrix the eigenvalues can be determined in O(log-squared N) time with N-squared processors and O(N) time with N processors. The method is compared with a parallel variant of bisection that requires O(N-squared) time on a single processor, O(N) time with N processors, and O(log N) time with N-squared processors.

  6. An incremental block-line-Gauss-Seidel method for the Navier-Stokes equations

    NASA Technical Reports Server (NTRS)

    Napolitano, M.; Walters, R. W.

    1985-01-01

    A block-line-Gauss-Seidel (LGS) method is developed for solving the incompressible and compressible Navier-Stokes equations in two dimensions. The method requires only one block-tridiagonal solution process per iteration and is consequently faster per step than the linearized block-ADI methods. Results are presented for both incompressible and compressible separated flows: in all cases the proposed block-LGS method is more efficient than the block-ADI methods. Furthermore, for high Reynolds number weakly separated incompressible flow in a channel, which proved to be an impossible task for a block-ADI method, solutions have been obtained very efficiently by the new scheme.

  7. An O(N squared) method for computing the eigensystem of N by N symmetric tridiagonal matrices by the divide and conquer approach

    NASA Technical Reports Server (NTRS)

    Gill, Doron; Tadmor, Eitan

    1988-01-01

    An efficient method is proposed to solve the eigenproblem of N by N Symmetric Tridiagonal (ST) matrices. Unlike the standard eigensolvers which necessitate O(N cubed) operations to compute the eigenvectors of such ST matrices, the proposed method computes both the eigenvalues and eigenvectors with only O(N squared) operations. The method is based on serial implementation of the recently introduced Divide and Conquer (DC) algorithm. It exploits the fact that by O(N squared) of DC operations, one can compute the eigenvalues of N by N ST matrix and a finite number of pairs of successive rows of its eigenvector matrix. The rest of the eigenvectors--all of them or one at a time--are computed by linear three-term recurrence relations. Numerical examples are presented which demonstrate the superiority of the proposed method by saving an order of magnitude in execution time at the expense of sacrificing a few orders of accuracy.

  8. Performance and Accuracy of LAPACK's Symmetric TridiagonalEigensolvers

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Demmel, Jim W.; Marques, Osni A.; Parlett, Beresford N.

    2007-04-19

    We compare four algorithms from the latest LAPACK 3.1 release for computing eigenpairs of a symmetric tridiagonal matrix. These include QR iteration, bisection and inverse iteration (BI), the Divide-and-Conquer method (DC), and the method of Multiple Relatively Robust Representations (MR). Our evaluation considers speed and accuracy when computing all eigenpairs, and additionally subset computations. Using a variety of carefully selected test problems, our study includes a variety of today's computer architectures. Our conclusions can be summarized as follows. (1) DC and MR are generally much faster than QR and BI on large matrices. (2) MR almost always does the fewestmore » floating point operations, but at a lower MFlop rate than all the other algorithms. (3) The exact performance of MR and DC strongly depends on the matrix at hand. (4) DC and QR are the most accurate algorithms with observed accuracy O({radical}ne). The accuracy of BI and MR is generally O(ne). (5) MR is preferable to BI for subset computations.« less

  9. Fast modal extraction in NASTRAN via the FEER computer program. [based on automatic matrix reduction method for lower modes of structures with many degrees of freedom

    NASA Technical Reports Server (NTRS)

    Newman, M. B.; Pipano, A.

    1973-01-01

    A new eigensolution routine, FEER (Fast Eigensolution Extraction Routine), used in conjunction with NASTRAN at Israel Aircraft Industries is described. The FEER program is based on an automatic matrix reduction scheme whereby the lower modes of structures with many degrees of freedom can be accurately extracted from a tridiagonal eigenvalue problem whose size is of the same order of magnitude as the number of required modes. The process is effected without arbitrary lumping of masses at selected node points or selection of nodes to be retained in the analysis set. The results of computational efficiency studies are presented, showing major arithmetic operation counts and actual computer run times of FEER as compared to other methods of eigenvalue extraction, including those available in the NASTRAN READ module. It is concluded that the tridiagonal reduction method used in FEER would serve as a valuable addition to NASTRAN for highly increased efficiency in obtaining structural vibration modes.

  10. Calculation of flow about two-dimensional bodies by means of the velocity-vorticity formulation on a staggered grid

    NASA Technical Reports Server (NTRS)

    Stremel, Paul M.

    1991-01-01

    A method for calculating the incompressible viscous flow about two-dimensional bodies, utilizing the velocity-vorticity form of the Navier-Stokes equations using a staggered-grid formulation is presented. The solution is obtained by employing an alternative-direction implicit method for the solution of the block tridiagonal matrix resulting from the finite-difference representation of the governing equations. The boundary vorticity and the conservation of mass are calculated implicitly as a part of the solution. The mass conservation is calculated to machine zero for the duration of the computation. Calculations for the flow about a circular cylinder, a 2-pct thick flat plate at 90-deg incidence, an elliptic cylinder at 45-deg incidence, and a NACA 0012, with and without a deflected flap, at - 90-deg incidence are performed and compared with the results of other numerical investigations.

  11. A GPU-accelerated semi-implicit fractional-step method for numerical solutions of incompressible Navier-Stokes equations

    NASA Astrophysics Data System (ADS)

    Ha, Sanghyun; Park, Junshin; You, Donghyun

    2018-01-01

    Utility of the computational power of Graphics Processing Units (GPUs) is elaborated for solutions of incompressible Navier-Stokes equations which are integrated using a semi-implicit fractional-step method. The Alternating Direction Implicit (ADI) and the Fourier-transform-based direct solution methods used in the semi-implicit fractional-step method take advantage of multiple tridiagonal matrices whose inversion is known as the major bottleneck for acceleration on a typical multi-core machine. A novel implementation of the semi-implicit fractional-step method designed for GPU acceleration of the incompressible Navier-Stokes equations is presented. Aspects of the programing model of Compute Unified Device Architecture (CUDA), which are critical to the bandwidth-bound nature of the present method are discussed in detail. A data layout for efficient use of CUDA libraries is proposed for acceleration of tridiagonal matrix inversion and fast Fourier transform. OpenMP is employed for concurrent collection of turbulence statistics on a CPU while the Navier-Stokes equations are computed on a GPU. Performance of the present method using CUDA is assessed by comparing the speed of solving three tridiagonal matrices using ADI with the speed of solving one heptadiagonal matrix using a conjugate gradient method. An overall speedup of 20 times is achieved using a Tesla K40 GPU in comparison with a single-core Xeon E5-2660 v3 CPU in simulations of turbulent boundary-layer flow over a flat plate conducted on over 134 million grids. Enhanced performance of 48 times speedup is reached for the same problem using a Tesla P100 GPU.

  12. Parallel conjugate gradient algorithms for manipulator dynamic simulation

    NASA Technical Reports Server (NTRS)

    Fijany, Amir; Scheld, Robert E.

    1989-01-01

    Parallel conjugate gradient algorithms for the computation of multibody dynamics are developed for the specialized case of a robot manipulator. For an n-dimensional positive-definite linear system, the Classical Conjugate Gradient (CCG) algorithms are guaranteed to converge in n iterations, each with a computation cost of O(n); this leads to a total computational cost of O(n sq) on a serial processor. A conjugate gradient algorithms is presented that provide greater efficiency using a preconditioner, which reduces the number of iterations required, and by exploiting parallelism, which reduces the cost of each iteration. Two Preconditioned Conjugate Gradient (PCG) algorithms are proposed which respectively use a diagonal and a tridiagonal matrix, composed of the diagonal and tridiagonal elements of the mass matrix, as preconditioners. Parallel algorithms are developed to compute the preconditioners and their inversions in O(log sub 2 n) steps using n processors. A parallel algorithm is also presented which, on the same architecture, achieves the computational time of O(log sub 2 n) for each iteration. Simulation results for a seven degree-of-freedom manipulator are presented. Variants of the proposed algorithms are also developed which can be efficiently implemented on the Robot Mathematics Processor (RMP).

  13. Parallel O(log n) algorithms for open- and closed-chain rigid multibody systems based on a new mass matrix factorization technique

    NASA Technical Reports Server (NTRS)

    Fijany, Amir

    1993-01-01

    In this paper, parallel O(log n) algorithms for computation of rigid multibody dynamics are developed. These parallel algorithms are derived by parallelization of new O(n) algorithms for the problem. The underlying feature of these O(n) algorithms is a drastically different strategy for decomposition of interbody force which leads to a new factorization of the mass matrix (M). Specifically, it is shown that a factorization of the inverse of the mass matrix in the form of the Schur Complement is derived as M(exp -1) = C - B(exp *)A(exp -1)B, wherein matrices C, A, and B are block tridiagonal matrices. The new O(n) algorithm is then derived as a recursive implementation of this factorization of M(exp -1). For the closed-chain systems, similar factorizations and O(n) algorithms for computation of Operational Space Mass Matrix lambda and its inverse lambda(exp -1) are also derived. It is shown that these O(n) algorithms are strictly parallel, that is, they are less efficient than other algorithms for serial computation of the problem. But, to our knowledge, they are the only known algorithms that can be parallelized and that lead to both time- and processor-optimal parallel algorithms for the problem, i.e., parallel O(log n) algorithms with O(n) processors. The developed parallel algorithms, in addition to their theoretical significance, are also practical from an implementation point of view due to their simple architectural requirements.

  14. Pseudomorphic InGaAs Materials

    DTIC Science & Technology

    1990-07-31

    tive mass Schrodinger equation can be cast using a finite element technique (Galerkin residual method) into a symmetric tridiagonal matrix formulation...lnr’Gal-.’As composition. All of the structures were fabricated by molecular beam epitaxy (MBE). The effects of different growth conditions were evaluated... different growth conditions were evaluated with a combination of characterization techniques. Key results to emerge from this work relate to the

  15. The crypto-Hermitian smeared-coordinate representation of wave functions

    NASA Astrophysics Data System (ADS)

    Znojil, Miloslav

    2011-08-01

    In discrete-coordinate quantum models the kinematical observable of position need not necessarily be chosen local (i.e., diagonal). Its smearing is selected in the nearest-neighbor form of a real asymmetric (i.e., crypto-Hermitian) tridiagonal matrix Qˆ. Via Gauss-Hermite illustrative example we show how such an option restricts the class of admissible dynamical observables (sampled here just by the Hamiltonian).

  16. A divide and conquer approach to the nonsymmetric eigenvalue problem

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Jessup, E.R.

    1991-01-01

    Serial computation combined with high communication costs on distributed-memory multiprocessors make parallel implementations of the QR method for the nonsymmetric eigenvalue problem inefficient. This paper introduces an alternative algorithm for the nonsymmetric tridiagonal eigenvalue problem based on rank two tearing and updating of the matrix. The parallelism of this divide and conquer approach stems from independent solution of the updating problems. 11 refs.

  17. Investigation of Elliptical Cooling Channels for a Naval Electromagnetic Railgun

    DTIC Science & Technology

    2005-05-09

    Numerical Recipes in C : The Art of Scientific Computing, Second Edition. Cambridge: Cambridge University Press, 1992. Ramanujan , S. Ramanujan’s...by Midshipman 1/ c Elizabeth R. Kealey, Class of 2005 United States Naval Academy Annapolis, MD ___________________________________ (signature...system 55 10 Equation 46: Fourier number 55 Equation 47: General heat equation with coefficients a, b, c , and d 55 Equation 48: Tridiagonal matrix

  18. 3D Gaussian Beam Modeling

    DTIC Science & Technology

    2011-09-01

    optimized building blocks such as a parallelized tri-diagonal linear solver (used in the “implicit finite differences ” and split-step Pade PE models...and Ding Lee. “A finite - difference treatment of interface conditions for the parabolic wave equation: The horizontal interface.” The Journal of the...Acoustical Society of America, 71(4):855, 1982. 3. Ding Lee and Suzanne T. McDaniel. “A finite - difference treatment of interface conditions for

  19. Stability and Drag Reduction in a Boundary Layer with Microbubbles.

    DTIC Science & Technology

    1988-02-01

    order accurate. .’ Since the numerical methods are not the object of this % dissertation, we decline from including the finite difference equations...previous appendix must be the special case of zero pressure gradient. Some entries of the matrices of the block tridiagonal system will be different ...of the wall mean velocity gradient was observed to be associated with the migration of the bubbles away from the boundary layer. The time scale of the

  20. Navier-Stokes simulation of plume/Vertical Launching System interaction flowfields

    NASA Astrophysics Data System (ADS)

    York, B. J.; Sinha, N.; Dash, S. M.; Anderson, L.; Gominho, L.

    1992-01-01

    The application of Navier-Stokes methodology to the analysis of Vertical Launching System/missile exhaust plume interactions is discussed. The complex 3D flowfields related to the Vertical Launching System are computed utilizing the PARCH/RNP Navier-Stokes code. PARCH/RNP solves the fully-coupled system of fluid, two-equation turbulence (k-epsilon) and chemical species equations via the implicit, approximately factored, Beam-Warming algorithm utilizing a block-tridiagonal inversion procedure.

  1. Applications and accuracy of the parallel diagonal dominant algorithm

    NASA Technical Reports Server (NTRS)

    Sun, Xian-He

    1993-01-01

    The Parallel Diagonal Dominant (PDD) algorithm is a highly efficient, ideally scalable tridiagonal solver. In this paper, a detailed study of the PDD algorithm is given. First the PDD algorithm is introduced. Then the algorithm is extended to solve periodic tridiagonal systems. A variant, the reduced PDD algorithm, is also proposed. Accuracy analysis is provided for a class of tridiagonal systems, the symmetric, and anti-symmetric Toeplitz tridiagonal systems. Implementation results show that the analysis gives a good bound on the relative error, and the algorithm is a good candidate for the emerging massively parallel machines.

  2. Some fast elliptic solvers on parallel architectures and their complexities

    NASA Technical Reports Server (NTRS)

    Gallopoulos, E.; Saad, Y.

    1989-01-01

    The discretization of separable elliptic partial differential equations leads to linear systems with special block tridiagonal matrices. Several methods are known to solve these systems, the most general of which is the Block Cyclic Reduction (BCR) algorithm which handles equations with nonconstant coefficients. A method was recently proposed to parallelize and vectorize BCR. In this paper, the mapping of BCR on distributed memory architectures is discussed, and its complexity is compared with that of other approaches including the Alternating-Direction method. A fast parallel solver is also described, based on an explicit formula for the solution, which has parallel computational compelxity lower than that of parallel BCR.

  3. On Distributed Strategies in Defense of a High Value Unit (HVU) Against a Swarm Attack

    DTIC Science & Technology

    2012-09-01

    function [ lam ,U] = tqr(a,b,U) % [ lam u] = tqr(a,b) or [ lam U] = tqr(a,b,U... lam u] = tqr(a,b): % % The column lam contains the eigenvalues of the Hermitian tridiagonal % matrix T = mxt(a,b) computed by one version of the...computed. The computed eigenvalues are real and are sorted to be % nonincreasing. % % [ lam U] = tqr(a,b,U): % % This replaces the input U

  4. On K-Line and K x K Block Iterative Schemes for a Problem Arising in 3-D Elliptic Difference Equations.

    DTIC Science & Technology

    1980-01-01

    VPARTER. , STEUERWALT No 0I 76_C-03AI UNCLASSIFIED CSTR -374 ML M EMON~hEE 111112.08 12.5 111112 1.4 1 1. KWOCP RSLINTS CHR NA11~ L .R~l0 ___VRD I-l...4b) are obtained from the well known algorithm for solving diagonally dominant tridiagonal sys- tems; see (16, 10]. The monotonicity of the Ej and the

  5. Further results on the stagnation point boundary layer with hydrogen injection.

    NASA Technical Reports Server (NTRS)

    Wu, P.; Libby, P. A.

    1972-01-01

    The results of an earlier paper on the behavior of the boundary layer at an axisymmetric stagnation with hydrogen injection into a hot external airstream are extended to span the entire range from essentially frozen to essentially equilibrium flow. This extension is made possible by the employment of finite difference methods; the accurate treatment of the boundary conditions at 'infinity,' the differencing technique employed and the formulation resulting in block tri-diagonal matrices are slight variants in the present work.

  6. Navier-Stokes computation of compressible turbulent flows with a second order closure

    NASA Technical Reports Server (NTRS)

    Dingus, C.; Kollmann, W.

    1991-01-01

    The objective was the development of a complete second order closure for wall bounded flows, including all components of the dissipation rate tensor and a numerical solution procedure for the resulting system of equations. The main topics discussed are the closure of the pressure correlations and the viscous destruction terms in the dissipation rate equations and the numerical solution scheme based on a block-tridiagonal solver for the nine equations required for the prediction of plane or axisymmetric flows.

  7. DOE Office of Scientific and Technical Information (OSTI.GOV)

    Pratap, Surender; Sarkar, Niladri, E-mail: niladri@pilani.bits-pilani.ac.in

    Self-Consistent Quantum Method using Schrodinger-Poisson equations have been used for determining the Channel electron density of Nano-Scale MOSFETs for 6nm and 9nm thick channels. The 6nm thick MOSFET show the peak of the electron density at the middle where as the 9nm thick MOSFET shows the accumulation of the electrons at the oxide/semiconductor interface. The electron density in the channel is obtained from the diagonal elements of the density matrix; [ρ]=[1/(1+exp(β(H − μ)))] A Tridiagonal Hamiltonian Matrix [H] is constructed for the oxide/channel/oxide 1D structure for the dual gate MOSFET. This structure is discretized and Finite-Difference method is used formore » constructing the matrix equation. The comparison of these results which are obtained by Quantum methods are done with Semi-Classical methods.« less

  8. Performance Comparison of a Set of Periodic and Non-Periodic Tridiagonal Solvers on SP2 and Paragon Parallel Computers

    NASA Technical Reports Server (NTRS)

    Sun, Xian-He; Moitra, Stuti

    1996-01-01

    Various tridiagonal solvers have been proposed in recent years for different parallel platforms. In this paper, the performance of three tridiagonal solvers, namely, the parallel partition LU algorithm, the parallel diagonal dominant algorithm, and the reduced diagonal dominant algorithm, is studied. These algorithms are designed for distributed-memory machines and are tested on an Intel Paragon and an IBM SP2 machines. Measured results are reported in terms of execution time and speedup. Analytical study are conducted for different communication topologies and for different tridiagonal systems. The measured results match the analytical results closely. In addition to address implementation issues, performance considerations such as problem sizes and models of speedup are also discussed.

  9. Scaling Optimization of the SIESTA MHD Code

    NASA Astrophysics Data System (ADS)

    Seal, Sudip; Hirshman, Steven; Perumalla, Kalyan

    2013-10-01

    SIESTA is a parallel three-dimensional plasma equilibrium code capable of resolving magnetic islands at high spatial resolutions for toroidal plasmas. Originally designed to exploit small-scale parallelism, SIESTA has now been scaled to execute efficiently over several thousands of processors P. This scaling improvement was accomplished with minimal intrusion to the execution flow of the original version. First, the efficiency of the iterative solutions was improved by integrating the parallel tridiagonal block solver code BCYCLIC. Krylov-space generation in GMRES was then accelerated using a customized parallel matrix-vector multiplication algorithm. Novel parallel Hessian generation algorithms were integrated and memory access latencies were dramatically reduced through loop nest optimizations and data layout rearrangement. These optimizations sped up equilibria calculations by factors of 30-50. It is possible to compute solutions with granularity N/P near unity on extremely fine radial meshes (N > 1024 points). Grid separation in SIESTA, which manifests itself primarily in the resonant components of the pressure far from rational surfaces, is strongly suppressed by finer meshes. Large problem sizes of up to 300 K simultaneous non-linear coupled equations have been solved on the NERSC supercomputers. Work supported by U.S. DOE under Contract DE-AC05-00OR22725 with UT-Battelle, LLC.

  10. A tridiagonal parsimonious higher order multivariate Markov chain model

    NASA Astrophysics Data System (ADS)

    Wang, Chao; Yang, Chuan-sheng

    2017-09-01

    In this paper, we present a tridiagonal parsimonious higher-order multivariate Markov chain model (TPHOMMCM). Moreover, estimation method of the parameters in TPHOMMCM is give. Numerical experiments illustrate the effectiveness of TPHOMMCM.

  11. Alternating Direction Implicit (ADI) schemes for a PDE-based image osmosis model

    NASA Astrophysics Data System (ADS)

    Calatroni, L.; Estatico, C.; Garibaldi, N.; Parisotto, S.

    2017-10-01

    We consider Alternating Direction Implicit (ADI) splitting schemes to compute efficiently the numerical solution of the PDE osmosis model considered by Weickert et al. in [10] for several imaging applications. The discretised scheme is shown to preserve analogous properties to the continuous model. The dimensional splitting strategy traduces numerically into the solution of simple tridiagonal systems for which standard matrix factorisation techniques can be used to improve upon the performance of classical implicit methods, even for large time steps. Applications to the shadow removal problem are presented.

  12. A Fast parallel tridiagonal algorithm for a class of CFD applications

    NASA Technical Reports Server (NTRS)

    Moitra, Stuti; Sun, Xian-He

    1996-01-01

    The parallel diagonal dominant (PDD) algorithm is an efficient tridiagonal solver. This paper presents for study a variation of the PDD algorithm, the reduced PDD algorithm. The new algorithm maintains the minimum communication provided by the PDD algorithm, but has a reduced operation count. The PDD algorithm also has a smaller operation count than the conventional sequential algorithm for many applications. Accuracy analysis is provided for the reduced PDD algorithm for symmetric Toeplitz tridiagonal (STT) systems. Implementation results on Langley's Intel Paragon and IBM SP2 show that both the PDD and reduced PDD algorithms are efficient and scalable.

  13. Solution of a tridiagonal system of equations on the finite element machine

    NASA Technical Reports Server (NTRS)

    Bostic, S. W.

    1984-01-01

    Two parallel algorithms for the solution of tridiagonal systems of equations were implemented on the Finite Element Machine. The Accelerated Parallel Gauss method, an iterative method, and the Buneman algorithm, a direct method, are discussed and execution statistics are presented.

  14. Complex eigenvalue extraction in NASTRAN by the tridiagonal reduction (FEER) method

    NASA Technical Reports Server (NTRS)

    Newman, M.; Mann, F. I.

    1977-01-01

    An extension of the Tridiagonal Reduction (FEER) method to complex eigenvalue analysis in NASTRAN is described. As in the case of real eigenvalue analysis, the eigensolutions closest to a selected point in the eigenspectrum are extracted from a reduced, symmetric, tridiagonal eigenmatrix whose order is much lower than that of the full size problem. The reduction process is effected automatically, and thus avoids the arbitrary lumping of masses and other physical quantities at selected grid points. The statement of the algebraic eigenvalue problem admits mass, damping and stiffness matrices which are unrestricted in character, i.e., they may be real, complex, symmetric or unsymmetric, singular or non-singular.

  15. The ELPA library: scalable parallel eigenvalue solutions for electronic structure theory and computational science.

    PubMed

    Marek, A; Blum, V; Johanni, R; Havu, V; Lang, B; Auckenthaler, T; Heinecke, A; Bungartz, H-J; Lederer, H

    2014-05-28

    Obtaining the eigenvalues and eigenvectors of large matrices is a key problem in electronic structure theory and many other areas of computational science. The computational effort formally scales as O(N(3)) with the size of the investigated problem, N (e.g. the electron count in electronic structure theory), and thus often defines the system size limit that practical calculations cannot overcome. In many cases, more than just a small fraction of the possible eigenvalue/eigenvector pairs is needed, so that iterative solution strategies that focus only on a few eigenvalues become ineffective. Likewise, it is not always desirable or practical to circumvent the eigenvalue solution entirely. We here review some current developments regarding dense eigenvalue solvers and then focus on the Eigenvalue soLvers for Petascale Applications (ELPA) library, which facilitates the efficient algebraic solution of symmetric and Hermitian eigenvalue problems for dense matrices that have real-valued and complex-valued matrix entries, respectively, on parallel computer platforms. ELPA addresses standard as well as generalized eigenvalue problems, relying on the well documented matrix layout of the Scalable Linear Algebra PACKage (ScaLAPACK) library but replacing all actual parallel solution steps with subroutines of its own. For these steps, ELPA significantly outperforms the corresponding ScaLAPACK routines and proprietary libraries that implement the ScaLAPACK interface (e.g. Intel's MKL). The most time-critical step is the reduction of the matrix to tridiagonal form and the corresponding backtransformation of the eigenvectors. ELPA offers both a one-step tridiagonalization (successive Householder transformations) and a two-step transformation that is more efficient especially towards larger matrices and larger numbers of CPU cores. ELPA is based on the MPI standard, with an early hybrid MPI-OpenMPI implementation available as well. Scalability beyond 10,000 CPU cores for problem sizes arising in the field of electronic structure theory is demonstrated for current high-performance computer architectures such as Cray or Intel/Infiniband. For a matrix of dimension 260,000, scalability up to 295,000 CPU cores has been shown on BlueGene/P.

  16. On the derivation of the semiclassical approximation to the quantum propagator

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Fischer, Stefan G., E-mail: stefan.fischer@physik.uni-freiburg.de; Buchleitner, Andreas

    2015-07-15

    In order to rigorously derive the amplitude factor of the semiclassical approximation to the quantum propagator, we extend an existing method originally devised to evaluate Gaussian path-integral expressions. Using a result which relates the determinant of symmetric block-tridiagonal matrices to the determinants of their blocks, two difference equations are obtained. The first one allows to establish the connection of the amplitude factor to Jacobi’s accessory equations in the continuous-time limit, while the second one leads to an additional factor which, however, contributes to the final result only in exceptional cases. In order to demonstrate the wide applicability of these differencemore » equations, we treat explicitly the case where the time-sliced Lagrangian is written in generalized coordinates, for which a general derivation has so far been unavailable.« less

  17. Numerical Calculation of Neoclassical Distribution Functions and Current Profiles in Low Collisionality, Axisymmetric Plasmas

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    B.C. Lyons, S.C. Jardin, and J.J. Ramos

    2012-06-28

    A new code, the Neoclassical Ion-Electron Solver (NIES), has been written to solve for stationary, axisymmetric distribution functions (f ) in the conventional banana regime for both ions and elec trons using a set of drift-kinetic equations (DKEs) with linearized Fokker-Planck-Landau collision operators. Solvability conditions on the DKEs determine the relevant non-adiabatic pieces of f (called h ). We work in a 4D phase space in which Ψ defines a flux surface, θ is the poloidal angle, v is the total velocity referenced to the mean flow velocity, and λ is the dimensionless magnetic moment parameter. We expand h inmore » finite elements in both v and λ . The Rosenbluth potentials, φ and ψ, which define the integral part of the collision operator, are expanded in Legendre series in cos χ , where χ is the pitch angle, Fourier series in cos θ , and finite elements in v . At each ψ , we solve a block tridiagonal system for hi (independent of fe ), then solve another block tridiagonal system for he (dependent on fi ). We demonstrate that such a formulation can be accurately and efficiently solved. NIES is coupled to the MHD equilibrium code JSOLVER [J. DeLucia, et al., J. Comput. Phys. 37 , pp 183-204 (1980).] allowing us to work with realistic magnetic geometries. The bootstrap current is calculated as a simple moment of the distribution function. Results are benchmarked against the Sauter analytic formulas and can be used as a kinetic closure for an MHD code (e.g., M3D-C1 [S.C. Jardin, et al ., Computational Science & Discovery, 4 (2012).]).« less

  18. Vectorization of transport and diffusion computations on the CDC Cyber 205

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Abu-Shumays, I.K.

    1986-01-01

    The development and testing of alternative numerical methods and computational algorithms specifically designed for the vectorization of transport and diffusion computations on a Control Data Corporation (CDC) Cyber 205 vector computer are described. Two solution methods for the discrete ordinates approximation to the transport equation are summarized and compared. Factors of 4 to 7 reduction in run times for certain large transport problems were achieved on a Cyber 205 as compared with run times on a CDC-7600. The solution of tridiagonal systems of linear equations, central to several efficient numerical methods for multidimensional diffusion computations and essential for fluid flowmore » and other physics and engineering problems, is also dealt with. Among the methods tested, a combined odd-even cyclic reduction and modified Cholesky factorization algorithm for solving linear symmetric positive definite tridiagonal systems is found to be the most effective for these systems on a Cyber 205. For large tridiagonal systems, computation with this algorithm is an order of magnitude faster on a Cyber 205 than computation with the best algorithm for tridiagonal systems on a CDC-7600.« less

  19. An adaptive grid algorithm for one-dimensional nonlinear equations

    NASA Technical Reports Server (NTRS)

    Gutierrez, William E.; Hills, Richard G.

    1990-01-01

    Richards' equation, which models the flow of liquid through unsaturated porous media, is highly nonlinear and difficult to solve. Step gradients in the field variables require the use of fine grids and small time step sizes. The numerical instabilities caused by the nonlinearities often require the use of iterative methods such as Picard or Newton interation. These difficulties result in large CPU requirements in solving Richards equation. With this in mind, adaptive and multigrid methods are investigated for use with nonlinear equations such as Richards' equation. Attention is focused on one-dimensional transient problems. To investigate the use of multigrid and adaptive grid methods, a series of problems are studied. First, a multigrid program is developed and used to solve an ordinary differential equation, demonstrating the efficiency with which low and high frequency errors are smoothed out. The multigrid algorithm and an adaptive grid algorithm is used to solve one-dimensional transient partial differential equations, such as the diffusive and convective-diffusion equations. The performance of these programs are compared to that of the Gauss-Seidel and tridiagonal methods. The adaptive and multigrid schemes outperformed the Gauss-Seidel algorithm, but were not as fast as the tridiagonal method. The adaptive grid scheme solved the problems slightly faster than the multigrid method. To solve nonlinear problems, Picard iterations are introduced into the adaptive grid and tridiagonal methods. Burgers' equation is used as a test problem for the two algorithms. Both methods obtain solutions of comparable accuracy for similar time increments. For the Burgers' equation, the adaptive grid method finds the solution approximately three times faster than the tridiagonal method. Finally, both schemes are used to solve the water content formulation of the Richards' equation. For this problem, the adaptive grid method obtains a more accurate solution in fewer work units and less computation time than required by the tridiagonal method. The performance of the adaptive grid method tends to degrade as the solution process proceeds in time, but still remains faster than the tridiagonal scheme.

  20. Parallelization of implicit finite difference schemes in computational fluid dynamics

    NASA Technical Reports Server (NTRS)

    Decker, Naomi H.; Naik, Vijay K.; Nicoules, Michel

    1990-01-01

    Implicit finite difference schemes are often the preferred numerical schemes in computational fluid dynamics, requiring less stringent stability bounds than the explicit schemes. Each iteration in an implicit scheme involves global data dependencies in the form of second and higher order recurrences. Efficient parallel implementations of such iterative methods are considerably more difficult and non-intuitive. The parallelization of the implicit schemes that are used for solving the Euler and the thin layer Navier-Stokes equations and that require inversions of large linear systems in the form of block tri-diagonal and/or block penta-diagonal matrices is discussed. Three-dimensional cases are emphasized and schemes that minimize the total execution time are presented. Partitioning and scheduling schemes for alleviating the effects of the global data dependencies are described. An analysis of the communication and the computation aspects of these methods is presented. The effect of the boundary conditions on the parallel schemes is also discussed.

  1. An efficient three-dimensional Poisson solver for SIMD high-performance-computing architectures

    NASA Technical Reports Server (NTRS)

    Cohl, H.

    1994-01-01

    We present an algorithm that solves the three-dimensional Poisson equation on a cylindrical grid. The technique uses a finite-difference scheme with operator splitting. This splitting maps the banded structure of the operator matrix into a two-dimensional set of tridiagonal matrices, which are then solved in parallel. Our algorithm couples FFT techniques with the well-known ADI (Alternating Direction Implicit) method for solving Elliptic PDE's, and the implementation is extremely well suited for a massively parallel environment like the SIMD architecture of the MasPar MP-1. Due to the highly recursive nature of our problem, we believe that our method is highly efficient, as it avoids excessive interprocessor communication.

  2. Systems of Inhomogeneous Linear Equations

    NASA Astrophysics Data System (ADS)

    Scherer, Philipp O. J.

    Many problems in physics and especially computational physics involve systems of linear equations which arise e.g. from linearization of a general nonlinear problem or from discretization of differential equations. If the dimension of the system is not too large standard methods like Gaussian elimination or QR decomposition are sufficient. Systems with a tridiagonal matrix are important for cubic spline interpolation and numerical second derivatives. They can be solved very efficiently with a specialized Gaussian elimination method. Practical applications often involve very large dimensions and require iterative methods. Convergence of Jacobi and Gauss-Seidel methods is slow and can be improved by relaxation or over-relaxation. An alternative for large systems is the method of conjugate gradients.

  3. Numerical methods on some structured matrix algebra problems

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Jessup, E.R.

    1996-06-01

    This proposal concerned the design, analysis, and implementation of serial and parallel algorithms for certain structured matrix algebra problems. It emphasized large order problems and so focused on methods that can be implemented efficiently on distributed-memory MIMD multiprocessors. Such machines supply the computing power and extensive memory demanded by the large order problems. We proposed to examine three classes of matrix algebra problems: the symmetric and nonsymmetric eigenvalue problems (especially the tridiagonal cases) and the solution of linear systems with specially structured coefficient matrices. As all of these are of practical interest, a major goal of this work was tomore » translate our research in linear algebra into useful tools for use by the computational scientists interested in these and related applications. Thus, in addition to software specific to the linear algebra problems, we proposed to produce a programming paradigm and library to aid in the design and implementation of programs for distributed-memory MIMD computers. We now report on our progress on each of the problems and on the programming tools.« less

  4. Symmetric tridiagonal structure preserving finite element model updating problem for the quadratic model

    NASA Astrophysics Data System (ADS)

    Rakshit, Suman; Khare, Swanand R.; Datta, Biswa Nath

    2018-07-01

    One of the most important yet difficult aspect of the Finite Element Model Updating Problem is to preserve the finite element inherited structures in the updated model. Finite element matrices are in general symmetric, positive definite (or semi-definite) and banded (tridiagonal, diagonal, penta-diagonal, etc.). Though a large number of papers have been published in recent years on various aspects of solutions of this problem, papers dealing with structure preservation almost do not exist. A novel optimization based approach that preserves the symmetric tridiagonal structures of the stiffness and damping matrices is proposed in this paper. An analytical expression for the global minimum solution of the associated optimization problem along with the results of numerical experiments obtained by both the analytical expressions and by an appropriate numerical optimization algorithm are presented. The results of numerical experiments support the validity of the proposed method.

  5. Unsteady solute-transport simulation in streamflow using a finite-difference model

    USGS Publications Warehouse

    Land, Larry F.

    1978-01-01

    This report documents a rather simple, general purpose, one-dimensional, one-parameter, mass-transport model for field use. The model assumes a well-mixed conservative solute that may be coming from an unsteady source and is moving in unsteady streamflow. The quantity of solute being transported is in the units of concentration. Results are reported as such. An implicit finite-difference technique is used to solve the mass transport equation. It consists of creating a tridiagonal matrix and using the Thomas algorithm to solve the matrix for the unknown concentrations at the new time step. The computer program pesented is designed to compute the concentration of a water-quality constituent at any point and at any preselected time in a one-dimensional stream. The model is driven by the inflowing concentration of solute at the upstream boundary and is influenced by the solute entering the stream from tributaries and lateral ground-water inflow and from a source or sink. (Woodard-USGS)

  6. Analytical and numerical construction of equivalent cables.

    PubMed

    Lindsay, K A; Rosenberg, J R; Tucker, G

    2003-08-01

    The mathematical complexity experienced when applying cable theory to arbitrarily branched dendrites has lead to the development of a simple representation of any branched dendrite called the equivalent cable. The equivalent cable is an unbranched model of a dendrite and a one-to-one mapping of potentials and currents on the branched model to those on the unbranched model, and vice versa. The piecewise uniform cable, with a symmetrised tri-diagonal system matrix, is shown to represent the canonical form for an equivalent cable. Through a novel application of the Laplace transform it is demonstrated that an arbitrary branched model of a dendrite can be transformed to the canonical form of an equivalent cable. The characteristic properties of the equivalent cable are extracted from the matrix for the transformed branched model. The one-to-one mapping follows automatically from the construction of the equivalent cable. The equivalent cable is used to provide a new procedure for characterising the location of synaptic contacts on spinal interneurons.

  7. An Efficient Spectral Method for Ordinary Differential Equations with Rational Function Coefficients

    NASA Technical Reports Server (NTRS)

    Coutsias, Evangelos A.; Torres, David; Hagstrom, Thomas

    1994-01-01

    We present some relations that allow the efficient approximate inversion of linear differential operators with rational function coefficients. We employ expansions in terms of a large class of orthogonal polynomial families, including all the classical orthogonal polynomials. These families obey a simple three-term recurrence relation for differentiation, which implies that on an appropriately restricted domain the differentiation operator has a unique banded inverse. The inverse is an integration operator for the family, and it is simply the tridiagonal coefficient matrix for the recurrence. Since in these families convolution operators (i.e. matrix representations of multiplication by a function) are banded for polynomials, we are able to obtain a banded representation for linear differential operators with rational coefficients. This leads to a method of solution of initial or boundary value problems that, besides having an operation count that scales linearly with the order of truncation N, is computationally well conditioned. Among the applications considered is the use of rational maps for the resolution of sharp interior layers.

  8. Kirchhoff index of linear hexagonal chains

    NASA Astrophysics Data System (ADS)

    Yang, Yujun; Zhang, Heping

    The resistance distance rij between vertices i and j of a connected (molecular) graph G is computed as the effective resistance between nodes i and j in the corresponding network constructed from G by replacing each edge of G with a unit resistor. The Kirchhoff index Kf(G) is the sum of resistance distances between all pairs of vertices. In this work, according to the decomposition theorem of Laplacian polynomial, we obtain that the Laplacian spectrum of linear hexagonal chain Ln consists of the Laplacian spectrum of path P2n+1 and eigenvalues of a symmetric tridiagonal matrix of order 2n + 1. By applying the relationship between roots and coefficients of the characteristic polynomial of the above matrix, explicit closed-form formula for Kirchhoff index of Ln is derived in terms of Laplacian spectrum. To our surprise, the Krichhoff index of Ln is approximately to one half of its Wiener index. Finally, we show that holds for all graphs G in a class of graphs including Ln.0

  9. Three dimensional iterative beam propagation method for optical waveguide devices

    NASA Astrophysics Data System (ADS)

    Ma, Changbao; Van Keuren, Edward

    2006-10-01

    The finite difference beam propagation method (FD-BPM) is an effective model for simulating a wide range of optical waveguide structures. The classical FD-BPMs are based on the Crank-Nicholson scheme, and in tridiagonal form can be solved using the Thomas method. We present a different type of algorithm for 3-D structures. In this algorithm, the wave equation is formulated into a large sparse matrix equation which can be solved using iterative methods. The simulation window shifting scheme and threshold technique introduced in our earlier work are utilized to overcome the convergence problem of iterative methods for large sparse matrix equation and wide-angle simulations. This method enables us to develop higher-order 3-D wide-angle (WA-) BPMs based on Pade approximant operators and the multistep method, which are commonly used in WA-BPMs for 2-D structures. Simulations using the new methods will be compared to the analytical results to assure its effectiveness and applicability.

  10. Development of the PARVMEC Code for Rapid Analysis of 3D MHD Equilibrium

    NASA Astrophysics Data System (ADS)

    Seal, Sudip; Hirshman, Steven; Cianciosa, Mark; Wingen, Andreas; Unterberg, Ezekiel; Wilcox, Robert; ORNL Collaboration

    2015-11-01

    The VMEC three-dimensional (3D) MHD equilibrium has been used extensively for designing stellarator experiments and analyzing experimental data in such strongly 3D systems. Recent applications of VMEC include 2D systems such as tokamaks (in particular, the D3D experiment), where application of very small (delB/B ~ 10-3) 3D resonant magnetic field perturbations render the underlying assumption of axisymmetry invalid. In order to facilitate the rapid analysis of such equilibria (for example, for reconstruction purposes), we have undertaken the task of parallelizing the VMEC code (PARVMEC) to produce a scalable and temporally rapidly convergent equilibrium code for use on parallel distributed memory platforms. The parallelization task naturally splits into three distinct parts 1) radial surfaces in the fixed-boundary part of the calculation; 2) two 2D angular meshes needed to compute the Green's function integrals over the plasma boundary for the free-boundary part of the code; and 3) block tridiagonal matrix needed to compute the full (3D) pre-conditioner near the final equilibrium state. Preliminary results show that scalability is achieved for tasks 1 and 3, with task 2 still nearing completion. The impact of this work on the rapid reconstruction of D3D plasmas using PARVMEC in the V3FIT code will be discussed. Work supported by U.S. DOE under Contract DE-AC05-00OR22725 with UT-Battelle, LLC.

  11. Numerical Aspects of Atomic Physics: Helium Basis Sets and Matrix Diagonalization

    NASA Astrophysics Data System (ADS)

    Jentschura, Ulrich; Noble, Jonathan

    2014-03-01

    We present a matrix diagonalization algorithm for complex symmetric matrices, which can be used in order to determine the resonance energies of auto-ionizing states of comparatively simple quantum many-body systems such as helium. The algorithm is based in multi-precision arithmetic and proceeds via a tridiagonalization of the complex symmetric (not necessarily Hermitian) input matrix using generalized Householder transformations. Example calculations involving so-called PT-symmetric quantum systems lead to reference values which pertain to the imaginary cubic perturbation (the imaginary cubic anharmonic oscillator). We then proceed to novel basis sets for the helium atom and present results for Bethe logarithms in hydrogen and helium, obtained using the enhanced numerical techniques. Some intricacies of ``canned'' algorithms such as those used in LAPACK will be discussed. Our algorithm, for complex symmetric matrices such as those describing cubic resonances after complex scaling, is faster than LAPACK's built-in routines, for specific classes of input matrices. It also offer flexibility in terms of the calculation of the so-called implicit shift, which is used in order to ``pivot'' the system toward the convergence to diagonal form. We conclude with a wider overview.

  12. Extension of the tridiagonal reduction (FEER) method for complex eigenvalue problems in NASTRAN

    NASA Technical Reports Server (NTRS)

    Newman, M.; Mann, F. I.

    1978-01-01

    As in the case of real eigenvalue analysis, the eigensolutions closest to a selected point in the eigenspectrum were extracted from a reduced, symmetric, tridiagonal eigenmatrix whose order was much lower than that of the full size problem. The reduction process was effected automatically, and thus avoided the arbitrary lumping of masses and other physical quantities at selected grid points. The statement of the algebraic eigenvalue problem admitted mass, damping, and stiffness matrices which were unrestricted in character, i.e., they might be real, symmetric or nonsymmetric, singular or nonsingular.

  13. An efficient parallel algorithm for the solution of a tridiagonal linear system of equations

    NASA Technical Reports Server (NTRS)

    Stone, H. S.

    1971-01-01

    Tridiagonal linear systems of equations are solved on conventional serial machines in a time proportional to N, where N is the number of equations. The conventional algorithms do not lend themselves directly to parallel computations on computers of the ILLIAC IV class, in the sense that they appear to be inherently serial. An efficient parallel algorithm is presented in which computation time grows as log sub 2 N. The algorithm is based on recursive doubling solutions of linear recurrence relations, and can be used to solve recurrence relations of all orders.

  14. Efficient Parallel Algorithm For Direct Numerical Simulation of Turbulent Flows

    NASA Technical Reports Server (NTRS)

    Moitra, Stuti; Gatski, Thomas B.

    1997-01-01

    A distributed algorithm for a high-order-accurate finite-difference approach to the direct numerical simulation (DNS) of transition and turbulence in compressible flows is described. This work has two major objectives. The first objective is to demonstrate that parallel and distributed-memory machines can be successfully and efficiently used to solve computationally intensive and input/output intensive algorithms of the DNS class. The second objective is to show that the computational complexity involved in solving the tridiagonal systems inherent in the DNS algorithm can be reduced by algorithm innovations that obviate the need to use a parallelized tridiagonal solver.

  15. Non-linear three dimensional spectral model of the Venusian thermosphere with super-rotation. I - Formulation and numerical technique. II - Temperature, composition and winds

    NASA Technical Reports Server (NTRS)

    Stevens-Rayburn, D. R.; Mengel, J. G.; Harris, I.; Mayr, H. G.

    1989-01-01

    A three-dimensional spectral model for the Venusion thermosphere is presented which uses spherical harmonics to represent the horizontal variations in longitude and latitude and which uses Fourier harmonics to represent the LT variations due to atmospheric rotation. A differencing scheme with tridiagonal block elimination is used to perform the height integration. Quadratic nonlinearities are taken into account. In the second part, numerical results obtained with the model are shown to reproduce the observed broad daytime maxima in CO2 and CO and the significantly larger values at dawn than at dusk. It is found that the diurnal variations in He are most sensitive to thermospheric superrotation, and that, given a globally uniform atmosphere as input, larger heating rates yield a larger temperature contrast between day and night.

  16. Time integration algorithms for the two-dimensional Euler equations on unstructured meshes

    NASA Technical Reports Server (NTRS)

    Slack, David C.; Whitaker, D. L.; Walters, Robert W.

    1994-01-01

    Explicit and implicit time integration algorithms for the two-dimensional Euler equations on unstructured grids are presented. Both cell-centered and cell-vertex finite volume upwind schemes utilizing Roe's approximate Riemann solver are developed. For the cell-vertex scheme, a four-stage Runge-Kutta time integration, a fourstage Runge-Kutta time integration with implicit residual averaging, a point Jacobi method, a symmetric point Gauss-Seidel method and two methods utilizing preconditioned sparse matrix solvers are presented. For the cell-centered scheme, a Runge-Kutta scheme, an implicit tridiagonal relaxation scheme modeled after line Gauss-Seidel, a fully implicit lower-upper (LU) decomposition, and a hybrid scheme utilizing both Runge-Kutta and LU methods are presented. A reverse Cuthill-McKee renumbering scheme is employed for the direct solver to decrease CPU time by reducing the fill of the Jacobian matrix. A comparison of the various time integration schemes is made for both first-order and higher order accurate solutions using several mesh sizes, higher order accuracy is achieved by using multidimensional monotone linear reconstruction procedures. The results obtained for a transonic flow over a circular arc suggest that the preconditioned sparse matrix solvers perform better than the other methods as the number of elements in the mesh increases.

  17. Numerical methods for the unsymmetric tridiagonal eigenvalue problem

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Jessup, E.R.

    1996-12-31

    This report summarizes the results of our project {open_quotes}Numerical Methods for the Unsymmetric Tridiagonal Eigenvalue Problem{close_quotes}. It was funded by both by a DOE grant (No. DE-FG02-92ER25122, 6/1/92-5/31/94, $100,000) and by an NSF Research Initiation Award (No. CCR-9109785, 7/1/91-6/30/93, $46,564.) The publications resulting from that project during the DOE funding period are listed below. Two other journal papers and two other conference papers were produced during the NSF funding period. Most of the listed conference papers are early or partial versions of the listed journal papers.

  18. Solving the linear inviscid shallow water equations in one dimension, with variable depth, using a recursion formula

    NASA Astrophysics Data System (ADS)

    Hernandez-Walls, R.; Martín-Atienza, B.; Salinas-Matus, M.; Castillo, J.

    2017-11-01

    When solving the linear inviscid shallow water equations with variable depth in one dimension using finite differences, a tridiagonal system of equations must be solved. Here we present an approach, which is more efficient than the commonly used numerical method, to solve this tridiagonal system of equations using a recursion formula. We illustrate this approach with an example in which we solve for a rectangular channel to find the resonance modes. Our numerical solution agrees very well with the analytical solution. This new method is easy to use and understand by undergraduate students, so it can be implemented in undergraduate courses such as Numerical Methods, Lineal Algebra or Differential Equations.

  19. Application of the implicit MacCormack scheme to the PNS equations

    NASA Technical Reports Server (NTRS)

    Lawrence, S. L.; Tannehill, J. C.; Chaussee, D. S.

    1983-01-01

    The two-dimensional parabolized Navier-Stokes equations are solved using MacCormack's (1981) implicit finite-difference scheme. It is shown that this method for solving the parabolized Navier-Stokes equations does not require the inversion of block tridiagonal systems of algebraic equations and allows the original explicit scheme to be employed in those regions where implicit treatment is not needed. The finite-difference algorithm is discussed and the computational results for two laminar test cases are presented. Results obtained using this method for the case of a flat plate boundary layer are compared with those obtained using the conventional Beam-Warming scheme, as well as those obtained from a boundary layer code. The computed results for a more severe test of the method, the hypersonic flow past a 15 deg compression corner, are found to compare favorably with experiment and a numerical solution of the complete Navier-Stokes equations.

  20. Multiple-body simulation with emphasis on integrated Space Shuttle vehicle

    NASA Technical Reports Server (NTRS)

    Chiu, Ing-Tsau

    1993-01-01

    The program to obtain intergrid communications - Pegasus - was enhanced to make better use of computing resources. Periodic block tridiagonal and penta-diagonal diagonal routines in OVERFLOW were modified to use a better algorithm to speed up the calculation for grids with periodic boundary conditions. Several programs were added to collar grid tools and a user friendly shell script was developed to help users generate collar grids. User interface for HYPGEN was modified to cope with the changes in HYPGEN. ET/SRB attach hardware grids were added to the computational model for the space shuttle and is currently incorporated into the refined shuttle model jointly developed at Johnson Space Center and Ames Research Center. Flow simulation for the integrated space shuttle vehicle at flight Reynolds number was carried out and compared with flight data as well as the earlier simulation for wind tunnel Reynolds number.

  1. Numerical stability in problems of linear algebra.

    NASA Technical Reports Server (NTRS)

    Babuska, I.

    1972-01-01

    Mathematical problems are introduced as mappings from the space of input data to that of the desired output information. Then a numerical process is defined as a prescribed recurrence of elementary operations creating the mapping of the underlying mathematical problem. The ratio of the error committed by executing the operations of the numerical process (the roundoff errors) to the error introduced by perturbations of the input data (initial error) gives rise to the concept of lambda-stability. As examples, several processes are analyzed from this point of view, including, especially, old and new processes for solving systems of linear algebraic equations with tridiagonal matrices. In particular, it is shown how such a priori information can be utilized as, for instance, a knowledge of the row sums of the matrix. Information of this type is frequently available where the system arises in connection with the numerical solution of differential equations.

  2. Pentadiagonal alternating-direction-implicit finite-difference time-domain method for two-dimensional Schrödinger equation

    NASA Astrophysics Data System (ADS)

    Tay, Wei Choon; Tan, Eng Leong

    2014-07-01

    In this paper, we have proposed a pentadiagonal alternating-direction-implicit (Penta-ADI) finite-difference time-domain (FDTD) method for the two-dimensional Schrödinger equation. Through the separation of complex wave function into real and imaginary parts, a pentadiagonal system of equations for the ADI method is obtained, which results in our Penta-ADI method. The Penta-ADI method is further simplified into pentadiagonal fundamental ADI (Penta-FADI) method, which has matrix-operator-free right-hand-sides (RHS), leading to the simplest and most concise update equations. As the Penta-FADI method involves five stencils in the left-hand-sides (LHS) of the pentadiagonal update equations, special treatments that are required for the implementation of the Dirichlet's boundary conditions will be discussed. Using the Penta-FADI method, a significantly higher efficiency gain can be achieved over the conventional Tri-ADI method, which involves a tridiagonal system of equations.

  3. Role of heat equation in lap joint for welding process

    NASA Astrophysics Data System (ADS)

    Kumar, P.; Rohit, Sooraj

    2017-07-01

    Welding is predominantly used in industrial purposes and growth in their industry, which gives exact welding and more efficient. The major advantage of using this welding technique at initial stage it takes very low heat to weld the portion and gives a good result of low distortion in modules. In this context, two dissimilar metals copper and nickel are chosen for analysis in tungsten inert gas welding (TIG) in which length is 300 mm and breadth is 100 mm thickness 15 mm welded at room temperature a welded portion zone is formed simulation analysis has done on CATIA® and ANSYS®and MATLAB® code is generated for calculating temperatures at each node to calculate temperature at each node a new technique is used tri-diagonal matrix algorithm is used (TDMA) Steady state one dimension heat is calculated results compared between simulation analysis and analytical analysis temperature at each node is calculated both the temperatures are equal with error.

  4. A Navier-Strokes Chimera Code on the Connection Machine CM-5: Design and Performance

    NASA Technical Reports Server (NTRS)

    Jespersen, Dennis C.; Levit, Creon; Kwak, Dochan (Technical Monitor)

    1994-01-01

    We have implemented a three-dimensional compressible Navier-Stokes code on the Connection Machine CM-5. The code is set up for implicit time-stepping on single or multiple structured grids. For multiple grids and geometrically complex problems, we follow the 'chimera' approach, where flow data on one zone is interpolated onto another in the region of overlap. We will describe our design philosophy and give some timing results for the current code. A parallel machine like the CM-5 is well-suited for finite-difference methods on structured grids. The regular pattern of connections of a structured mesh maps well onto the architecture of the machine. So the first design choice, finite differences on a structured mesh, is natural. We use centered differences in space, with added artificial dissipation terms. When numerically solving the Navier-Stokes equations, there are liable to be some mesh cells near a solid body that are small in at least one direction. This mesh cell geometry can impose a very severe CFL (Courant-Friedrichs-Lewy) condition on the time step for explicit time-stepping methods. Thus, though explicit time-stepping is well-suited to the architecture of the machine, we have adopted implicit time-stepping. We have further taken the approximate factorization approach. This creates the need to solve large banded linear systems and creates the first possible barrier to an efficient algorithm. To overcome this first possible barrier we have considered two options. The first is just to solve the banded linear systems with data spread over the whole machine, using whatever fast method is available. This option is adequate for solving scalar tridiagonal systems, but for scalar pentadiagonal or block tridiagonal systems it is somewhat slower than desired. The second option is to 'transpose' the flow and geometry variables as part of the time-stepping process: Start with x-lines of data in-processor. Form explicit terms in x, then transpose so y-lines of data are in-processor. Form explicit terms in y, then transpose so z-lines are in processor. Form explicit terms in z, then solve linear systems in the z-direction. Transpose to the y-direction, then solve linear systems in the y-direction. Finally transpose to the x direction and solve linear systems in the x-direction. This strategy avoids inter-processor communication when differencing and solving linear systems, but requires a large amount of communication when doing the transposes. The transpose method is more efficient than the non-transpose strategy when dealing with scalar pentadiagonal or block tridiagonal systems. For handling geometrically complex problems the chimera strategy was adopted. For multiple zone cases we compute on each zone sequentially (using the whole parallel machine), then send the chimera interpolation data to a distributed data structure (array) laid out over the whole machine. This information transfer implies an irregular communication pattern, and is the second possible barrier to an efficient algorithm. We have implemented these ideas on the CM-5 using CMF (Connection Machine Fortran), a data parallel language which combines elements of Fortran 90 and certain extensions, and which bears a strong similarity to High Performance Fortran. We make use of the Connection Machine Scientific Software Library (CMSSL) for the linear solver and array transpose operations.

  5. Sparse matrix multiplications for linear scaling electronic structure calculations in an atom-centered basis set using multiatom blocks.

    PubMed

    Saravanan, Chandra; Shao, Yihan; Baer, Roi; Ross, Philip N; Head-Gordon, Martin

    2003-04-15

    A sparse matrix multiplication scheme with multiatom blocks is reported, a tool that can be very useful for developing linear-scaling methods with atom-centered basis functions. Compared to conventional element-by-element sparse matrix multiplication schemes, efficiency is gained by the use of the highly optimized basic linear algebra subroutines (BLAS). However, some sparsity is lost in the multiatom blocking scheme because these matrix blocks will in general contain negligible elements. As a result, an optimal block size that minimizes the CPU time by balancing these two effects is recovered. In calculations on linear alkanes, polyglycines, estane polymers, and water clusters the optimal block size is found to be between 40 and 100 basis functions, where about 55-75% of the machine peak performance was achieved on an IBM RS6000 workstation. In these calculations, the blocked sparse matrix multiplications can be 10 times faster than a standard element-by-element sparse matrix package. Copyright 2003 Wiley Periodicals, Inc. J Comput Chem 24: 618-622, 2003

  6. A Partitioning Algorithm for Block-Diagonal Matrices With Overlap

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Guy Antoine Atenekeng Kahou; Laura Grigori; Masha Sosonkina

    2008-02-02

    We present a graph partitioning algorithm that aims at partitioning a sparse matrix into a block-diagonal form, such that any two consecutive blocks overlap. We denote this form of the matrix as the overlapped block-diagonal matrix. The partitioned matrix is suitable for applying the explicit formulation of Multiplicative Schwarz preconditioner (EFMS) described in [3]. The graph partitioning algorithm partitions the graph of the input matrix into K partitions, such that every partition {Omega}{sub i} has at most two neighbors {Omega}{sub i-1} and {Omega}{sub i+1}. First, an ordering algorithm, such as the reverse Cuthill-McKee algorithm, that reduces the matrix profile ismore » performed. An initial overlapped block-diagonal partition is obtained from the profile of the matrix. An iterative strategy is then used to further refine the partitioning by allowing nodes to be transferred between neighboring partitions. Experiments are performed on matrices arising from real-world applications to show the feasibility and usefulness of this approach.« less

  7. A new estimation of equivalent matrix block sizes in fractured media with two-phase flow applications in dual porosity models

    NASA Astrophysics Data System (ADS)

    Jerbi, Chahir; Fourno, André; Noetinger, Benoit; Delay, Frederick

    2017-05-01

    Single and multiphase flows in fractured porous media at the scale of natural reservoirs are often handled by resorting to homogenized models that avoid the heavy computations associated with a complete discretization of both fractures and matrix blocks. For example, the two overlapping continua (fractures and matrix) of a dual porosity system are coupled by way of fluid flux exchanges that deeply condition flow at the large scale. This characteristic is a key to realistic flow simulations, especially for multiphase flow as capillary forces and contrasts of fluid mobility compete in the extraction of a fluid from a capacitive matrix then conveyed through the fractures. The exchange rate between fractures and matrix is conditioned by the so-called mean matrix block size which can be viewed as the size of a single matrix block neighboring a single fracture within a mesh of a dual porosity model. We propose a new evaluation of this matrix block size based on the analysis of discrete fracture networks. The fundaments rely upon establishing at the scale of a fractured block the equivalence between the actual fracture network and a Warren and Root network only made of three regularly spaced fracture families parallel to the facets of the fractured block. The resulting matrix block sizes are then compared via geometrical considerations and two-phase flow simulations to the few other available methods. It is shown that the new method is stable in the sense it provides accurate sizes irrespective of the type of fracture network investigated. The method also results in two-phase flow simulations from dual porosity models very close to that from references calculated in finely discretized networks. Finally, calculations of matrix block sizes by this new technique reveal very rapid, which opens the way to cumbersome applications such as preconditioning a dual porosity approach applied to regional fractured reservoirs.

  8. Strong Matrix & Weak Blocks: Evolutionary Inversion of Mélange Rheological Relationships During Subduction and Its Implications for Seismogenesis

    NASA Astrophysics Data System (ADS)

    Clarke, A. P.; Vannucchi, P.; Ougier-Simonin, A.; Morgan, J. P.

    2017-12-01

    Subduction zone interface layers are often conceived to be heterogeneous, polyrheological zones analogous to exhumed mélanges. Mélanges typically contain mechanically strong blocks within a weaker matrix. However, our geomechanical study of the Osa Mélange, SW Costa Rica shows that this mélange contains blocks of altered basalt which are now weaker in friction than their surrounding indurated volcanoclastic matrix. Triaxial deformation experiments were conducted on samples of both the altered basalt blocks and the indurated volcanoclastic matrix at confining pressures of 60 and 120 MPa. These revealed that the volcanoclastic matrix has a strength 7.5 times that of the altered basalt at 60 MPa and 4 times at 120 MPa, with the altered basalt experiencing multi-stage failure. The inverted strength relationship between weaker blocks and stronger matrix evolved during subduction and diagenesis of the melange unit by dewatering, compaction and diagenesis of the matrix and cataclastic brecciation and hydrothermal alteration of the basalt blocks. During the evolution of this material, the matrix progressively indurated until its plastic yield stress became greater than the brittle yield stress of the blocks. At this point, the typical rheological relationship found within melanges inverts and melange blocks can fail seismically as the weakest links along the subduction plate interface. The Osa Melange is currently in the forearc of the erosive Middle America Trench and is being incorporated into the subduction zone interface at the updip limit of seismogenesis. The presence of altered basalt blocks acting as weak inclusions within this rock unit weakens the mélange as a whole rock mass. Seismic fractures can nucleate at or within these weak inclusions and the size of the block may limit the size of initial microseismic rock failure. However, when fractures are able to bridge across the matrix between blocks, significantly larger rupture areas may be possible. While this mechanism is a promising candidate for the updip limit of the unusually shallow seismogenic zone beneath Osa, it remains to be seen whether analogous evolutionary strength-inversions control the updip limit of other subduction seismogenic zones.

  9. Block LU factorization

    NASA Technical Reports Server (NTRS)

    Demmel, James W.; Higham, Nicholas J.; Schreiber, Robert S.

    1992-01-01

    Many of the currently popular 'block algorithms' are scalar algorithms in which the operations have been grouped and reordered into matrix operations. One genuine block algorithm in practical use is block LU factorization, and this has recently been shown by Demmel and Higham to be unstable in general. It is shown here that block LU factorization is stable if A is block diagonally dominant by columns. Moreover, for a general matrix the level of instability in block LU factorization can be founded in terms of the condition number kappa(A) and the growth factor for Gaussian elimination without pivoting. A consequence is that block LU factorization is stable for a matrix A that is symmetric positive definite or point diagonally dominant by rows or columns as long as A is well-conditioned.

  10. Implementation of a fully-balanced periodic tridiagonal solver on a parallel distributed memory architecture

    NASA Technical Reports Server (NTRS)

    Eidson, T. M.; Erlebacher, G.

    1994-01-01

    While parallel computers offer significant computational performance, it is generally necessary to evaluate several programming strategies. Two programming strategies for a fairly common problem - a periodic tridiagonal solver - are developed and evaluated. Simple model calculations as well as timing results are presented to evaluate the various strategies. The particular tridiagonal solver evaluated is used in many computational fluid dynamic simulation codes. The feature that makes this algorithm unique is that these simulation codes usually require simultaneous solutions for multiple right-hand-sides (RHS) of the system of equations. Each RHS solutions is independent and thus can be computed in parallel. Thus a Gaussian elimination type algorithm can be used in a parallel computation and the more complicated approaches such as cyclic reduction are not required. The two strategies are a transpose strategy and a distributed solver strategy. For the transpose strategy, the data is moved so that a subset of all the RHS problems is solved on each of the several processors. This usually requires significant data movement between processor memories across a network. The second strategy attempts to have the algorithm allow the data across processor boundaries in a chained manner. This usually requires significantly less data movement. An approach to accomplish this second strategy in a near-perfect load-balanced manner is developed. In addition, an algorithm will be shown to directly transform a sequential Gaussian elimination type algorithm into the parallel chained, load-balanced algorithm.

  11. Synthesis and morphology of hydroxyapatite/polyethylene oxide nanocomposites with block copolymer compatibilized interfaces

    NASA Astrophysics Data System (ADS)

    Lee, Ji Hoon; Shofner, Meisha

    2012-02-01

    In order to exploit the promise of polymer nanocomposites, special consideration should be given to component interfaces during synthesis and processing. Previous results from this group have shown that nanoparticles clustered into larger structures consistent with their native shape when the polymer matrix crystallinity was high. Therefore in this research, the nanoparticles are disguised from a highly-crystalline polymer matrix by cloaking them with a matrix-compatible block copolymer. Specifically, spherical and needle-shaped hydroxyapatite nanoparticles were synthesized using a block copolymer templating method. The block copolymer used, polyethylene oxide-b-polymethacrylic acid, remained on the nanoparticle surface following synthesis with the polyethylene oxide block exposed. These nanoparticles were subsequently added to a polyethylene oxide matrix using solution processing. Characterization of the nanocomposites indicated that the copolymer coating prevented the nanoparticles from assembling into ordered clusters and that the matrix crystallinity was decreased at a nanoparticle spacing of approximately 100 nm.

  12. Simultaneous heat and mass transfer inside a vertical channel in evaporating a heated falling glycols liquid film

    NASA Astrophysics Data System (ADS)

    Nait Alla, Abderrahman; Feddaoui, M'barek; Meftah, Hicham

    2015-12-01

    The interactive effects of heat and mass transfer in the evaporation of ethylene and propylene glycol flowing as falling films on vertical channel was investigated. The liquid film falls along a left plate which is externally subjected to a uniform heat flux while the right plate is the dry wall and is kept thermally insulated. The model solves the coupled governing equations in both phases together with the boundary and interfacial conditions. The systems of equations obtained by using an implicit finite difference method are solved by Tridiagonal Matrix Algorithm. The influence of the inlet liquid flow, Reynolds number in the gas flow and the wall heat flux on the intensity of heat and mass transfers are examined. A comparison between the results obtained for studied glycols and water in the same conditions is made. The results indicate that water evaporates in more intense way in comparison to glycols and the increase of gas flow rate tends to improve slightly the evaporation.

  13. Computer programs for smoothing and scaling airfoil coordinates

    NASA Technical Reports Server (NTRS)

    Morgan, H. L., Jr.

    1983-01-01

    Detailed descriptions are given of the theoretical methods and associated computer codes of a program to smooth and a program to scale arbitrary airfoil coordinates. The smoothing program utilizes both least-squares polynomial and least-squares cubic spline techniques to smooth interatively the second derivatives of the y-axis airfoil coordinates with respect to a transformed x-axis system which unwraps the airfoil and stretches the nose and trailing-edge regions. The corresponding smooth airfoil coordinates are then determined by solving a tridiagonal matrix of simultaneous cubic-spline equations relating the y-axis coordinates and their corresponding second derivatives. A technique for computing the camber and thickness distribution of the smoothed airfoil is also discussed. The scaling program can then be used to scale the thickness distribution generated by the smoothing program to a specific maximum thickness which is then combined with the camber distribution to obtain the final scaled airfoil contour. Computer listings of the smoothing and scaling programs are included.

  14. A general parallel sparse-blocked matrix multiply for linear scaling SCF theory

    NASA Astrophysics Data System (ADS)

    Challacombe, Matt

    2000-06-01

    A general approach to the parallel sparse-blocked matrix-matrix multiply is developed in the context of linear scaling self-consistent-field (SCF) theory. The data-parallel message passing method uses non-blocking communication to overlap computation and communication. The space filling curve heuristic is used to achieve data locality for sparse matrix elements that decay with “separation”. Load balance is achieved by solving the bin packing problem for blocks with variable size.With this new method as the kernel, parallel performance of the simplified density matrix minimization (SDMM) for solution of the SCF equations is investigated for RHF/6-31G ∗∗ water clusters and RHF/3-21G estane globules. Sustained rates above 5.7 GFLOPS for the SDMM have been achieved for (H 2 O) 200 with 95 Origin 2000 processors. Scalability is found to be limited by load imbalance, which increases with decreasing granularity, due primarily to the inhomogeneous distribution of variable block sizes.

  15. Iterative algorithms for tridiagonal matrices on a WSI-multiprocessor

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Gajski, D.D.; Sameh, A.H.; Wisniewski, J.A.

    1982-01-01

    With the rapid advances in semiconductor technology, the construction of Wafer Scale Integration (WSI)-multiprocessors consisting of a large number of processors is now feasible. We illustrate the implementation of some basic linear algebra algorithms on such multiprocessors.

  16. Reduced order feedback control equations for linear time and frequency domain analysis

    NASA Technical Reports Server (NTRS)

    Frisch, H. P.

    1981-01-01

    An algorithm was developed which can be used to obtain the equations. In a more general context, the algorithm computes a real nonsingular similarity transformation matrix which reduces a real nonsymmetric matrix to block diagonal form, each block of which is a real quasi upper triangular matrix. The algorithm works with both defective and derogatory matrices and when and if it fails, the resultant output can be used as a guide for the reformulation of the mathematical equations that lead up to the ill conditioned matrix which could not be block diagonalized.

  17. Fundamental Flux Equations for Fracture-Matrix Interactions with Linear Diffusion

    NASA Astrophysics Data System (ADS)

    Oldenburg, C. M.; Zhou, Q.; Rutqvist, J.; Birkholzer, J. T.

    2017-12-01

    The conventional dual-continuum models are only applicable for late-time behavior of pressure propagation in fractured rock, while discrete-fracture-network models may explicitly deal with matrix blocks at high computational expense. To address these issues, we developed a unified-form diffusive flux equation for 1D isotropic (spheres, cylinders, slabs) and 2D/3D rectangular matrix blocks (squares, cubes, rectangles, and rectangular parallelepipeds) by partitioning the entire dimensionless-time domain (Zhou et al., 2017a, b). For each matrix block, this flux equation consists of the early-time solution up until a switch-over time after which the late-time solution is applied to create continuity from early to late time. The early-time solutions are based on three-term polynomial functions in terms of square root of dimensionless time, with the coefficients dependent on dimensionless area-to-volume ratio and aspect ratios for rectangular blocks. For the late-time solutions, one exponential term is needed for isotropic blocks, while a few additional exponential terms are needed for highly anisotropic blocks. The time-partitioning method was also used for calculating pressure/concentration/temperature distribution within a matrix block. The approximate solution contains an error-function solution for early times and an exponential solution for late times, with relative errors less than 0.003. These solutions form the kernel of multirate and multidimensional hydraulic, solute and thermal diffusion in fractured reservoirs.

  18. A Perron-Frobenius theory for block matrices associated to a multiplex network

    NASA Astrophysics Data System (ADS)

    Romance, Miguel; Solá, Luis; Flores, Julio; García, Esther; García del Amo, Alejandro; Criado, Regino

    2015-03-01

    The uniqueness of the Perron vector of a nonnegative block matrix associated to a multiplex network is discussed. The conclusions come from the relationships between the irreducibility of some nonnegative block matrix associated to a multiplex network and the irreducibility of the corresponding matrices to each layer as well as the irreducibility of the adjacency matrix of the projection network. In addition the computation of that Perron vector in terms of the Perron vectors of the blocks is also addressed. Finally we present the precise relations that allow to express the Perron eigenvector of the multiplex network in terms of the Perron eigenvectors of its layers.

  19. Making almost commuting matrices commute

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Hastings, Matthew B

    Suppose two Hermitian matrices A, B almost commute ({parallel}[A,B]{parallel} {<=} {delta}). Are they close to a commuting pair of Hermitian matrices, A', B', with {parallel}A-A'{parallel},{parallel}B-B'{parallel} {<=} {epsilon}? A theorem of H. Lin shows that this is uniformly true, in that for every {epsilon} > 0 there exists a {delta} > 0, independent of the size N of the matrices, for which almost commuting implies being close to a commuting pair. However, this theorem does not specifiy how {delta} depends on {epsilon}. We give uniform bounds relating {delta} and {epsilon}. The proof is constructive, giving an explicit algorithm to construct A'more » and B'. We provide tighter bounds in the case of block tridiagonal and tridiagnonal matrices. Within the context of quantum measurement, this implies an algorithm to construct a basis in which we can make a projective measurement that approximately measures two approximately commuting operators simultaneously. Finally, we comment briefly on the case of approximately measuring three or more approximately commuting operators using POVMs (positive operator-valued measures) instead of projective measurements.« less

  20. An Implicit LU/AF FDTD Method

    NASA Technical Reports Server (NTRS)

    Beggs, John H.; Briley, W. Roger

    2001-01-01

    There has been some recent work to develop two and three-dimensional alternating direction implicit (ADI) FDTD schemes. These ADI schemes are based upon the original ADI concept developed by Peaceman and Rachford and Douglas and Gunn, which is a popular solution method in Computational Fluid Dynamics (CFD). These ADI schemes work well and they require solution of a tridiagonal system of equations. A new approach proposed in this paper applies a LU/AF approximate factorization technique from CFD to Maxwell s equations in flux conservative form for one space dimension. The result is a scheme that will retain its unconditional stability in three space dimensions, but does not require the solution of tridiagonal systems. The theory for this new algorithm is outlined in a one-dimensional context for clarity. An extension to two and threedimensional cases is discussed. Results of Fourier analysis are discussed for both stability and dispersion/damping properties of the algorithm. Results are presented for a one-dimensional model problem, and the explicit FDTD algorithm is chosen as a convenient reference for comparison.

  1. Retardation of mobile radionuclides in granitic rock fractures by matrix diffusion

    NASA Astrophysics Data System (ADS)

    Hölttä, P.; Poteri, A.; Siitari-Kauppi, M.; Huittinen, N.

    Transport of iodide and sodium has been studied by means of block fracture and core column experiments to evaluate the simplified radionuclide transport concept. The objectives were to examine the processes causing retention in solute transport, especially matrix diffusion, and to estimate their importance during transport in different scales and flow conditions. Block experiments were performed using a Kuru Grey granite block having a horizontally planar natural fracture. Core columns were constructed from cores drilled orthogonal to the fracture of the granite block. Several tracer tests were performed using uranine, 131I and 22Na as tracers at water flow rates 0.7-50 μL min -1. Transport of tracers was modelled by applying the advection-dispersion model based on the generalized Taylor dispersion added with matrix diffusion. Scoping calculations were combined with experiments to test the model concepts. Two different experimental configurations could be modelled applying consistent transport processes and parameters. The processes, advection-dispersion and matrix diffusion, were conceptualized with sufficient accuracy to replicate the experimental results. The effects of matrix diffusion were demonstrated on the slightly sorbing sodium and mobile iodine breakthrough curves.

  2. A new lumped-parameter model for flow in unsaturated dual-porosity media

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Zimmerman, Robert W.; Hadgu, Teklu; Bodvarsson, Gudmundur S.

    A new lumped-parameter approach to simulating unsaturated flow processes in dual-porosity media such as fractured rocks or aggregated soils is presented. Fluid flow between the fracture network and the matrix blocks is described by a non-linear equation that relates the imbibition rate to the local difference in liquid-phase pressure between the fractures and the matrix blocks. Unlike a Warren-Root-type equation, this equation is accurate in both the early and late time regimes. The fracture/matrix interflow equation has been incorporated into an existing unsaturated flow simulator, to serve as a source/sink term for fracture gridblocks. Flow processes are then simulated usingmore » only fracture gridblocks in the computational grid. This new lumped-parameter approach has been tested on two problems involving transient flow in fractured/porous media, and compared with simulations performed using explicit discretization of the matrix blocks. The new procedure seems to accurately simulate flow processes in unsaturated fractured rocks, and typically requires an order of magnitude less computational time than do simulations using fully-discretized matrix blocks. [References: 37]« less

  3. Linear algebra of the permutation invariant Crow-Kimura model of prebiotic evolution.

    PubMed

    Bratus, Alexander S; Novozhilov, Artem S; Semenov, Yuri S

    2014-10-01

    A particular case of the famous quasispecies model - the Crow-Kimura model with a permutation invariant fitness landscape - is investigated. Using the fact that the mutation matrix in the case of a permutation invariant fitness landscape has a special tridiagonal form, a change of the basis is suggested such that in the new coordinates a number of analytical results can be obtained. In particular, using the eigenvectors of the mutation matrix as the new basis, we show that the quasispecies distribution approaches a binomial one and give simple estimates for the speed of convergence. Another consequence of the suggested approach is a parametric solution to the system of equations determining the quasispecies. Using this parametric solution we show that our approach leads to exact asymptotic results in some cases, which are not covered by the existing methods. In particular, we are able to present not only the limit behavior of the leading eigenvalue (mean population fitness), but also the exact formulas for the limit quasispecies eigenvector for special cases. For instance, this eigenvector has a geometric distribution in the case of the classical single peaked fitness landscape. On the biological side, we propose a mathematical definition, based on the closeness of the quasispecies to the binomial distribution, which can be used as an operational definition of the notorious error threshold. Using this definition, we suggest two approximate formulas to estimate the critical mutation rate after which the quasispecies delocalization occurs. Copyright © 2014 Elsevier Inc. All rights reserved.

  4. Multi-color incomplete Cholesky conjugate gradient methods for vector computers

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Poole, E.L.

    1986-01-01

    This research is concerned with the solution on vector computers of linear systems of equations. Ax = b, where A is a large, sparse symmetric positive definite matrix with non-zero elements lying only along a few diagonals of the matrix. The system is solved using the incomplete Cholesky conjugate gradient method (ICCG). Multi-color orderings are used of the unknowns in the linear system to obtain p-color matrices for which a no-fill block ICCG method is implemented on the CYBER 205 with O(N/p) length vector operations in both the decomposition of A and, more importantly, in the forward and back solvesmore » necessary at each iteration of the method. (N is the number of unknowns and p is a small constant). A p-colored matrix is a matrix that can be partitioned into a p x p block matrix where the diagonal blocks are diagonal matrices. The matrix is stored by diagonals and matrix multiplication by diagonals is used to carry out the decomposition of A and the forward and back solves. Additionally, if the vectors across adjacent blocks line up, then some of the overhead associated with vector startups can be eliminated in the matrix vector multiplication necessary at each conjugate gradient iteration. Necessary and sufficient conditions are given to determine which multi-color orderings of the unknowns correspond to p-color matrices, and a process is indicated for choosing multi-color orderings.« less

  5. Bayesian block-diagonal variable selection and model averaging

    PubMed Central

    Papaspiliopoulos, O.; Rossell, D.

    2018-01-01

    Summary We propose a scalable algorithmic framework for exact Bayesian variable selection and model averaging in linear models under the assumption that the Gram matrix is block-diagonal, and as a heuristic for exploring the model space for general designs. In block-diagonal designs our approach returns the most probable model of any given size without resorting to numerical integration. The algorithm also provides a novel and efficient solution to the frequentist best subset selection problem for block-diagonal designs. Posterior probabilities for any number of models are obtained by evaluating a single one-dimensional integral, and other quantities of interest such as variable inclusion probabilities and model-averaged regression estimates are obtained by an adaptive, deterministic one-dimensional numerical integration. The overall computational cost scales linearly with the number of blocks, which can be processed in parallel, and exponentially with the block size, rendering it most adequate in situations where predictors are organized in many moderately-sized blocks. For general designs, we approximate the Gram matrix by a block-diagonal matrix using spectral clustering and propose an iterative algorithm that capitalizes on the block-diagonal algorithms to explore efficiently the model space. All methods proposed in this paper are implemented in the R library mombf. PMID:29861501

  6. Entanglement classification in the noninteracting Fermi gas

    NASA Astrophysics Data System (ADS)

    Jafarizadeh, M. A.; Eghbalifam, F.; Nami, S.; Yahyavi, M.

    In this paper, entanglement classification shared among the spins of localized fermions in the noninteracting Fermi gas is studied. It is proven that the Fermi gas density matrix is block diagonal on the basis of the projection operators to the irreducible representations of symmetric group Sn. Every block of density matrix is in the form of the direct product of a matrix and identity matrix. Then it is useful to study entanglement in every block of density matrix separately. The basis of corresponding Hilbert space are identified from the Schur-Weyl duality theorem. Also, it can be shown that the symmetric part of the density matrix is fully separable. Then it has been shown that the entanglement measure which is introduced in Eltschka et al. [New J. Phys. 10, 043104 (2008)] and Guhne et al. [New J. Phys. 7, 229 (2005)], is zero for the even n qubit Fermi gas density matrix. Then by focusing on three spin reduced density matrix, the entanglement classes have been investigated. In three qubit states there is an entanglement measure which is called 3-tangle. It can be shown that 3-tangle is zero for three qubit density matrix, but the density matrix is not biseparable for all possible values of its parameters and its eigenvectors are in the form of W-states. Then an entanglement witness for detecting non-separable state and an entanglement witness for detecting nonbiseparable states, have been introduced for three qubit density matrix by using convex optimization problem. Finally, the four spin reduced density matrix has been investigated by restricting the density matrix to the irreducible representations of Sn. The restricted density matrix to the subspaces of the irreducible representations: Ssym, S3,1 and S2,2 are denoted by ρsym, ρ3,1 and ρ2,2, respectively. It has been shown that some highly entangled classes (by using the results of Miyake [Phys. Rev. A 67, 012108 (2003)] for entanglement classification) do not exist in the blocks of density matrix ρ3,1 and ρ2,2, so these classes do not exist in the total Fermi gas density matrix.

  7. Heat Shield Employing Cured Thermal Protection Material Blocks Bonded in a Large-Cell Honeycomb Matrix

    NASA Technical Reports Server (NTRS)

    Zell, Peter

    2012-01-01

    A document describes a new way to integrate thermal protection materials on external surfaces of vehicles that experience the severe heating environments of atmospheric entry from space. Cured blocks of thermal protection materials are bonded into a compatible, large-cell honeycomb matrix that can be applied on the external surfaces of the vehicles. The honeycomb matrix cell size, and corresponding thermal protection material block size, is envisioned to be between 1 and 4 in. (.2.5 and 10 cm) on a side, with a depth required to protect the vehicle. The cell wall thickness is thin, between 0.01 and 0.10 in. (.0.025 and 0.25 cm). A key feature is that the honeycomb matrix is attached to the vehicle fs unprotected external surface prior to insertion of the thermal protection material blocks. The attachment integrity of the honeycomb can then be confirmed over the full range of temperature and loads that the vehicle will experience. Another key feature of the innovation is the use of uniform-sized thermal protection material blocks. This feature allows for the mass production of these blocks at a size that is convenient for quality control inspection. The honeycomb that receives the blocks must have cells with a compatible set of internal dimensions. The innovation involves the use of a faceted subsurface under the honeycomb. This provides a predictable surface with perpendicular cell walls for the majority of the blocks. Some cells will have positive tapers to accommodate mitered joints between honeycomb panels on each facet of the subsurface. These tapered cells have dimensions that may fall within the boundaries of the uniform-sized blocks.

  8. Compressed sensing of hyperspectral images based on scrambled block Hadamard ensemble

    NASA Astrophysics Data System (ADS)

    Wang, Li; Feng, Yan

    2016-11-01

    A fast measurement matrix based on scrambled block Hadamard ensemble for compressed sensing (CS) of hyperspectral images (HSI) is investigated. The proposed measurement matrix offers several attractive features. First, the proposed measurement matrix possesses Gaussian behavior, which illustrates that the matrix is universal and requires a near-optimal number of samples for exact reconstruction. In addition, it could be easily implemented in the optical domain due to its integer-valued elements. More importantly, the measurement matrix only needs small memory for storage in the sampling process. Experimental results on HSIs reveal that the reconstruction performance of the proposed measurement matrix is comparable or better than Gaussian matrix and Bernoulli matrix using different reconstruction algorithms while consuming less computational time. The proposed matrix could be used in CS of HSI, which would save the storage memory on board, improve the sampling efficiency, and ameliorate the reconstruction quality.

  9. Systematic sparse matrix error control for linear scaling electronic structure calculations.

    PubMed

    Rubensson, Emanuel H; Sałek, Paweł

    2005-11-30

    Efficient truncation criteria used in multiatom blocked sparse matrix operations for ab initio calculations are proposed. As system size increases, so does the need to stay on top of errors and still achieve high performance. A variant of a blocked sparse matrix algebra to achieve strict error control with good performance is proposed. The presented idea is that the condition to drop a certain submatrix should depend not only on the magnitude of that particular submatrix, but also on which other submatrices that are dropped. The decision to remove a certain submatrix is based on the contribution the removal would cause to the error in the chosen norm. We study the effect of an accumulated truncation error in iterative algorithms like trace correcting density matrix purification. One way to reduce the initial exponential growth of this error is presented. The presented error control for a sparse blocked matrix toolbox allows for achieving optimal performance by performing only necessary operations needed to maintain the requested level of accuracy. Copyright 2005 Wiley Periodicals, Inc.

  10. Simulation of the concomitant process of nucleation-growth-coarsening of Al2Cu particles in a 319 foundry aluminum alloy

    NASA Astrophysics Data System (ADS)

    Martinez, R.; Larouche, D.; Cailletaud, G.; Guillot, I.; Massinon, D.

    2015-06-01

    The precipitation of Al2Cu particles in a 319 T7 aluminum alloy has been modeled. A theoretical approach enables the concomitant computation of nucleation, growth and coarsening. The framework is based on an implicit scheme using the finite differences. The equation of continuity is discretized in time and space in order to obtain a matricial form. The inversion of a tridiagonal matrix gives way to determining the evolution of the size distribution of Al2Cu particles at t  +Δt. The fluxes of in-between the boundaries are computed in order to respect the conservation of the mass of the system, as well as the fluxes at the boundaries. The essential results of the model are compared to TEM measurements. Simulations provide quantitative features on the impact of the cooling rate on the size distribution of particles. They also provide results in agreement with the TEM measurements. This kind of multiscale approach allows new perspectives to be examined in the process of designing highly loaded components such as cylinder heads. It enables a more precise prediction of the microstructure and its evolution as a function of continuous cooling rates.

  11. Sensitivity of mRNA Translation

    PubMed Central

    Poker, Gilad; Margaliot, Michael; Tuller, Tamir

    2015-01-01

    Using the dynamic mean-field approximation of the totally asymmetric simple exclusion process (TASEP), we investigate the effect of small changes in the initiation, elongation, and termination rates along the mRNA strand on the steady-state protein translation rate. We show that the sensitivity of mRNA translation is equal to the sensitivity of the maximal eigenvalue of a symmetric, nonnegative, tridiagonal, and irreducible matrix. This leads to new analytical results as well as efficient numerical schemes that are applicable for large-scale models. Our results show that in the usual endogenous case, when initiation is more rate-limiting than elongation, the sensitivity of the translation rate to small mutations rapidly increases towards the 5′ end of the ORF. When the initiation rate is high, as may be the case for highly expressed and/or heterologous optimized genes, the maximal sensitivity is with respect to the elongation rates at the middle of the mRNA strand. We also show that the maximal possible effect of a small increase/decrease in any of the rates along the mRNA is an increase/decrease of the same magnitude in the translation rate. These results are in agreement with previous molecular evolutionary and synthetic biology experimental studies. PMID:26238363

  12. Perceptually-Based Adaptive JPEG Coding

    NASA Technical Reports Server (NTRS)

    Watson, Andrew B.; Rosenholtz, Ruth; Null, Cynthia H. (Technical Monitor)

    1996-01-01

    An extension to the JPEG standard (ISO/IEC DIS 10918-3) allows spatial adaptive coding of still images. As with baseline JPEG coding, one quantization matrix applies to an entire image channel, but in addition the user may specify a multiplier for each 8 x 8 block, which multiplies the quantization matrix, yielding the new matrix for the block. MPEG 1 and 2 use much the same scheme, except there the multiplier changes only on macroblock boundaries. We propose a method for perceptual optimization of the set of multipliers. We compute the perceptual error for each block based upon DCT quantization error adjusted according to contrast sensitivity, light adaptation, and contrast masking, and pick the set of multipliers which yield maximally flat perceptual error over the blocks of the image. We investigate the bitrate savings due to this adaptive coding scheme and the relative importance of the different sorts of masking on adaptive coding.

  13. A new lumped-parameter approach to simulating flow processes in unsaturated dual-porosity media

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Zimmerman, R.W.; Hadgu, T.; Bodvarsson, G.S.

    We have developed a new lumped-parameter dual-porosity approach to simulating unsaturated flow processes in fractured rocks. Fluid flow between the fracture network and the matrix blocks is described by a nonlinear equation that relates the imbibition rate to the local difference in liquid-phase pressure between the fractures and the matrix blocks. This equation is a generalization of the Warren-Root equation, but unlike the Warren-Root equation, is accurate in both the early and late time regimes. The fracture/matrix interflow equation has been incorporated into a computational module, compatible with the TOUGH simulator, to serve as a source/sink term for fracture elements.more » The new approach achieves accuracy comparable to simulations in which the matrix blocks are discretized, but typically requires an order of magnitude less computational time.« less

  14. Endocytosis of collagen by hepatic stellate cells regulates extracellular matrix dynamics

    PubMed Central

    Bi, Yan; Mukhopadhyay, Dhriti; Drinane, Mary; Ji, Baoan; Li, Xing; Cao, Sheng

    2014-01-01

    Hepatic stellate cells (HSCs) generate matrix, which in turn may also regulate HSCs function during liver fibrosis. We hypothesized that HSCs may endocytose matrix proteins to sense and respond to changes in microenvironment. Primary human HSCs, LX2, or mouse embryonic fibroblasts (MEFs) [wild-type; c-abl−/−; or Yes, Src, and Fyn knockout mice (YSF−/−)] were incubated with fluorescent-labeled collagen or gelatin. Fluorescence-activated cell sorting analysis and confocal microscopy were used for measuring cellular internalization of matrix proteins. Targeted PCR array and quantitative real-time PCR were used to evaluate gene expression changes. HSCs and LX2 cells endocytose collagens in a concentration- and time-dependent manner. Endocytosed collagen colocalized with Dextran 10K, a marker of macropinocytosis, and 5-ethylisopropyl amiloride, an inhibitor of macropinocytosis, reduced collagen internalization by 46%. Cytochalasin D and ML7 blocked collagen internalization by 47% and 45%, respectively, indicating that actin and myosin are critical for collagen endocytosis. Wortmannin and AKT inhibitor blocked collagen internalization by 70% and 89%, respectively, indicating that matrix macropinocytosis requires phosphoinositide-3-kinase (PI3K)/AKT signaling. Overexpression of dominant-negative dynamin-2 K44A blocked matrix internalization by 77%, indicating a role for dynamin-2 in matrix macropinocytosis. Whereas c-abl−/− MEF showed impaired matrix endocytosis, YSF−/− MEF surprisingly showed increased matrix endocytosis. It was also associated with complex gene regulations that related with matrix dynamics, including increased matrix metalloproteinase 9 (MMP-9) mRNA levels and zymographic activity. HSCs endocytose matrix proteins through macropinocytosis that requires a signaling network composed of PI3K/AKT, dynamin-2, and c-abl. Interaction with extracellular matrix regulates matrix dynamics through modulating multiple gene expressions including MMP-9. PMID:25080486

  15. Endocytosis of collagen by hepatic stellate cells regulates extracellular matrix dynamics.

    PubMed

    Bi, Yan; Mukhopadhyay, Dhriti; Drinane, Mary; Ji, Baoan; Li, Xing; Cao, Sheng; Shah, Vijay H

    2014-10-01

    Hepatic stellate cells (HSCs) generate matrix, which in turn may also regulate HSCs function during liver fibrosis. We hypothesized that HSCs may endocytose matrix proteins to sense and respond to changes in microenvironment. Primary human HSCs, LX2, or mouse embryonic fibroblasts (MEFs) [wild-type; c-abl(-/-); or Yes, Src, and Fyn knockout mice (YSF(-/-))] were incubated with fluorescent-labeled collagen or gelatin. Fluorescence-activated cell sorting analysis and confocal microscopy were used for measuring cellular internalization of matrix proteins. Targeted PCR array and quantitative real-time PCR were used to evaluate gene expression changes. HSCs and LX2 cells endocytose collagens in a concentration- and time-dependent manner. Endocytosed collagen colocalized with Dextran 10K, a marker of macropinocytosis, and 5-ethylisopropyl amiloride, an inhibitor of macropinocytosis, reduced collagen internalization by 46%. Cytochalasin D and ML7 blocked collagen internalization by 47% and 45%, respectively, indicating that actin and myosin are critical for collagen endocytosis. Wortmannin and AKT inhibitor blocked collagen internalization by 70% and 89%, respectively, indicating that matrix macropinocytosis requires phosphoinositide-3-kinase (PI3K)/AKT signaling. Overexpression of dominant-negative dynamin-2 K44A blocked matrix internalization by 77%, indicating a role for dynamin-2 in matrix macropinocytosis. Whereas c-abl(-/-) MEF showed impaired matrix endocytosis, YSF(-/-) MEF surprisingly showed increased matrix endocytosis. It was also associated with complex gene regulations that related with matrix dynamics, including increased matrix metalloproteinase 9 (MMP-9) mRNA levels and zymographic activity. HSCs endocytose matrix proteins through macropinocytosis that requires a signaling network composed of PI3K/AKT, dynamin-2, and c-abl. Interaction with extracellular matrix regulates matrix dynamics through modulating multiple gene expressions including MMP-9. Copyright © 2014 the American Physiological Society.

  16. Shear damage mechanisms in a woven, Nicalon-reinforced ceramic-matrix composite

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Keith, W.P.; Kedward, K.T.

    The shear response of a Nicalon-reinforced ceramic-matrix composite was investigated using Iosipescu tests. Damage was characterized by X-ray, optical, and SEM techniques. The large inelastic strains which were observed were attributed to rigid body sliding of longitudinal blocks of material. These blocks are created by the development and extension of intralaminar cracks and ply delaminations. This research reveals that the debonding and sliding characteristics of the fiber-matrix interface control the shear strength, strain softening, and cyclic degradation of the material.

  17. Tectonic slicing and mixing processes along the subduction interface: The Sistan example (Eastern Iran)

    NASA Astrophysics Data System (ADS)

    Bonnet, G.; Agard, P.; Angiboust, S.; Monié, P.; Jentzer, M.; Omrani, J.; Whitechurch, H.; Fournier, M.

    2018-06-01

    Suture zones preserve metamorphosed relicts of subducted ocean floor later exhumed along the plate interface that can provide critical insights on subduction zone processes. Mélange-like units are exceptionally well-exposed in the Sistan suture (Eastern Iran), which results from the closure of a branch of the Neotethys between the Lut and Afghan continental blocks. High pressure rocks found in the inner part of the suture zone (i.e., Ratuk complex) around Gazik are herein compared to previously studied outcrops along the belt. Detailed field investigations and mapping allow the distinction of two kinds of subduction-related block-in-matrix units: a siliciclastic-matrix complex and a serpentinite-matrix complex. The siliciclastic-matrix complex includes barely metamorphosed blocks of serpentinized peridotite, radiolarite and basalt of maximum greenschist-facies grade (i.e., maximum temperature of 340 °C). The serpentinite-matrix complex includes blocks of various grades and lithologies: mafic eclogites, amphibolitized blueschists, blue-amphibole-bearing metacherts and aegirine-augite-albite rocks. Eclogites reached peak pressure conditions around 530 °C and 2.3 GPa and isothermal retrogression down to 530 °C and 0.9 GPa. Estimation of peak PT conditions for the other rocks are less-well constrained but suggest equilibration at P < 1 GPa. Strikingly similar Ar-Ar ages of 86 ± 3 Ma, along 70 km, are obtained for phengite and amphibole from fourteen eclogite and amphibolitized blueschist blocks. Ages in Gazik are usually younger than further south (e.g., Sulabest), but there is little age difference between the various kinds of rocks. These results (radiometric ages, observed structures and rock types) support a tectonic origin of the serpentinite-matrix mélange and shed light on subduction zone dynamics, particularly on coeval detachment and exhumation mechanisms of slab-derived rocks.

  18. An efficient blocking M2L translation for low-frequency fast multipole method in three dimensions

    NASA Astrophysics Data System (ADS)

    Takahashi, Toru; Shimba, Yuta; Isakari, Hiroshi; Matsumoto, Toshiro

    2016-05-01

    We propose an efficient scheme to perform the multipole-to-local (M2L) translation in the three-dimensional low-frequency fast multipole method (LFFMM). Our strategy is to combine a group of matrix-vector products associated with M2L translation into a matrix-matrix product in order to diminish the memory traffic. For this purpose, we first developed a grouping method (termed as internal blocking) based on the congruent transformations (rotational and reflectional symmetries) of M2L-translators for each target box in the FMM hierarchy (adaptive octree). Next, we considered another method of grouping (termed as external blocking) that was able to handle M2L translations for multiple target boxes collectively by using the translational invariance of the M2L translation. By combining these internal and external blockings, the M2L translation can be performed efficiently whilst preservingthe numerical accuracy exactly. We assessed the proposed blocking scheme numerically and applied it to the boundary integral equation method to solve electromagnetic scattering problems for perfectly electrical conductor. From the numerical results, it was found that the proposed M2L scheme achieved a few times speedup compared to the non-blocking scheme.

  19. NANOSTRUCTURED METAL OXIDE CATALYSTS VIA BUILDING BLOCK SYNTHESES

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Craig E. Barnes

    2013-03-05

    A broadly applicable methodology has been developed to prepare new single site catalysts on silica supports. This methodology requires of three critical components: a rigid building block that will be the main structural and compositional component of the support matrix; a family of linking reagents that will be used to insert active metals into the matrix as well as cross link building blocks into a three dimensional matrix; and a clean coupling reaction that will connect building blocks and linking agents together in a controlled fashion. The final piece of conceptual strategy at the center of this methodology involves dosingmore » the building block with known amounts of linking agents so that the targeted connectivity of a linking center to surrounding building blocks is obtained. Achieving targeted connectivities around catalytically active metals in these building block matrices is a critical element of the strategy by which single site catalysts are obtained. This methodology has been demonstrated with a model system involving only silicon and then with two metal-containing systems (titanium and vanadium). The effect that connectivity has on the reactivity of atomically dispersed titanium sites in silica building block matrices has been investigated in the selective oxidation of phenols to benezoquinones. 2-connected titanium sites are found to be five times as active (i.e. initial turnover frequencies) than 4-connected titanium sites (i.e. framework titanium sites).« less

  20. Unifying model for random matrix theory in arbitrary space dimensions

    NASA Astrophysics Data System (ADS)

    Cicuta, Giovanni M.; Krausser, Johannes; Milkus, Rico; Zaccone, Alessio

    2018-03-01

    A sparse random block matrix model suggested by the Hessian matrix used in the study of elastic vibrational modes of amorphous solids is presented and analyzed. By evaluating some moments, benchmarked against numerics, differences in the eigenvalue spectrum of this model in different limits of space dimension d , and for arbitrary values of the lattice coordination number Z , are shown and discussed. As a function of these two parameters (and their ratio Z /d ), the most studied models in random matrix theory (Erdos-Renyi graphs, effective medium, and replicas) can be reproduced in the various limits of block dimensionality d . Remarkably, the Marchenko-Pastur spectral density (which is recovered by replica calculations for the Laplacian matrix) is reproduced exactly in the limit of infinite size of the blocks, or d →∞ , which clarifies the physical meaning of space dimension in these models. We feel that the approximate results for d =3 provided by our method may have many potential applications in the future, from the vibrational spectrum of glasses and elastic networks to wave localization, disordered conductors, random resistor networks, and random walks.

  1. Detecting most influencing courses on students grades using block PCA

    NASA Astrophysics Data System (ADS)

    Othman, Osama H.; Gebril, Rami Salah

    2014-12-01

    One of the modern solutions adopted in dealing with the problem of large number of variables in statistical analyses is the Block Principal Component Analysis (Block PCA). This modified technique can be used to reduce the vertical dimension (variables) of the data matrix Xn×p by selecting a smaller number of variables, (say m) containing most of the statistical information. These selected variables can then be employed in further investigations and analyses. Block PCA is an adapted multistage technique of the original PCA. It involves the application of Cluster Analysis (CA) and variable selection throughout sub principal components scores (PC's). The application of Block PCA in this paper is a modified version of the original work of Liu et al (2002). The main objective was to apply PCA on each group of variables, (established using cluster analysis), instead of involving the whole large pack of variables which was proved to be unreliable. In this work, the Block PCA is used to reduce the size of a huge data matrix ((n = 41) × (p = 251)) consisting of Grade Point Average (GPA) of the students in 251 courses (variables) in the faculty of science in Benghazi University. In other words, we are constructing a smaller analytical data matrix of the GPA's of the students with less variables containing most variation (statistical information) in the original database. By applying the Block PCA, (12) courses were found to `absorb' most of the variation or influence from the original data matrix, and hence worth to be keep for future statistical exploring and analytical studies. In addition, the course Independent Study (Math.) was found to be the most influencing course on students GPA among the 12 selected courses.

  2. Fast Algorithms for Structured Least Squares and Total Least Squares Problems

    PubMed Central

    Kalsi, Anoop; O’Leary, Dianne P.

    2006-01-01

    We consider the problem of solving least squares problems involving a matrix M of small displacement rank with respect to two matrices Z1 and Z2. We develop formulas for the generators of the matrix M HM in terms of the generators of M and show that the Cholesky factorization of the matrix M HM can be computed quickly if Z1 is close to unitary and Z2 is triangular and nilpotent. These conditions are satisfied for several classes of matrices, including Toeplitz, block Toeplitz, Hankel, and block Hankel, and for matrices whose blocks have such structure. Fast Cholesky factorization enables fast solution of least squares problems, total least squares problems, and regularized total least squares problems involving these classes of matrices. PMID:27274922

  3. Fast Algorithms for Structured Least Squares and Total Least Squares Problems.

    PubMed

    Kalsi, Anoop; O'Leary, Dianne P

    2006-01-01

    We consider the problem of solving least squares problems involving a matrix M of small displacement rank with respect to two matrices Z 1 and Z 2. We develop formulas for the generators of the matrix M (H) M in terms of the generators of M and show that the Cholesky factorization of the matrix M (H) M can be computed quickly if Z 1 is close to unitary and Z 2 is triangular and nilpotent. These conditions are satisfied for several classes of matrices, including Toeplitz, block Toeplitz, Hankel, and block Hankel, and for matrices whose blocks have such structure. Fast Cholesky factorization enables fast solution of least squares problems, total least squares problems, and regularized total least squares problems involving these classes of matrices.

  4. From spinning conformal blocks to matrix Calogero-Sutherland models

    NASA Astrophysics Data System (ADS)

    Schomerus, Volker; Sobko, Evgeny

    2018-04-01

    In this paper we develop further the relation between conformal four-point blocks involving external spinning fields and Calogero-Sutherland quantum mechanics with matrix-valued potentials. To this end, the analysis of [1] is extended to arbitrary dimensions and to the case of boundary two-point functions. In particular, we construct the potential for any set of external tensor fields. Some of the resulting Schrödinger equations are mapped explicitly to the known Casimir equations for 4-dimensional seed conformal blocks. Our approach furnishes solutions of Casimir equations for external fields of arbitrary spin and dimension in terms of functions on the conformal group. This allows us to reinterpret standard operations on conformal blocks in terms of group-theoretic objects. In particular, we shall discuss the relation between the construction of spinning blocks in any dimension through differential operators acting on seed blocks and the action of left/right invariant vector fields on the conformal group.

  5. Calculating Path-Dependent Travel Time Prediction Variance and Covariance fro a Global Tomographic P-Velocity Model

    NASA Astrophysics Data System (ADS)

    Ballard, S.; Hipp, J. R.; Encarnacao, A.; Young, C. J.; Begnaud, M. L.; Phillips, W. S.

    2012-12-01

    Seismic event locations can be made more accurate and precise by computing predictions of seismic travel time through high fidelity 3D models of the wave speed in the Earth's interior. Given the variable data quality and uneven data sampling associated with this type of model, it is essential that there be a means to calculate high-quality estimates of the path-dependent variance and covariance associated with the predicted travel times of ray paths through the model. In this paper, we describe a methodology for accomplishing this by exploiting the full model covariance matrix and show examples of path-dependent travel time prediction uncertainty computed from SALSA3D, our global, seamless 3D tomographic P-velocity model. Typical global 3D models have on the order of 1/2 million nodes, so the challenge in calculating the covariance matrix is formidable: 0.9 TB storage for 1/2 of a symmetric matrix, necessitating an Out-Of-Core (OOC) blocked matrix solution technique. With our approach the tomography matrix (G which includes Tikhonov regularization terms) is multiplied by its transpose (GTG) and written in a blocked sub-matrix fashion. We employ a distributed parallel solution paradigm that solves for (GTG)-1 by assigning blocks to individual processing nodes for matrix decomposition update and scaling operations. We first find the Cholesky decomposition of GTG which is subsequently inverted. Next, we employ OOC matrix multiplication methods to calculate the model covariance matrix from (GTG)-1 and an assumed data covariance matrix. Given the model covariance matrix, we solve for the travel-time covariance associated with arbitrary ray-paths by summing the model covariance along both ray paths. Setting the paths equal and taking the square root yields the travel prediction uncertainty for the single path.

  6. A parallel computer implementation of fast low-rank QR approximation of the Biot-Savart law

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    White, D A; Fasenfest, B J; Stowell, M L

    2005-11-07

    In this paper we present a low-rank QR method for evaluating the discrete Biot-Savart law on parallel computers. It is assumed that the known current density and the unknown magnetic field are both expressed in a finite element expansion, and we wish to compute the degrees-of-freedom (DOF) in the basis function expansion of the magnetic field. The matrix that maps the current DOF to the field DOF is full, but if the spatial domain is properly partitioned the matrix can be written as a block matrix, with blocks representing distant interactions being low rank and having a compressed QR representation.more » The matrix partitioning is determined by the number of processors, the rank of each block (i.e. the compression) is determined by the specific geometry and is computed dynamically. In this paper we provide the algorithmic details and present computational results for large-scale computations.« less

  7. Effect of an alpha-blocker (Nicergoline) and of a beta-blocker (Acebutolol) on the in vitro biosynthesis of vascular extracellular matrix.

    PubMed

    Moczar, M; Robert, A M; Jacotot, B; Robert, L

    2001-05-01

    The effect of an alpha-blocking agent and of a beta-blocking agent on the biosynthesis of extracellular matrix macromolecules of the arterial wall was investigated. Rabbit aorta explants were cultured up to 48 hours with radioactive proline, lysine or glucosamine. In presence of these drugs, at concentration shown to be effective for the inhibition of platelet-endothelial cell interactions (10(-7) M), the incorporation of 14C proline in total macromolecular proline was higher than in macromolecular hydroxyproline suggesting a relatively higher rate of biosynthesis of non-collagenous proteins as compared to collagens. The alpha-blocking increased the incorporation of 14C proline in collagenous and non-collagenous proteins after 18 hours of incubation. beta-blocking also increased the incorporation of proline in macromolecular proline and hydroxyproline as compared to control cultures. Both increased the incorporation of 3H glucosamine in newly synthesised glycosaminoglycans. beta-blocking increased mainly the neosynthesis of heparan sulphate, alpha-blocking that of hyaluronan. The incorporation of 14C-lysine in crosslinked, insoluble elastin was not modified. These experiments confirm that alpha and beta-blocking agents can influence not only the tonus of aortic smooth muscle cells but also the relative rates of biosynthesis of extracellular matrix macromolecules. This effect should be taken in consideration for the evaluation of the long range effect of alpha and beta-blocking drugs on the vascular wall.

  8. Reducing computational costs in large scale 3D EIT by using a sparse Jacobian matrix with block-wise CGLS reconstruction.

    PubMed

    Yang, C L; Wei, H Y; Adler, A; Soleimani, M

    2013-06-01

    Electrical impedance tomography (EIT) is a fast and cost-effective technique to provide a tomographic conductivity image of a subject from boundary current-voltage data. This paper proposes a time and memory efficient method for solving a large scale 3D EIT inverse problem using a parallel conjugate gradient (CG) algorithm. The 3D EIT system with a large number of measurement data can produce a large size of Jacobian matrix; this could cause difficulties in computer storage and the inversion process. One of challenges in 3D EIT is to decrease the reconstruction time and memory usage, at the same time retaining the image quality. Firstly, a sparse matrix reduction technique is proposed using thresholding to set very small values of the Jacobian matrix to zero. By adjusting the Jacobian matrix into a sparse format, the element with zeros would be eliminated, which results in a saving of memory requirement. Secondly, a block-wise CG method for parallel reconstruction has been developed. The proposed method has been tested using simulated data as well as experimental test samples. Sparse Jacobian with a block-wise CG enables the large scale EIT problem to be solved efficiently. Image quality measures are presented to quantify the effect of sparse matrix reduction in reconstruction results.

  9. Eclogitic breccia from the Monviso ophiolite complex: new field and petrographic data

    NASA Astrophysics Data System (ADS)

    Locatelli, Michele; Verlaguet, Anne; Federico, Laura; Agard, Philippe

    2015-04-01

    The Monviso meta-ophiolite complex (Northern Italy, Western Alps) represents a coherent portion of oceanic lithosphere metamorphosed under eclogite facies conditions during the Alpine orogeny (2.6 GPa - 550°C, Lago Superiore Unit, Angiboust et al., 2011), and exhibits from bottom to top a thick serpentinite sole locally capped by metasediments, Mg-Al-rich metagabbros, then Fe-Ti-metagabbros capped by metabasalts. This section is disrupted by three main shear zones. Our study focusses on the Lower Shear Zone (LSZ), situated between the serpentinite sole (to the East) and the Mg-metagabbro bodies (to the West), and composed of blocks of both Fe-Ti and Mg-Al metagabbros embedded in a talc and tremolite-rich serpentinite matrix. Among these blocks, some were described as eclogitic breccias and interpreted as the result of a seismic rupture plane (Angiboust et al., 2012). These breccias correspond to blocks of Fe-Ti-metagabbros that were brecciated in eclogitic facies conditions (as attested by the omphacite + garnet ± lawsonite cement of the breccia) in a fluid-rich environment, as suggested by the abundance of lawsonite in the cement. Here we present new field data on the distribution and petrographic characterization of these eclogitic blocks in the LSZ. The aim of this work is twofold: (I) detailed mapping of the eclogitic block distribution along the LSZ, in order to determine precisely the extent and representativity of the breccias and (II) characterization of the brecciated blocks, at the outcrop scale, to explore the brecciation processes and structures. Between Pian del Re and Colle di Luca localities, the occurrence of eclogite blocks is uniform along the strike of the shear-zone, resulting in a 16 km-long belt of outcropping eclogitic bodies embedded in serpentinite matrix. The shear-zone width, by contrast, varies from 1.3 km to 0.8 km. Three types of eclogitic blocks can be distinguished: (1) intact (i.e., not brecciated) blocks of Fe-Ti-metagabbros restricted to the lower part of the shear zone, close to the serpentinite sole; (2) numerous brecciated Fe-Ti-metagabbros scattered in the intermediate to upper levels of the LSZ; (3) blocks showing compositional variations and complex structures, with boudins of intact Fe-Ti-metagabbros embedded in highly foliated and folded Mg-rich rocks bounded on one side by Fe-Ti-breccia planes. In some cases the full transition from intact to highly brecciated rock is recorded in the same block. Here, the contacts between intact metagabbros and breccia are characterized by about 1m-wide zones of non rotated clasts with diameter up to 80 cm, almost matrix-absent. The amount of matrix vs clast increases, associated with a reduction in the clast size and increasing clast rotation, over a few meters up to the end of the bodies. These particular blocks give us a unique opportunity to better characterize the brecciation processes. Different kinds of measurements were realized on the brecciated blocks: (1) block size, (2) clasts vs. matrix relative volumetric abundances, (3) dimension and shape ratio of clasts, and angle of misorientation between their elongation axis or internal foliations (for five selected blocks). Preliminary results show that the majority (82%) of mapped blocks have a diameter of less than 10 meters, with only 8% being larger than 20 meters. In the brecciated Fe-Ti gabbros the average content of matrix is 28%, while for blocks showing compositional variation it varies from zero to 30%. The angle of misorientation between clasts' foliation shows, instead, a chaotic distribution. Preliminary field data thus demonstrate that breccia blocks have to be considered as a constant feature along the LSZ rather than as an exception, and that further work is needed to determine whether they formed through pervasive brecciation (and potentially multiple events) or through a localized event and were later disrupted by ductile deformation along the LSZ.

  10. Telemedicine optoelectronic biomedical data processing system

    NASA Astrophysics Data System (ADS)

    Prosolovska, Vita V.

    2010-08-01

    The telemedicine optoelectronic biomedical data processing system is created to share medical information for the control of health rights and timely and rapid response to crisis. The system includes the main blocks: bioprocessor, analog-digital converter biomedical images, optoelectronic module for image processing, optoelectronic module for parallel recording and storage of biomedical imaging and matrix screen display of biomedical images. Rated temporal characteristics of the blocks defined by a particular triggering optoelectronic couple in analog-digital converters and time imaging for matrix screen. The element base for hardware implementation of the developed matrix screen is integrated optoelectronic couples produced by selective epitaxy.

  11. Encoders for block-circulant LDPC codes

    NASA Technical Reports Server (NTRS)

    Divsalar, Dariush (Inventor); Abbasfar, Aliazam (Inventor); Jones, Christopher R. (Inventor); Dolinar, Samuel J. (Inventor); Thorpe, Jeremy C. (Inventor); Andrews, Kenneth S. (Inventor); Yao, Kung (Inventor)

    2009-01-01

    Methods and apparatus to encode message input symbols in accordance with an accumulate-repeat-accumulate code with repetition three or four are disclosed. Block circulant matrices are used. A first method and apparatus make use of the block-circulant structure of the parity check matrix. A second method and apparatus use block-circulant generator matrices.

  12. Identification of tectonically controlled serpentinite intrusion: Examples from Franciscan serpentinites, Gorda, California

    NASA Astrophysics Data System (ADS)

    Hirauchi, K.

    2006-12-01

    Serpentinite bodies, zonally occurring as a component of fault zones, without any association with ophiolitic rocks might be a mantle in origin tectonically intruded from a considerable depth. Typical occurrences of serpentinites that experienced a unique emplacement process different from surrounding rocks are found in the Sand Dollar Beach, Gorda, California. The serpentinite bodies are widely outcropped in the Franciscan Complex. All the serpentinites exhibit a block-in-matrix fabric, the blocks of which are classified into either massive or schistose types. The former retains relict minerals such as olivine, orthopyroxene and clinopyroxene and chromian spinel, and has serpentine minerals (lizardite and chrysotile) of mesh texture and bastite. The latter is characterized by ribbon textures as ductilely deformed mesh textures. The matrix is composed of aligned tabular lizardite, penetrating into the interior core of the blocks. The schistosities in the blocks and the attitude of the foliated matrix are both consistent with the elongate direction of the larger serpentinite bodies. The massive mesh textures is converted by the schistose ribbon textures with ductile deformation, further penetrated by tabular lizardite of the matrix. These series of the continuous deformation and recrystallization may occur along a regional deep fault zone, after undergoing partial serpentinization at lower crust and upper mantle.

  13. Synthetic Division and Matrix Factorization

    ERIC Educational Resources Information Center

    Barabe, Samuel; Dubeau, Franc

    2007-01-01

    Synthetic division is viewed as a change of basis for polynomials written under the Newton form. Then, the transition matrices obtained from a sequence of changes of basis are used to factorize the inverse of a bidiagonal matrix or a block bidiagonal matrix.

  14. Implementing the SU(2) Symmetry for the DMRG

    NASA Astrophysics Data System (ADS)

    Alvarez, Gonzalo

    2010-03-01

    In the Density Matrix Renormalization Group (DMRG) algorithm (White, 1992), Hamiltonian symmetries play an important role. Using symmetries, the matrix representation of the Hamiltonian can be blocked. Diagonalizing each matrix block is more efficient than diagonalizing the original matrix. This talk will explain how the DMRG++ codefootnotetextarXiv:0902.3185 or Computer Physics Communications 180 (2009) 1572-1578. has been extended to handle the non-local SU(2) symmetry in a model independent way. Improvements in CPU times compared to runs with only local symmetries will be discussed for typical tight-binding models of strongly correlated electronic systems. The computational bottleneck of the algorithm, and the use of shared memory parallelization will also be addressed. Finally, a roadmap for future work on DMRG++ will be presented.

  15. Implementation of the SU(2) Hamiltonian Symmetry for the DMRG Algorithm

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Alvarez, Gonzalo

    2012-01-01

    In the Density Matrix Renormalization Group (DMRG) algorithm (White, 1992, 1993) and Hamiltonian symmetries play an important role. Using symmetries, the matrix representation of the Hamiltonian can be blocked. Diagonalizing each matrix block is more efficient than diagonalizing the original matrix. This paper explains how the the DMRG++ code (Alvarez, 2009) has been extended to handle the non-local SU(2) symmetry in a model independent way. Improvements in CPU times compared to runs with only local symmetries are discussed for the one-orbital Hubbard model, and for a two-orbital Hubbard model for iron-based superconductors. The computational bottleneck of the algorithm and themore » use of shared memory parallelization are also addressed.« less

  16. Sandstone provenance and tectonic evolution of the Xiukang Mélange from Neotethyan subduction to India-Asia collision (Yarlung-Zangbo suture, south Tibet)

    NASA Astrophysics Data System (ADS)

    An, Wei; Hu, Xiumian; Garzanti, Eduardo

    2016-04-01

    The Xiukang Mélange of the Yarlung-Zangbo suture zone in south Tibet documents low efficiency of accretion along the southern active margin of Asia during Cretaceous Neotethyan subduction, followed by final development during the early Paleogene stages of the India-Asia collision. Here we investigate four transverses in the Xigaze area (Jiding, Cuola Pass, Riwuqi and Saga), inquiry the composition in each transverse, and present integrated petrologic, U-Pb detrital-zircon geochronology and Hf isotope data on sandstone blocks. In fault contact with the Yarlung-Zangbo Ophiolite to the north and the Tethyan Himalaya to the south, the Xiukang mélange can be divided into three types: serpentinite-matrix mélange composed by broken Yarlung-Zangbo Ophiolite, thrust-sheets consisting mainly chert, quartzose or limestone sheets(>100m) with little intervening marix, and mudstone-matrix mélange displaying typical blocks-in-matrix texture. While serpentinite-matrix mélange is exposed adjacent to the ophiolite, distributions of thrust-sheets and blocks in mudstone-matrix mélange show along-strike diversities. For example, Jiding transverse is dominant by chert sheets and basalt blocks with scarcely sandstone blocks, while Cuola Pass and Saga transverses expose large amounts of limestone/quartzarenite sheets in the north and volcaniclastic blocks in the south. However, turbidite sheets and volcaniclastic blocks are outcropped in the north Riwuqi transverse with quartzarenite blocks preserved in the south. Three groups of sandstone blocks/sheets with different provenance and depositional setting are distinguished by their petrographic, geochronological and isotopic fingerprints. Sheets of turbiditic quartzarenite originally sourced from the Indian continent were deposited in pre-Cretaceous time on the northernmost edge of the Indian passive margin and eventually involved into the mélange at the early stage of the India-Asia collision. Two distinct groups of volcaniclastic-sandstone blocks were derived from the central Lhasa block and Gangdese magmatic arc. One group was deposited in the trench and/or on the trench slope of the Asian margin during the early Late Cretaceous, and the other group in a syn-collisional basin just after the onset of the India-Asia collision in the Early Eocene. The largely erosional character of the Asian active margin in the Late Cretaceous is indicated by the scarcity of off-scraped trench-fill deposits and the relatively small subduction complex developed during limited episodes of accretion. The Xiukang Mélange was finally structured in the Late Paleocene/Eocene, when sandstone of both Indian and Asian origin were progressively incorporated tectonically in the suture zone of the nascent Himalayan Orogen.

  17. Fast global image smoothing based on weighted least squares.

    PubMed

    Min, Dongbo; Choi, Sunghwan; Lu, Jiangbo; Ham, Bumsub; Sohn, Kwanghoon; Do, Minh N

    2014-12-01

    This paper presents an efficient technique for performing a spatially inhomogeneous edge-preserving image smoothing, called fast global smoother. Focusing on sparse Laplacian matrices consisting of a data term and a prior term (typically defined using four or eight neighbors for 2D image), our approach efficiently solves such global objective functions. In particular, we approximate the solution of the memory-and computation-intensive large linear system, defined over a d-dimensional spatial domain, by solving a sequence of 1D subsystems. Our separable implementation enables applying a linear-time tridiagonal matrix algorithm to solve d three-point Laplacian matrices iteratively. Our approach combines the best of two paradigms, i.e., efficient edge-preserving filters and optimization-based smoothing. Our method has a comparable runtime to the fast edge-preserving filters, but its global optimization formulation overcomes many limitations of the local filtering approaches. Our method also achieves high-quality results as the state-of-the-art optimization-based techniques, but runs ∼10-30 times faster. Besides, considering the flexibility in defining an objective function, we further propose generalized fast algorithms that perform Lγ norm smoothing (0 < γ < 2) and support an aggregated (robust) data term for handling imprecise data constraints. We demonstrate the effectiveness and efficiency of our techniques in a range of image processing and computer graphics applications.

  18. Approximate solutions for diffusive fracture-matrix transfer: Application to storage of dissolved CO 2 in fractured rocks

    DOE PAGES

    Zhou, Quanlin; Oldenburg, Curtis M.; Spangler, Lee H.; ...

    2017-01-05

    Analytical solutions with infinite exponential series are available to calculate the rate of diffusive transfer between low-permeability blocks and high-permeability zones in the subsurface. Truncation of these series is often employed by neglecting the early-time regime. Here in this paper, we present unified-form approximate solutions in which the early-time and the late-time solutions are continuous at a switchover time. The early-time solutions are based on three-term polynomial functions in terms of square root of dimensionless time, with the first coefficient dependent only on the dimensionless area-to-volume ratio. The last two coefficients are either determined analytically for isotropic blocks (e.g., spheresmore » and slabs) or obtained by fitting the exact solutions, and they solely depend on the aspect ratios for rectangular columns and parallelepipeds. For the late-time solutions, only the leading exponential term is needed for isotropic blocks, while a few additional exponential terms are needed for highly anisotropic rectangular blocks. The optimal switchover time is between 0.157 and 0.229, with highest relative approximation error less than 0.2%. The solutions are used to demonstrate the storage of dissolved CO 2 in fractured reservoirs with low-permeability matrix blocks of single and multiple shapes and sizes. These approximate solutions are building blocks for development of analytical and numerical tools for hydraulic, solute, and thermal diffusion processes in low-permeability matrix blocks.« less

  19. How Properties of Kenaf Fibers from Burkina Faso Contribute to the Reinforcement of Earth Blocks

    PubMed Central

    Millogo, Younoussa; Aubert, Jean-Emmanuel; Hamard, Erwan; Morel, Jean-Claude

    2015-01-01

    Physicochemical characteristics of Hibiscus cannabinus (kenaf) fibers from Burkina Faso were studied using X-ray diffraction (XRD), infrared spectroscopy, thermal gravimetric analysis (TGA), chemical analysis and video microscopy. Kenaf fibers (3 cm long) were used to reinforce earth blocks, and the mechanical properties of reinforced blocks, with fiber contents ranging from 0.2 to 0.8 wt%, were investigated. The fibers were mainly composed of cellulose type I (70.4 wt%), hemicelluloses (18.9 wt%) and lignin (3 wt%) and were characterized by high tensile strength (1 ± 0.25 GPa) and Young’s modulus (136 ± 25 GPa), linked to their high cellulose content. The incorporation of short fibers of kenaf reduced the propagation of cracks in the blocks, through the good adherence of fibers to the clay matrix, and therefore improved their mechanical properties. Fiber incorporation was particularly beneficial for the bending strength of earth blocks because it reinforces these blocks after the failure of soil matrix observed for unreinforced blocks. Blocks reinforced with such fibers had a ductile tensile behavior that made them better building materials for masonry structures than unreinforced blocks.

  20. Computational Modeling of the Dielectric Barrier Discharge (DBD) Device for Aeronautical Applications

    DTIC Science & Technology

    2006-06-01

    electron energy equation are solved semi-implicitly in a sequential manner. Each of the governing equations is solved by casting them onto a tridiagonal ...actuator for different device configurations and operating parameters. This will provide the Air Force with a low cost, quick turn around...Atmosphere (ATM) (20:8). Initially, the applied potential difference on the electrodes must be great enough to initiate gas breakdown. While

  1. Compressed normalized block difference for object tracking

    NASA Astrophysics Data System (ADS)

    Gao, Yun; Zhang, Dengzhuo; Cai, Donglan; Zhou, Hao; Lan, Ge

    2018-04-01

    Feature extraction is very important for robust and real-time tracking. Compressive sensing provided a technical support for real-time feature extraction. However, all existing compressive tracking were based on compressed Haar-like feature, and how to compress many more excellent high-dimensional features is worth researching. In this paper, a novel compressed normalized block difference feature (CNBD) was proposed. For resisting noise effectively in a highdimensional normalized pixel difference feature (NPD), a normalized block difference feature extends two pixels in the original formula of NPD to two blocks. A CNBD feature can be obtained by compressing a normalized block difference feature based on compressive sensing theory, with the sparse random Gaussian matrix as the measurement matrix. The comparative experiments of 7 trackers on 20 challenging sequences showed that the tracker based on CNBD feature can perform better than other trackers, especially than FCT tracker based on compressed Haar-like feature, in terms of AUC, SR and Precision.

  2. Block matrix based LU decomposition to analyze kinetic damping in active plasma resonance spectroscopy

    NASA Astrophysics Data System (ADS)

    Roehl, Jan Hendrik; Oberrath, Jens

    2016-09-01

    ``Active plasma resonance spectroscopy'' (APRS) is a widely used diagnostic method to measure plasma parameter like electron density. Measurements with APRS probes in plasmas of a few Pa typically show a broadening of the spectrum due to kinetic effects. To analyze the broadening a general kinetic model in electrostatic approximation based on functional analytic methods has been presented [ 1 ] . One of the main results is, that the system response function Y(ω) is given in terms of the matrix elements of the resolvent of the dynamic operator evaluated for values on the imaginary axis. To determine the response function of a specific probe the resolvent has to be approximated by a huge matrix which is given by a banded block structure. Due to this structure a block based LU decomposition can be implemented. It leads to a solution of Y(ω) which is given only by products of matrices of the inner block size. This LU decomposition allows to analyze the influence of kinetic effects on the broadening and saves memory and calculation time. Gratitude is expressed to the internal funding of Leuphana University.

  3. Performance of low-rank QR approximation of the finite element Biot-Savart law

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    White, D; Fasenfest, B

    2006-10-16

    In this paper we present a low-rank QR method for evaluating the discrete Biot-Savart law. Our goal is to develop an algorithm that is easily implemented on parallel computers. It is assumed that the known current density and the unknown magnetic field are both expressed in a finite element expansion, and we wish to compute the degrees-of-freedom (DOF) in the basis function expansion of the magnetic field. The matrix that maps the current DOF to the field DOF is full, but if the spatial domain is properly partitioned the matrix can be written as a block matrix, with blocks representingmore » distant interactions being low rank and having a compressed QR representation. While an octree partitioning of the matrix may be ideal, for ease of parallel implementation we employ a partitioning based on number of processors. The rank of each block (i.e. the compression) is determined by the specific geometry and is computed dynamically. In this paper we provide the algorithmic details and present computational results for large-scale computations.« less

  4. Dynamic mechanical properties of hydroxyapatite/polyethylene oxide nanocomposites: characterizing isotropic and post-processing microstructures

    NASA Astrophysics Data System (ADS)

    Shofner, Meisha; Lee, Ji Hoon

    2012-02-01

    Compatible component interfaces in polymer nanocomposites can be used to facilitate a dispersed morphology and improved physical properties as has been shown extensively in experimental results concerning amorphous matrix nanocomposites. In this research, a block copolymer compatibilized interface is employed in a semi-crystalline matrix to prevent large scale nanoparticle clustering and enable microstructure construction with post-processing drawing. The specific materials used are hydroxyapatite nanoparticles coated with a polyethylene oxide-b-polymethacrylic acid block copolymer and a polyethylene oxide matrix. Two particle shapes are used: spherical and needle-shaped. Characterization of the dynamic mechanical properties indicated that the two nanoparticle systems provided similar levels of reinforcement to the matrix. For the needle-shaped nanoparticles, the post-processing step increased matrix crystallinity and changed the thermomechanical reinforcement trends. These results will be used to further refine the post-processing parameters to achieve a nanocomposite microstructure with triangulated arrays of nanoparticles.

  5. Direct Solve of Electrically Large Integral Equations for Problem Sizes to 1M Unknowns

    NASA Technical Reports Server (NTRS)

    Shaeffer, John

    2008-01-01

    Matrix methods for solving integral equations via direct solve LU factorization are presently limited to weeks to months of very expensive supercomputer time for problems sizes of several hundred thousand unknowns. This report presents matrix LU factor solutions for electromagnetic scattering problems for problem sizes to one million unknowns with thousands of right hand sides that run in mere days on PC level hardware. This EM solution is accomplished by utilizing the numerical low rank nature of spatially blocked unknowns using the Adaptive Cross Approximation for compressing the rank deficient blocks of the system Z matrix, the L and U factors, the right hand side forcing function and the final current solution. This compressed matrix solution is applied to a frequency domain EM solution of Maxwell's equations using standard Method of Moments approach. Compressed matrix storage and operations count leads to orders of magnitude reduction in memory and run time.

  6. Calculating Path-Dependent Travel Time Prediction Variance and Covariance for the SALSA3D Global Tomographic P-Velocity Model with a Distributed Parallel Multi-Core Computer

    NASA Astrophysics Data System (ADS)

    Hipp, J. R.; Encarnacao, A.; Ballard, S.; Young, C. J.; Phillips, W. S.; Begnaud, M. L.

    2011-12-01

    Recently our combined SNL-LANL research team has succeeded in developing a global, seamless 3D tomographic P-velocity model (SALSA3D) that provides superior first P travel time predictions at both regional and teleseismic distances. However, given the variable data quality and uneven data sampling associated with this type of model, it is essential that there be a means to calculate high-quality estimates of the path-dependent variance and covariance associated with the predicted travel times of ray paths through the model. In this paper, we show a methodology for accomplishing this by exploiting the full model covariance matrix. Our model has on the order of 1/2 million nodes, so the challenge in calculating the covariance matrix is formidable: 0.9 TB storage for 1/2 of a symmetric matrix, necessitating an Out-Of-Core (OOC) blocked matrix solution technique. With our approach the tomography matrix (G which includes Tikhonov regularization terms) is multiplied by its transpose (GTG) and written in a blocked sub-matrix fashion. We employ a distributed parallel solution paradigm that solves for (GTG)-1 by assigning blocks to individual processing nodes for matrix decomposition update and scaling operations. We first find the Cholesky decomposition of GTG which is subsequently inverted. Next, we employ OOC matrix multiply methods to calculate the model covariance matrix from (GTG)-1 and an assumed data covariance matrix. Given the model covariance matrix we solve for the travel-time covariance associated with arbitrary ray-paths by integrating the model covariance along both ray paths. Setting the paths equal gives variance for that path. Sandia National Laboratories is a multi-program laboratory managed and operated by Sandia Corporation, a wholly owned subsidiary of Lockheed Martin Corporation, for the U.S. Department of Energy's National Nuclear Security Administration under contract DE-AC04-94AL85000.

  7. Path-Dependent Travel Time Prediction Variance and Covariance for a Global Tomographic P- and S-Velocity Model

    NASA Astrophysics Data System (ADS)

    Hipp, J. R.; Ballard, S.; Begnaud, M. L.; Encarnacao, A. V.; Young, C. J.; Phillips, W. S.

    2015-12-01

    Recently our combined SNL-LANL research team has succeeded in developing a global, seamless 3D tomographic P- and S-velocity model (SALSA3D) that provides superior first P and first S travel time predictions at both regional and teleseismic distances. However, given the variable data quality and uneven data sampling associated with this type of model, it is essential that there be a means to calculate high-quality estimates of the path-dependent variance and covariance associated with the predicted travel times of ray paths through the model. In this paper, we describe a methodology for accomplishing this by exploiting the full model covariance matrix and show examples of path-dependent travel time prediction uncertainty computed from our latest tomographic model. Typical global 3D SALSA3D models have on the order of 1/2 million nodes, so the challenge in calculating the covariance matrix is formidable: 0.9 TB storage for 1/2 of a symmetric matrix, necessitating an Out-Of-Core (OOC) blocked matrix solution technique. With our approach the tomography matrix (G which includes a prior model covariance constraint) is multiplied by its transpose (GTG) and written in a blocked sub-matrix fashion. We employ a distributed parallel solution paradigm that solves for (GTG)-1 by assigning blocks to individual processing nodes for matrix decomposition update and scaling operations. We first find the Cholesky decomposition of GTG which is subsequently inverted. Next, we employ OOC matrix multiplication methods to calculate the model covariance matrix from (GTG)-1 and an assumed data covariance matrix. Given the model covariance matrix, we solve for the travel-time covariance associated with arbitrary ray-paths by summing the model covariance along both ray paths. Setting the paths equal and taking the square root yields the travel prediction uncertainty for the single path.

  8. Bundle block adjustment of large-scale remote sensing data with Block-based Sparse Matrix Compression combined with Preconditioned Conjugate Gradient

    NASA Astrophysics Data System (ADS)

    Zheng, Maoteng; Zhang, Yongjun; Zhou, Shunping; Zhu, Junfeng; Xiong, Xiaodong

    2016-07-01

    In recent years, new platforms and sensors in photogrammetry, remote sensing and computer vision areas have become available, such as Unmanned Aircraft Vehicles (UAV), oblique camera systems, common digital cameras and even mobile phone cameras. Images collected by all these kinds of sensors could be used as remote sensing data sources. These sensors can obtain large-scale remote sensing data which consist of a great number of images. Bundle block adjustment of large-scale data with conventional algorithm is very time and space (memory) consuming due to the super large normal matrix arising from large-scale data. In this paper, an efficient Block-based Sparse Matrix Compression (BSMC) method combined with the Preconditioned Conjugate Gradient (PCG) algorithm is chosen to develop a stable and efficient bundle block adjustment system in order to deal with the large-scale remote sensing data. The main contribution of this work is the BSMC-based PCG algorithm which is more efficient in time and memory than the traditional algorithm without compromising the accuracy. Totally 8 datasets of real data are used to test our proposed method. Preliminary results have shown that the BSMC method can efficiently decrease the time and memory requirement of large-scale data.

  9. DOE Office of Scientific and Technical Information (OSTI.GOV)

    Glicken, H.

    Large volcanic debris avalanches are among the world's largest mass movements. The rockslide-debris avalanche of the May 18, 1980, eruption of Mount St. Helens produced a 2.8 km/sup 3/ deposit and is the largest historic mass movement. A Pleistocene debris avalanche at Mount Shasta produced a 26 km/sup 3/ deposit that may be the largest Quaternary mass movement. The hummocky deposits at both volcanoes consist of rubble divided into (1) block facies that comprises unconsolidated pieces of the old edifice transported relatively intact, and (2) matrix facies that comprises a mixture of rocks from the old mountain and material pickedmore » up from the surrounding terrain. At Mount St. Helens, the juvenile dacite is found in the matrix facies, indicating that matrix facies formed from explosions of the erupting magma as well as from disaggregation and mixing of blocks. The block facies forms both hummocks and interhummock areas in the proximal part of the St. Helens avalanche deposit. At Mount St. Helens, the density of the old cone is 21% greater than the density of the avalanche deposit. Block size decreases with distance. Clast size, measured in the field and by sieving, coverages about a mean with distance, which suggests that blocks disaggregated and mixed together during transport.« less

  10. 3D model of a matrix source of negative ions: RF driving by a large area planar coil

    NASA Astrophysics Data System (ADS)

    Demerdzhiev, A.; Lishev, St.; Tarnev, Kh.; Shivarova, A.

    2015-04-01

    Based on three-dimensional (3D) modeling, different manners of a planar-coil inductive discharge driving of a plasma source completed as a matrix of small-radius hydrogen discharges are studied regarding a proper choice of an efficient and alike rf power deposition into the separate discharges of the matrix. Driving the whole matrix by a single coil and splitting it to blocks of discharge tubes, with single coil driving of each block, are the two cases considered. The results from the self-consistent model presented for a block of discharge tubes show its reliability in ensuring the same spatial distribution of the plasma parameters in the discharges completing the block. Since regarding the construction of the matrix, its driving as a whole by a single coil is the most reasonable decision, three modifications of the coil design have been tested: two zigzag coils with straight conductors passing, respectively, between and through the bottoms of the discharge tubes and a coil with an "omega" shaped conductor on the bottom of each tube. Among these three configurations, the latter ‒ a coil with an Ω-shaped conductor on the bottom of each tube ‒ shows up with the highest rf efficiency of an inductive discharge driving, shown by results for the rf current induced in the discharges obtained from an electrodynamical description. In all the cases considered the spatial distribution of the induced current density is analysed based on the manner of the penetration into the plasma of the wave field sustaining the inductive discharges.

  11. Modeling CO2 Storage in Fractured Reservoirs: Fracture-Matrix Interactions of Free-Phase and Dissolved CO2

    NASA Astrophysics Data System (ADS)

    Oldenburg, C. M.; Zhou, Q.; Birkholzer, J. T.

    2017-12-01

    The injection of supercritical CO2 (scCO2) in fractured reservoirs has been conducted at several storage sites. However, no site-specific dual-continuum modeling for fractured reservoirs has been reported and modeling studies have generally underestimated the fracture-matrix interactions. We developed a conceptual model for enhanced CO2 storage to take into account global scCO2 migration in the fracture continuum, local storage of scCO2 and dissolved CO2 (dsCO2) in the matrix continuum, and driving forces for scCO2 invasion and dsCO2 diffusion from fractures. High-resolution discrete fracture-matrix models were developed for a column of idealized matrix blocks bounded by vertical and horizontal fractures and for a km-scale fractured reservoir. The column-scale simulation results show that equilibrium storage efficiency strongly depends on matrix entry capillary pressure and matrix-matrix connectivity while the time scale to reach equilibrium is sensitive to fracture spacing and matrix flow properties. The reservoir-scale modeling results shows that the preferential migration of scCO2 through fractures is coupled with bulk storage in the rock matrix that in turn retards the fracture scCO2 plume. We also developed unified-form diffusive flux equations to account for dsCO2 storage in brine-filled matrix blocks and found solubility trapping is significant in fractured reservoirs with low-permeability matrix.

  12. Multiscale Architecture of a Subduction Complex and Insight into Large-scale Material Movement in Subduction Systems

    NASA Astrophysics Data System (ADS)

    Wakabayashi, J.

    2014-12-01

    The >1000 km by >100 km Franciscan complex of California records >100 Ma of subduction history that terminated with conversion to a transform margin. It affords an ideal natural laboratory to study the rock record of subduction-interface and related processes exhumed from 10-70 km. The Franciscan comprises coherent and block-in-matrix (mélange) units forming a nappe stack that youngs structurally downward in accretion age, indicating progressive subduction accretion. Gaps in accretion ages indicate periods of non-accretion or subduction erosion. The Franciscan comprises siliciclastic trench fill rocks, with lesser volcanic and pelagic rocks and serpentinite derived from the downgoing plate, as well as serpentinite and felsic-intermediate igneous blocks derived as detritus from the upper plate. The Franciscan records subduction, accretion, and metamorphism (including HP), spanning an extended period of subduction, rather than a single event superimposed on pre-formed stratigraphy. Melanges (serpentinite and siliciclastic matrix) with exotic blocks, that include high-grade metamorphic blocks, and felsic-intermediate igneous blocks from the upper plate, are mostly/entirely of sedimentary origin, whereas block-in-matrix rocks formed by tectonism lack exotic blocks and comprise disrupted ocean plate stratigraphy. Mélanges with exotic blocks are interbedded with coherent sandstones. Many blocks-in-melange record two HP burial events followed by surface exposure, and some record three. Paleomegathrust horizons, separating nappes accreted at different times, appear restricted to narrow fault zones of <100's of m thickness, and <50 m in best constrained cases; these zones lack exotic blocks. Large-scale displacements, whether paleomegathrust horizons, shortening within accreted nappes, or exhumation structures, are accommodated by discrete faults or narrow shear zones, rather than by significant penetrative strain. Exhumation of Franciscan HP units, both coherent and mélange, was accommodated by significant extension of the overlying plate, and possibly extension within the subduction complex, with cross-sectional extrusion, and like subduction burial, took place at different times.

  13. Implementation of a Fully-Balanced Periodic Tridiagonal Solver on a Parallel Distributed Memory Architecture

    DTIC Science & Technology

    1994-05-01

    PARALLEL DISTRIBUTED MEMORY ARCHITECTURE LTJh T. M. Eidson 0 - 8 l 9 5 " G. Erlebacher _ _ _. _ DTIe QUALITY INSPECTED a Contract NAS I - 19480 May 1994...DISTRIBUTED MEMORY ARCHITECTURE T.M. Eidson * High Technology Corporation Hampton, VA 23665 G. Erlebachert Institute for Computer Applications in Science and...developed and evaluated. Simple model calculations as well as timing results are pres.nted to evaluate the various strategies. The particular

  14. Parallel language constructs for tensor product computations on loosely coupled architectures

    NASA Technical Reports Server (NTRS)

    Mehrotra, Piyush; Van Rosendale, John

    1989-01-01

    A set of language primitives designed to allow the specification of parallel numerical algorithms at a higher level is described. The authors focus on tensor product array computations, a simple but important class of numerical algorithms. They consider first the problem of programming one-dimensional kernel routines, such as parallel tridiagonal solvers, and then look at how such parallel kernels can be combined to form parallel tensor product algorithms.

  15. Nano-structured polymer composites and process for preparing same

    DOEpatents

    Hillmyer, Marc; Chen, Liang

    2013-04-16

    A process for preparing a polymer composite that includes reacting (a) a multi-functional monomer and (b) a block copolymer comprising (i) a first block and (ii) a second block that includes a functional group capable of reacting with the multi-functional monomer, to form a crosslinked, nano-structured, bi-continuous composite. The composite includes a continuous matrix phase and a second continuous phase comprising the first block of the block copolymer.

  16. New self-assembly strategies for next generation lithography

    NASA Astrophysics Data System (ADS)

    Schwartz, Evan L.; Bosworth, Joan K.; Paik, Marvin Y.; Ober, Christopher K.

    2010-04-01

    Future demands of the semiconductor industry call for robust patterning strategies for critical dimensions below twenty nanometers. The self assembly of block copolymers stands out as a promising, potentially lower cost alternative to other technologies such as e-beam or nanoimprint lithography. One approach is to use block copolymers that can be lithographically patterned by incorporating a negative-tone photoresist as the majority (matrix) phase of the block copolymer, paired with photoacid generator and a crosslinker moiety. In this system, poly(α-methylstyrene-block-hydroxystyrene)(PαMS-b-PHOST), the block copolymer is spin-coated as a thin film, processed to a desired microdomain orientation with long-range order, and then photopatterned. Therefore, selfassembly of the block copolymer only occurs in select areas due to the crosslinking of the matrix phase, and the minority phase polymer can be removed to produce a nanoporous template. Using bulk TEM analysis, we demonstrate how the critical dimension of this block copolymer is shown to scale with polymer molecular weight using a simple power law relation. Enthalpic interactions such as hydrogen bonding are used to blend inorganic additives in order to enhance the etch resistance of the PHOST block. We demonstrate how lithographically patternable block copolymers might fit in to future processing strategies to produce etch-resistant self-assembled features at length scales impossible with conventional lithography.

  17. Nanocomposites based on self-assembly poly(hydroxypropyl methacrylate)-block-poly(N-phenylmaleimide) and Fe3O4-NPs. Thermal stability, morphological characterization and optical properties

    NASA Astrophysics Data System (ADS)

    Pizarro, Guadalupe del C.; Marambio, Oscar G.; Jeria-Orell, Manuel; Sánchez, Julio; Oyarzún, Diego P.

    2018-02-01

    The current work presents the synthesis, characterization and preparation of organic-inorganic hybrid polymer films that contain inorganic magnetic nanoparticles (NPs). The block copolymer, prepared by Atom-Transfer Radical Polymerization (ATRP), was used as a nanoreactor for iron oxide NPs. The NPs were embedded in poly(hydroxypropyl methacrylate)-block-poly(N-phenylmaleimide) matrix. The following topographical modifications of the surface of the film were specially analyzed: control of pore features and changes in surface roughness. Finally, the NPs functionality inside the polymer matrix and how it may affect the thermal and optical properties of the films were assessed.

  18. Feasibility Study to Evaluate Candidate Materials of Nanofilled Block Copolymers for Use in Ultra High Density Pulsed Power Capacitors

    DTIC Science & Technology

    2015-10-26

    grafting block copolymer (BCP) to nanoparticles (BCP-g-NPs) to chemically match the corona of NPs with BCP matrix has resulted in a highly dispersed BCP...strategy of grafting BCP to nanoparticles in order to chemically match the corona of nanoparticles with BCP matrix has resulted in a highly dispersed...fast energy storage and discharge capabilities. However, the energy storage density of these capacitors is limited by the dielectric properties of

  19. Arikan and Alamouti matrices based on fast block-wise inverse Jacket transform

    NASA Astrophysics Data System (ADS)

    Lee, Moon Ho; Khan, Md Hashem Ali; Kim, Kyeong Jin

    2013-12-01

    Recently, Lee and Hou (IEEE Signal Process Lett 13: 461-464, 2006) proposed one-dimensional and two-dimensional fast algorithms for block-wise inverse Jacket transforms (BIJTs). Their BIJTs are not real inverse Jacket transforms from mathematical point of view because their inverses do not satisfy the usual condition, i.e., the multiplication of a matrix with its inverse matrix is not equal to the identity matrix. Therefore, we mathematically propose a fast block-wise inverse Jacket transform of orders N = 2 k , 3 k , 5 k , and 6 k , where k is a positive integer. Based on the Kronecker product of the successive lower order Jacket matrices and the basis matrix, the fast algorithms for realizing these transforms are obtained. Due to the simple inverse and fast algorithms of Arikan polar binary and Alamouti multiple-input multiple-output (MIMO) non-binary matrices, which are obtained from BIJTs, they can be applied in areas such as 3GPP physical layer for ultra mobile broadband permutation matrices design, first-order q-ary Reed-Muller code design, diagonal channel design, diagonal subchannel decompose for interference alignment, and 4G MIMO long-term evolution Alamouti precoding design.

  20. Beyond Low Rank + Sparse: Multi-scale Low Rank Matrix Decomposition

    PubMed Central

    Ong, Frank; Lustig, Michael

    2016-01-01

    We present a natural generalization of the recent low rank + sparse matrix decomposition and consider the decomposition of matrices into components of multiple scales. Such decomposition is well motivated in practice as data matrices often exhibit local correlations in multiple scales. Concretely, we propose a multi-scale low rank modeling that represents a data matrix as a sum of block-wise low rank matrices with increasing scales of block sizes. We then consider the inverse problem of decomposing the data matrix into its multi-scale low rank components and approach the problem via a convex formulation. Theoretically, we show that under various incoherence conditions, the convex program recovers the multi-scale low rank components either exactly or approximately. Practically, we provide guidance on selecting the regularization parameters and incorporate cycle spinning to reduce blocking artifacts. Experimentally, we show that the multi-scale low rank decomposition provides a more intuitive decomposition than conventional low rank methods and demonstrate its effectiveness in four applications, including illumination normalization for face images, motion separation for surveillance videos, multi-scale modeling of the dynamic contrast enhanced magnetic resonance imaging and collaborative filtering exploiting age information. PMID:28450978

  1. Fast iterative solution of the Bethe-Salpeter eigenvalue problem using low-rank and QTT tensor approximation

    NASA Astrophysics Data System (ADS)

    Benner, Peter; Dolgov, Sergey; Khoromskaia, Venera; Khoromskij, Boris N.

    2017-04-01

    In this paper, we propose and study two approaches to approximate the solution of the Bethe-Salpeter equation (BSE) by using structured iterative eigenvalue solvers. Both approaches are based on the reduced basis method and low-rank factorizations of the generating matrices. We also propose to represent the static screen interaction part in the BSE matrix by a small active sub-block, with a size balancing the storage for rank-structured representations of other matrix blocks. We demonstrate by various numerical tests that the combination of the diagonal plus low-rank plus reduced-block approximation exhibits higher precision with low numerical cost, providing as well a distinct two-sided error estimate for the smallest eigenvalues of the Bethe-Salpeter operator. The complexity is reduced to O (Nb2) in the size of the atomic orbitals basis set, Nb, instead of the practically intractable O (Nb6) scaling for the direct diagonalization. In the second approach, we apply the quantized-TT (QTT) tensor representation to both, the long eigenvectors and the column vectors in the rank-structured BSE matrix blocks, and combine this with the ALS-type iteration in block QTT format. The QTT-rank of the matrix entities possesses almost the same magnitude as the number of occupied orbitals in the molecular systems, No

  2. Proposed Standard For Variable Format Picture Processing And A Codec Approach To Match Diverse Imaging Devices

    NASA Astrophysics Data System (ADS)

    Wendler, Th.; Meyer-Ebrecht, D.

    1982-01-01

    Picture archiving and communication systems, especially those for medical applications, will offer the potential to integrate the various image sources of different nature. A major problem, however, is the incompatibility of the different matrix sizes and data formats. This may be overcome by a novel hierarchical coding process, which could lead to a unified picture format standard. A picture coding scheme is described, which decomposites a given (2n)2 picture matrix into a basic (2m)2 coarse information matrix (representing lower spatial frequencies) and a set of n-m detail matrices, containing information of increasing spatial resolution. Thus, the picture is described by an ordered set of data blocks rather than by a full resolution matrix of pixels. The blocks of data are transferred and stored using data formats, which have to be standardized throughout the system. Picture sources, which produce pictures of different resolution, will provide the coarse-matrix datablock and additionally only those detail matrices that correspond to their required resolution. Correspondingly, only those detail-matrix blocks need to be retrieved from the picture base, that are actually required for softcopy or hardcopy output. Thus, picture sources and retrieval terminals of diverse nature and retrieval processes for diverse purposes are easily made compatible. Furthermore this approach will yield an economic use of storage space and transmission capacity: In contrast to fixed formats, redundand data blocks are always skipped. The user will get a coarse representation even of a high-resolution picture almost instantaneously with gradually added details, and may abort transmission at any desired detail level. The coding scheme applies the S-transform, which is a simple add/substract algorithm basically derived from the Hadamard Transform. Thus, an additional data compression can easily be achieved especially for high-resolution pictures by applying appropriate non-linear and/or adaptive quantizing.

  3. Multi-color incomplete Cholesky conjugate gradient methods for vector computers. Ph.D. Thesis

    NASA Technical Reports Server (NTRS)

    Poole, E. L.

    1986-01-01

    In this research, we are concerned with the solution on vector computers of linear systems of equations, Ax = b, where A is a larger, sparse symmetric positive definite matrix. We solve the system using an iterative method, the incomplete Cholesky conjugate gradient method (ICCG). We apply a multi-color strategy to obtain p-color matrices for which a block-oriented ICCG method is implemented on the CYBER 205. (A p-colored matrix is a matrix which can be partitioned into a pXp block matrix where the diagonal blocks are diagonal matrices). This algorithm, which is based on a no-fill strategy, achieves O(N/p) length vector operations in both the decomposition of A and in the forward and back solves necessary at each iteration of the method. We discuss the natural ordering of the unknowns as an ordering that minimizes the number of diagonals in the matrix and define multi-color orderings in terms of disjoint sets of the unknowns. We give necessary and sufficient conditions to determine which multi-color orderings of the unknowns correpond to p-color matrices. A performance model is given which is used both to predict execution time for ICCG methods and also to compare an ICCG method to conjugate gradient without preconditioning or another ICCG method. Results are given from runs on the CYBER 205 at NASA's Langley Research Center for four model problems.

  4. A novel image encryption algorithm based on the chaotic system and DNA computing

    NASA Astrophysics Data System (ADS)

    Chai, Xiuli; Gan, Zhihua; Lu, Yang; Chen, Yiran; Han, Daojun

    A novel image encryption algorithm using the chaotic system and deoxyribonucleic acid (DNA) computing is presented. Different from the traditional encryption methods, the permutation and diffusion of our method are manipulated on the 3D DNA matrix. Firstly, a 3D DNA matrix is obtained through bit plane splitting, bit plane recombination, DNA encoding of the plain image. Secondly, 3D DNA level permutation based on position sequence group (3DDNALPBPSG) is introduced, and chaotic sequences generated from the chaotic system are employed to permutate the positions of the elements of the 3D DNA matrix. Thirdly, 3D DNA level diffusion (3DDNALD) is given, the confused 3D DNA matrix is split into sub-blocks, and XOR operation by block is manipulated to the sub-DNA matrix and the key DNA matrix from the chaotic system. At last, by decoding the diffused DNA matrix, we get the cipher image. SHA 256 hash of the plain image is employed to calculate the initial values of the chaotic system to avoid chosen plaintext attack. Experimental results and security analyses show that our scheme is secure against several known attacks, and it can effectively protect the security of the images.

  5. Multi-population Genomic Relationships for Estimating Current Genetic Variances Within and Genetic Correlations Between Populations.

    PubMed

    Wientjes, Yvonne C J; Bijma, Piter; Vandenplas, Jérémie; Calus, Mario P L

    2017-10-01

    Different methods are available to calculate multi-population genomic relationship matrices. Since those matrices differ in base population, it is anticipated that the method used to calculate genomic relationships affects the estimate of genetic variances, covariances, and correlations. The aim of this article is to define the multi-population genomic relationship matrix to estimate current genetic variances within and genetic correlations between populations. The genomic relationship matrix containing two populations consists of four blocks, one block for population 1, one block for population 2, and two blocks for relationships between the populations. It is known, based on literature, that by using current allele frequencies to calculate genomic relationships within a population, current genetic variances are estimated. In this article, we theoretically derived the properties of the genomic relationship matrix to estimate genetic correlations between populations and validated it using simulations. When the scaling factor of across-population genomic relationships is equal to the product of the square roots of the scaling factors for within-population genomic relationships, the genetic correlation is estimated unbiasedly even though estimated genetic variances do not necessarily refer to the current population. When this property is not met, the correlation based on estimated variances should be multiplied by a correction factor based on the scaling factors. In this study, we present a genomic relationship matrix which directly estimates current genetic variances as well as genetic correlations between populations. Copyright © 2017 by the Genetics Society of America.

  6. Compressed multi-block local binary pattern for object tracking

    NASA Astrophysics Data System (ADS)

    Li, Tianwen; Gao, Yun; Zhao, Lei; Zhou, Hao

    2018-04-01

    Both robustness and real-time are very important for the application of object tracking under a real environment. The focused trackers based on deep learning are difficult to satisfy with the real-time of tracking. Compressive sensing provided a technical support for real-time tracking. In this paper, an object can be tracked via a multi-block local binary pattern feature. The feature vector was extracted based on the multi-block local binary pattern feature, which was compressed via a sparse random Gaussian matrix as the measurement matrix. The experiments showed that the proposed tracker ran in real-time and outperformed the existed compressive trackers based on Haar-like feature on many challenging video sequences in terms of accuracy and robustness.

  7. Analysis of the Pre-stack Split-Step Migration Operator Using Ritz Values

    NASA Astrophysics Data System (ADS)

    Kaplan, S. T.; Sacchi, M. D.

    2009-05-01

    The Born approximation for the acoustic wave-field is often used as a basis for developing algorithms in seismic imaging (migration). The approximation is linear, and, as such, can be written as a matrix-vector multiplication (Am=d). In the seismic imaging problem, d is seismic data (the recorded wave-field), and we aim to find the seismic reflectivity m (a representation of earth structure and properties) so that Am=d is satisfied. This is the often studied inverse problem of seismic migration, where given A and d, we solve for m. This can be done in a least-squares sense, so that the equation of interest is, AHAm = AHd. Hence, the solution m is largely dependent on the properties of AHA. The imaging Jacobian J provides an approximation to AHA, so that J-1AHA is, in a broad sense, better behaved then AHA. We attempt to quantify this last statement by providing an analysis of AHA and J-1AHA using their Ritz values, and for the particular case where A is built using a pre-stack split-step migration algorithm. Typically, one might try to analyze the behaviour of these matrices using their eigenvalue spectra. The difficulty in the analysis of AHA and J-1AHA lie in their size. For example, a subset of the relatively small Marmousi data set makes AHA a complex valued matrix with, roughly, dimensions of 45 million by 45 million (requiring, in single-precision, about 16 Peta-bytes of computer memory). In short, the size of the matrix makes its eigenvalues difficult to compute. Instead, we compute the leading principal minors of similar tridiagonal matrices, Bk=Vk-1AHAVk and Ck = Uk-1 J-1 AHAUk. These can be constructed using, for example, the Lanczos decomposition. Up to some value of k it is feasible to compute the eigenvalues of Bk and Ck which, in turn, are the Ritz values of, respectively, AHA and J-1 AHA, and may allow us to make quantitative statements about their behaviours.

  8. Preliminary results in implementing a model of the world economy on the CYBER 205: A case of large sparse nonsymmetric linear equations

    NASA Technical Reports Server (NTRS)

    Szyld, D. B.

    1984-01-01

    A brief description of the Model of the World Economy implemented at the Institute for Economic Analysis is presented, together with our experience in converting the software to vector code. For each time period, the model is reduced to a linear system of over 2000 variables. The matrix of coefficients has a bordered block diagonal structure, and we show how some of the matrix operations can be carried out on all diagonal blocks at once.

  9. Real-time inextensible surgical thread simulation.

    PubMed

    Xu, Lang; Liu, Qian

    2018-03-27

    This paper discusses a real-time simulation method of inextensible surgical thread based on the Cosserat rod theory using position-based dynamics (PBD). The method realizes stable twining and knotting of surgical thread while including inextensibility, bending, twisting and coupling effects. The Cosserat rod theory is used to model the nonlinear elastic behavior of surgical thread. The surgical thread model is solved with PBD to achieve a real-time, extremely stable simulation. Due to the one-dimensional linear structure of surgical thread, the direct solution of the distance constraint based on tridiagonal matrix algorithm is used to enhance stretching resistance in every constraint projection iteration. In addition, continuous collision detection and collision response guarantee a large time step and high performance. Furthermore, friction is integrated into the constraint projection process to stabilize the twining of multiple threads and complex contact situations. Through comparisons with existing methods, the surgical thread maintains constant length under large deformation after applying the direct distance constraint in our method. The twining and knotting of multiple threads correspond to stable solutions to contact and friction forces. A surgical suture scene is also modeled to demonstrate the practicality and simplicity of our method. Our method achieves stable and fast simulation of inextensible surgical thread. Benefiting from the unified particle framework, the rigid body, elastic rod, and soft body can be simultaneously simulated. The method is appropriate for applications in virtual surgery that require multiple dynamic bodies.

  10. A mélange of subduction temperatures: Evidence from Zr-in-rutile thermometry for strengthening of the subduction interface

    NASA Astrophysics Data System (ADS)

    Penniston-Dorland, Sarah C.; Kohn, Matthew J.; Piccoli, Philip M.

    2018-01-01

    The Catalina Schist contains a spectacular, km-scale amphibolite facies mélange zone, thought to be part of a Cretaceous convergent margin plate interface. In this setting, blocks ranging from centimeters up to ≥100 m in diameter are surrounded by finer-grained matrix that is derived from the blocks. Blocks throughout the mélange represent a diversity of protoliths derived from basalts, cherts and other sediments, and hydrated mantle, but all contain assemblages consistent with upper amphibolite-facies conditions, suggesting a relatively restricted range of depths and temperatures over which material within the mélange was metamorphosed. This apparent uniformity of metamorphic grade contrasts with other mélanges, such as the Franciscan Complex, where coexisting rocks with highly variable peak metamorphic grade suggest extensive mixing of materials along the subduction interface. This mixing has been ascribed to flow of material within relatively low viscosity matrix. The Zr content of rutile in samples from across the amphibolite facies mélange of the Catalina Schist was measured to determine peak metamorphic temperatures, identify whether these temperatures were different among blocks, and whether the spatial distribution of temperatures throughout the mélange was systematic or random. Resolvably different Zr contents, between 290 and 720 (±10-40) ppm, are found among the blocks, corresponding to different peak metamorphic temperatures of 650 to 730 (±2-16) °C at an assumed pressure of 1 GPa. These results are broadly consistent with previous thermobarometric estimates. No systematic distribution of temperatures was found, however. Like other mélange zones, material flow within the Catalina Schist mélange was likely chaotic, but appears to have occurred on a more restricted scale compared to some other localities. Progressive metamorphism of mélange matrix is expected to produce rheologically stiffer matrix minerals (such as amphiboles and pyroxenes) at the expense of weaker matrix minerals (sheet silicates), affecting the overall rheological behavior of the mélange, and dictating the scale of flow. The Catalina Schist amphibolite facies mélange matrix appears to provide a snapshot of hotter, stiffer portions of a subduction interface, perhaps more representative of rheological behavior at depths approaching the subarc than is found in some other exhumed mélange zones.

  11. An alternative method for sampling and petrographically characterizing an Eocene coal bed, southeast Kalimantan, Indonesia

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Moore, T.A.

    1990-01-01

    A study undertaken on an Eocene age coal bed in southeast Kalimantan, Indonesia determined that there was a relationship between megascopically determined coal types and kinds and sizes of organic components. The study also concluded that the most efficient way to characterize the seam was from collection of two 3 cm blocks from each layer or bench defined by megascopic character and that a maximum of 125 point counts was needed on each block. Microscopic examination of uncrushed block samples showed the coal to be composed of plant parts and tissues set in a matrix of both fine-grained and amorphousmore » material. The particulate matrix is composed of cell wall and liptinite fragments, resins, spores, algae, and fungal material. The amorphous matrix consists of unstructured (at 400x) huminite and liptinite. Size measurements showed that each particulate component possessed its own size distribution which approached normality when transformed to a log{sub 2} or phi scale. Degradation of the plant material during peat accumulation probably controlled grain size in the coal types. This notion is further supported by the increased concentration of decay resistant resin and cell fillings in the nonbanded and dull coal types. In the sampling design experiment, two blocks from each layer and two layers from each coal type were collected. On each block, 2 to 4 traverses totaling 500 point counts per block were performed to test the minimum number of points needed to characterize a block. A hierarchical analysis of variance showed that most of the petrographic variation occurred between coal types. The results from these analyses also indicated that, within a coal type, sampling should concentrate on the layer level and that only 250 point counts, split between two blocks, were needed to characterize a layer.« less

  12. Estimation of geopotential from satellite-to-satellite range rate data: Numerical results

    NASA Technical Reports Server (NTRS)

    Thobe, Glenn E.; Bose, Sam C.

    1987-01-01

    A technique for high-resolution geopotential field estimation by recovering the harmonic coefficients from satellite-to-satellite range rate data is presented and tested against both a controlled analytical simulation of a one-day satellite mission (maximum degree and order 8) and then against a Cowell method simulation of a 32-day mission (maximum degree and order 180). Innovations include: (1) a new frequency-domain observation equation based on kinetic energy perturbations which avoids much of the complication of the usual Keplerian element perturbation approaches; (2) a new method for computing the normalized inclination functions which unlike previous methods is both efficient and numerically stable even for large harmonic degrees and orders; (3) the application of a mass storage FFT to the entire mission range rate history; (4) the exploitation of newly discovered symmetries in the block diagonal observation matrix which reduce each block to the product of (a) a real diagonal matrix factor, (b) a real trapezoidal factor with half the number of rows as before, and (c) a complex diagonal factor; (5) a block-by-block least-squares solution of the observation equation by means of a custom-designed Givens orthogonal rotation method which is both numerically stable and tailored to the trapezoidal matrix structure for fast execution.

  13. Exact solution of corner-modified banded block-Toeplitz eigensystems

    NASA Astrophysics Data System (ADS)

    Cobanera, Emilio; Alase, Abhijeet; Ortiz, Gerardo; Viola, Lorenza

    2017-05-01

    Motivated by the challenge of seeking a rigorous foundation for the bulk-boundary correspondence for free fermions, we introduce an algorithm for determining exactly the spectrum and a generalized-eigenvector basis of a class of banded block quasi-Toeplitz matrices that we call corner-modified. Corner modifications of otherwise arbitrary banded block-Toeplitz matrices capture the effect of boundary conditions and the associated breakdown of translational invariance. Our algorithm leverages the interplay between a non-standard, projector-based method of kernel determination (physically, a bulk-boundary separation) and families of linear representations of the algebra of matrix Laurent polynomials. Thanks to the fact that these representations act on infinite-dimensional carrier spaces in which translation symmetry is restored, it becomes possible to determine the eigensystem of an auxiliary projected block-Laurent matrix. This results in an analytic eigenvector Ansatz, independent of the system size, which we prove is guaranteed to contain the full solution of the original finite-dimensional problem. The actual solution is then obtained by imposing compatibility with a boundary matrix, whose shape is also independent of system size. As an application, we show analytically that eigenvectors of short-ranged fermionic tight-binding models may display power-law corrections to exponential behavior, and demonstrate the phenomenon for the paradigmatic Majorana chain of Kitaev.

  14. Electromagnetic Scattering from a Structured Slab Comprised of Periodically Placed Resistive Cards

    DTIC Science & Technology

    1989-05-01

    many different configurations of resistance may be computed at little additional cost. The three types of elements in the tridiagonal resistance...that of the B-52 bomber Reduction of the RCS is a hierarchical process in which each level of contribution must be taken care of by a different ...between the 3 currents of different unit cells; the currents on the entire structure must be treated as unknowns in a moment method solution. On the other

  15. Coordinated Research Program in Pulsed Power Physics.

    DTIC Science & Technology

    1981-12-01

    Ref. C11, this problem may be elimi- nated by factoring the tridiagonal , 2nd order, finite difference equation, Eq. (1), into two ist order finite ...13)Ti,o where 1h 2 /2 h2 = 2 - g + / -h g (1- - g) (14) 1+ h This solution to the finite difference equations consists of expo- nentially growing...December 1, 1981fl j,/,,- //,CJ’ .* ., .) - 13. NUMBEROF PAGES - A.)6 2 /’ij250 14. MONITORING AGENCY NAME & ADDRESS(iI different from Controlling

  16. Measurement of Diffusion in Entangled Rod-Coil Triblock Copolymers

    NASA Astrophysics Data System (ADS)

    Olsen, B. D.; Wang, M.

    2012-02-01

    Although rod-coil block copolymers have attracted increasing attention for functional nanomaterials, their dynamics relevant to self-assembly and processing have not been widely investigated. Because the rod and coil blocks have different reptation behavior and persistence lengths, the mechanism by which block copolymers will diffuse is unclear. In order to understand the effect of the rigid block on reptation, tracer diffusion of a coil-rod-coil block copolymer through an entangled coil polymer matrix was experimentally measured. A monodisperse, high molecular weight coil-rod-coil triblock was synthesized using artificial protein engineering to prepare the helical rod and bioconjugaiton of poly(ethylene glycol) coils to produce the final triblock. Diffusion measurements were performed using Forced Rayleigh scattering (FRS), at varying ratios of the rod length to entanglement length, where genetic engineering is used to control the protein rod length and the polymer matrix concentration controls the entanglement length. As compared to PEO homopolymer tracers, the coil-rod-coil triblocks show markedly slower diffusion, suggesting that the mismatch between rod and coil reptation mechanisms results in hindered diffusion of these molecules in the entangled state.

  17. Recovering hidden diagonal structures via non-negative matrix factorization with multiple constraints.

    PubMed

    Yang, Xi; Han, Guoqiang; Cai, Hongmin; Song, Yan

    2017-03-31

    Revealing data with intrinsically diagonal block structures is particularly useful for analyzing groups of highly correlated variables. Earlier researches based on non-negative matrix factorization (NMF) have been shown to be effective in representing such data by decomposing the observed data into two factors, where one factor is considered to be the feature and the other the expansion loading from a linear algebra perspective. If the data are sampled from multiple independent subspaces, the loading factor would possess a diagonal structure under an ideal matrix decomposition. However, the standard NMF method and its variants have not been reported to exploit this type of data via direct estimation. To address this issue, a non-negative matrix factorization with multiple constraints model is proposed in this paper. The constraints include an sparsity norm on the feature matrix and a total variational norm on each column of the loading matrix. The proposed model is shown to be capable of efficiently recovering diagonal block structures hidden in observed samples. An efficient numerical algorithm using the alternating direction method of multipliers model is proposed for optimizing the new model. Compared with several benchmark models, the proposed method performs robustly and effectively for simulated and real biological data.

  18. A Distributed-Memory Package for Dense Hierarchically Semi-Separable Matrix Computations Using Randomization

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Rouet, François-Henry; Li, Xiaoye S.; Ghysels, Pieter

    In this paper, we present a distributed-memory library for computations with dense structured matrices. A matrix is considered structured if its off-diagonal blocks can be approximated by a rank-deficient matrix with low numerical rank. Here, we use Hierarchically Semi-Separable (HSS) representations. Such matrices appear in many applications, for example, finite-element methods, boundary element methods, and so on. Exploiting this structure allows for fast solution of linear systems and/or fast computation of matrix-vector products, which are the two main building blocks of matrix computations. The compression algorithm that we use, that computes the HSS form of an input dense matrix, reliesmore » on randomized sampling with a novel adaptive sampling mechanism. We discuss the parallelization of this algorithm and also present the parallelization of structured matrix-vector product, structured factorization, and solution routines. The efficiency of the approach is demonstrated on large problems from different academic and industrial applications, on up to 8,000 cores. Finally, this work is part of a more global effort, the STRUctured Matrices PACKage (STRUMPACK) software package for computations with sparse and dense structured matrices. Hence, although useful on their own right, the routines also represent a step in the direction of a distributed-memory sparse solver.« less

  19. A Distributed-Memory Package for Dense Hierarchically Semi-Separable Matrix Computations Using Randomization

    DOE PAGES

    Rouet, François-Henry; Li, Xiaoye S.; Ghysels, Pieter; ...

    2016-06-30

    In this paper, we present a distributed-memory library for computations with dense structured matrices. A matrix is considered structured if its off-diagonal blocks can be approximated by a rank-deficient matrix with low numerical rank. Here, we use Hierarchically Semi-Separable (HSS) representations. Such matrices appear in many applications, for example, finite-element methods, boundary element methods, and so on. Exploiting this structure allows for fast solution of linear systems and/or fast computation of matrix-vector products, which are the two main building blocks of matrix computations. The compression algorithm that we use, that computes the HSS form of an input dense matrix, reliesmore » on randomized sampling with a novel adaptive sampling mechanism. We discuss the parallelization of this algorithm and also present the parallelization of structured matrix-vector product, structured factorization, and solution routines. The efficiency of the approach is demonstrated on large problems from different academic and industrial applications, on up to 8,000 cores. Finally, this work is part of a more global effort, the STRUctured Matrices PACKage (STRUMPACK) software package for computations with sparse and dense structured matrices. Hence, although useful on their own right, the routines also represent a step in the direction of a distributed-memory sparse solver.« less

  20. Solid oxide fuel cell matrix and modules

    DOEpatents

    Riley, B.

    1988-04-22

    Porous refractory ceramic blocks arranged in an abutting, stacked configuration and forming a three dimensional array provide a support structure and coupling means for a plurality of solid oxide fuel cells (SOFCs). The stack of ceramic blocks is self-supporting, with a plurality of such stacked arrays forming a matrix enclosed in an insulating refractory brick structure having an outer steel layer. The necessary connections for air, fuel, burnt gas, and anode and cathode connections are provided through the brick and steel outer shell. The ceramic blocks are so designed with respect to the strings of modules that by simple and logical design the strings could be replaced by hot reloading if one should fail. The hot reloading concept has not been included in any previous designs. 11 figs.

  1. Visualizing Matrix Multiplication

    ERIC Educational Resources Information Center

    Daugulis, Peteris; Sondore, Anita

    2018-01-01

    Efficient visualizations of computational algorithms are important tools for students, educators, and researchers. In this article, we point out an innovative visualization technique for matrix multiplication. This method differs from the standard, formal approach by using block matrices to make computations more visual. We find this method a…

  2. Grape seed extracts inhibit dentin matrix degradation by MMP-3

    PubMed Central

    Khaddam, Mayssam; Salmon, Benjamin; Le Denmat, Dominique; Tjaderhane, Leo; Menashi, Suzanne; Chaussain, Catherine; Rochefort, Gaël Y.; Boukpessi, Tchilalo

    2014-01-01

    Since Matrix metalloproteinases (MMPs) have been suggested to contribute to dentin caries progression, the hypothesis that MMP inhibition would affect the progression of dentin caries is clinically relevant. Grape seed extracts (GSE) have been previously reported to be natural inhibitors of MMPs. Objective: To evaluate the capacity of a GSE mouthrinse to prevent the degradation of demineralized dentin matrix by MMP-3 (stromelysin-1). Materials and Methods: Standardized blocks of dentin obtained from sound permanent teeth extracted for orthodontic reasons were demineralized with Ethylenediaminetetraacetic acid (EDTA) and pretreated either with (A) GSE (0.2% w/v), (B) amine fluoride (AmF) (20% w/v), (C) a mouthrinse which contains both, (D) placebo, (E) sodium fluoride (0.15 mg.ml−1), (F) PBS, (G) Chlorhexidine digluconate (CHX), or (H) zinc chloride (ZnCl2). The dentin blocks were then incubated with activated recombinant MMP-3. The supernatants were analyzed by Western Blot for several dentin matrix proteins known to be MMP-3 substrate. In parallel, scanning electron microscopy (SEM) was performed on resin replica of the dentin blocks. Results: Western blot analysis of the supernatants revealed that MMP-3 released from the dentin matrix small proteoglycans (decorin and biglycan) and dentin sialoprotein (DSP) in the AmF, sodium fluoride, PBS and placebo pretreated groups, but not in the GSE and mouthrinse pretreated groups. SEM examination of resin replica showed that the mouthrinse and its active components not only had an anti-MMP action but also modified the dentin surface accessibility. Conclusion: This study shows that GSE either alone or combined with AmF as in the evaluated mouthrinse limits dentin matrix degradation. This association may be promising to prevent the progression of caries within dentin. However, the procedure should be adapted to clinically relevant durations. PMID:25400590

  3. Pushing Memory Bandwidth Limitations Through Efficient Implementations of Block-Krylov Space Solvers on GPUs

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Clark, M. A.; Strelchenko, Alexei; Vaquero, Alejandro

    Lattice quantum chromodynamics simulations in nuclear physics have benefited from a tremendous number of algorithmic advances such as multigrid and eigenvector deflation. These improve the time to solution but do not alleviate the intrinsic memory-bandwidth constraints of the matrix-vector operation dominating iterative solvers. Batching this operation for multiple vectors and exploiting cache and register blocking can yield a super-linear speed up. Block-Krylov solvers can naturally take advantage of such batched matrix-vector operations, further reducing the iterations to solution by sharing the Krylov space between solves. However, practical implementations typically suffer from the quadratic scaling in the number of vector-vector operations.more » Using the QUDA library, we present an implementation of a block-CG solver on NVIDIA GPUs which reduces the memory-bandwidth complexity of vector-vector operations from quadratic to linear. We present results for the HISQ discretization, showing a 5x speedup compared to highly-optimized independent Krylov solves on NVIDIA's SaturnV cluster.« less

  4. Inboard seal mounting

    DOEpatents

    Hayes, John R.

    1983-01-01

    A regenerator assembly for a gas turbine engine has a hot side seal assembly formed in part by a cast metal engine block having a seal recess formed therein that is configured to supportingly receive ceramic support blocks including an inboard face thereon having a regenerator seal face bonded thereto. A pressurized leaf seal is interposed between the ceramic support block and the cast metal engine block to bias the seal wear face into sealing engagement with a hot side surface of a rotary regenerator matrix.

  5. Encoders for block-circulant LDPC codes

    NASA Technical Reports Server (NTRS)

    Andrews, Kenneth; Dolinar, Sam; Thorpe, Jeremy

    2005-01-01

    In this paper, we present two encoding methods for block-circulant LDPC codes. The first is an iterative encoding method based on the erasure decoding algorithm, and the computations required are well organized due to the block-circulant structure of the parity check matrix. The second method uses block-circulant generator matrices, and the encoders are very similar to those for recursive convolutional codes. Some encoders of the second type have been implemented in a small Field Programmable Gate Array (FPGA) and operate at 100 Msymbols/second.

  6. Effects of partitioning and scheduling sparse matrix factorization on communication and load balance

    NASA Technical Reports Server (NTRS)

    Venugopal, Sesh; Naik, Vijay K.

    1991-01-01

    A block based, automatic partitioning and scheduling methodology is presented for sparse matrix factorization on distributed memory systems. Using experimental results, this technique is analyzed for communication and load imbalance overhead. To study the performance effects, these overheads were compared with those obtained from a straightforward 'wrap mapped' column assignment scheme. All experimental results were obtained using test sparse matrices from the Harwell-Boeing data set. The results show that there is a communication and load balance tradeoff. The block based method results in lower communication cost whereas the wrap mapped scheme gives better load balance.

  7. Density matrix renormalization group for a highly degenerate quantum system: Sliding environment block approach

    NASA Astrophysics Data System (ADS)

    Schmitteckert, Peter

    2018-04-01

    We present an infinite lattice density matrix renormalization group sweeping procedure which can be used as a replacement for the standard infinite lattice blocking schemes. Although the scheme is generally applicable to any system, its main advantages are the correct representation of commensurability issues and the treatment of degenerate systems. As an example we apply the method to a spin chain featuring a highly degenerate ground-state space where the new sweeping scheme provides an increase in performance as well as accuracy by many orders of magnitude compared to a recently published work.

  8. Sedimentological and geochimical features of chaotic deposits in the Ventimiglia Flysch (Roya-Argentina valley- NW Italy)

    NASA Astrophysics Data System (ADS)

    Perotti, Elena; Bertok, Carlo; D'Atri, Anna; Martire, Luca; Musso, Alessia; Piana, Fabrizio; Varrone, Dario

    2010-05-01

    The Ventimiglia Flysch is a Upper Eocene turbidite succession deposited in the SE part of the Eocene Alpine foreland basin, truncated at the top by the basal thrust of the Helminthoides Flysch, a Ligurian tectonic unit that presently covers part of the Dauphinois and Briançonnais successions of Western Ligurian Alps. The Ventimiglia Flysch is made of alternations of sandstones and shales. The upper part is characterized by chaotic deposits. The chaotic deposits are constituted by: - km to hm-sized intrabasinal blocks (Ventimiglia Flysch) and extrabasinal blocks (Cretaceous sediments of Dauphinois Domain, Nummulite Limestone of the Alpine foreland basin and Helminthoides Flysch ); - conglomerates with block-in-matrix fabric interpreted as debris flow deposits. They occur as m-thick beds interbedded with the normal turbidite succession or locally as matrix of the larger blocks. Debris flow clasts show: - different sizes, ranging from metre to centimetre; - different shapes, from rounded to subangular; - different lithologies, such as fine-grained quartz-arenites, marls, dark shales and fine-grained calcisiltites. They may be referred to both coeval, intrabasinal lithologies (Ventimiglia Flysch), and extrabasinal formations (Nummulite Limestone, Globigerina Marl and Helminthoides Flysch). The clasts are disposed randomly into a chaotic matrix that consists of a dark mudstone in which submillimetre- to millimetre-sized lithic grains, with the same compositions of larger clasts, are present. Locally matrix consists of sandstones with quartz and feldspar grains and fragments of nummulitids that suggest reworking of unlithified Eocene sediments. Cathodoluminescence observations allow the distinction of two kinds of clasts: dull clasts that underwent a cementation before the formation of conglomerates, and clasts with the same orange luminescence as the matrix that may be interpreted as soft mud clasts that were cemented together with the matrix. Debris flow deposits are cross-cut by a network of crumpled and broken veins, 10's mm to cm-large, filled with orange luminescing calcite and locally with quartz. Their complex cross-cutting relationships with clasts and matrix show that several systems of veins are present, that may be referred to different fracturing events. Some clasts are crossed or bordered by veins that end at the edge of the clasts. These veins show the same features as those that crosscut the whole rock. This indicates reworking of plastic sediments crossed by calcite-filled veins by mass gravity flows. Polyphase debris flow processes, proceeding along with fluid expulsion and veining, are thus documented. Ellipsoidal, dm-large concretions of cemented pelites also occur. They represent a previous phase of concretionary growth within homogenous pelites subsequently involved in the mass gravity flow. Stable O and C isotope analyses, performed on matrix, clasts, concretions and veins, show: - δ13C close to normal marine values (-3 to 0 δ13C ‰ PDB) - δ18O markedly negative (-9 to -7 δ18O ‰ PDB) that could be related to precipitation from relatively hot waters (60-70 ° C). The block-in-matrix fabric and the variable composition and size of blocks show that these sediments are a sedimentary mélange related to mass wasting processes involving both extrabasinal and intrabasinal sediments. These gravitational movements took place along slopes of submarine tectonic ridges created by transpressional faults (Piana et al., 2009) that juxtaposed tectonic slices of different paleogeographic domains (Dauphinois, Briançonnais, Ligurian Units) in Late Eocene times, and involved both rock fall processes of huge blocks of lithified, older formations, and debris flows of unlithified intrabasinal sediment. Faults also acted as conduits for an upward flow of hot fluids supersaturated in calcium carbonate. These fluids crossed unlithified sediments close to the sea floor resulting in localized concretionary cementation and formation of vein swarms within unlithified sediments prone to subsequent mass wasting.

  9. Switching Matrix For Optical Signals

    NASA Technical Reports Server (NTRS)

    Grove, Charles H.

    1990-01-01

    Proposed matrix of electronically controlled shutters switches signals in optical fibers between multiple input and output channels. Size, weight, and power consumption reduced. Device serves as building block for small, low-power, broad-band television- and data-signal-switching systems providing high isolation between nominally disconnected channels.

  10. Bit Error Probability for Maximum Likelihood Decoding of Linear Block Codes

    NASA Technical Reports Server (NTRS)

    Lin, Shu; Fossorier, Marc P. C.; Rhee, Dojun

    1996-01-01

    In this paper, the bit error probability P(sub b) for maximum likelihood decoding of binary linear codes is investigated. The contribution of each information bit to P(sub b) is considered. For randomly generated codes, it is shown that the conventional approximation at high SNR P(sub b) is approximately equal to (d(sub H)/N)P(sub s), where P(sub s) represents the block error probability, holds for systematic encoding only. Also systematic encoding provides the minimum P(sub b) when the inverse mapping corresponding to the generator matrix of the code is used to retrieve the information sequence. The bit error performances corresponding to other generator matrix forms are also evaluated. Although derived for codes with a generator matrix randomly generated, these results are shown to provide good approximations for codes used in practice. Finally, for decoding methods which require a generator matrix with a particular structure such as trellis decoding or algebraic-based soft decision decoding, equivalent schemes that reduce the bit error probability are discussed.

  11. Compressive Properties of Metal Matrix Syntactic Foams in Free and Constrained Compression

    NASA Astrophysics Data System (ADS)

    Orbulov, Imre Norbert; Májlinger, Kornél

    2014-06-01

    Metal matrix syntactic foam (MMSF) blocks were produced by an inert gas-assisted pressure infiltration technique. MMSFs are advanced hollow sphere reinforced-composite materials having promising application in the fields of aviation, transport, and automotive engineering, as well as in civil engineering. The produced blocks were investigated in free and constrained compression modes, and besides the characteristic mechanical properties, their deformation mechanisms and failure modes were studied. In the tests, the chemical composition of the matrix material, the size of the reinforcing ceramic hollow spheres, the applied heat treatment, and the compression mode were considered as investigation parameters. The monitored mechanical properties were the compressive strength, the fracture strain, the structural stiffness, the fracture energy, and the overall absorbed energy. These characteristics were strongly influenced by the test parameters. By the proper selection of the matrix and the reinforcement and by proper design, the mechanical properties of the MMSFs can be effectively tailored for specific and given applications.

  12. A Parallel Framework with Block Matrices of a Discrete Fourier Transform for Vector-Valued Discrete-Time Signals.

    PubMed

    Soto-Quiros, Pablo

    2015-01-01

    This paper presents a parallel implementation of a kind of discrete Fourier transform (DFT): the vector-valued DFT. The vector-valued DFT is a novel tool to analyze the spectra of vector-valued discrete-time signals. This parallel implementation is developed in terms of a mathematical framework with a set of block matrix operations. These block matrix operations contribute to analysis, design, and implementation of parallel algorithms in multicore processors. In this work, an implementation and experimental investigation of the mathematical framework are performed using MATLAB with the Parallel Computing Toolbox. We found that there is advantage to use multicore processors and a parallel computing environment to minimize the high execution time. Additionally, speedup increases when the number of logical processors and length of the signal increase.

  13. Achieving Continuous Anion Transport Domains Using Block Copolymers Containing Phosphonium Cations

    DOE PAGES

    Zhang, Wenxu; Liu, Ye; Jackson, Aaron C.; ...

    2016-06-22

    Triblock and diblock copolymers based on isoprene (Ip) and chloromethylstyrene (CMS) were synthesized in this paper by sequential polymerization using reversible addition–fragmentation chain transfer radical polymerization (RAFT). The block copolymers were quaternized with tris(2,4,6-trimethoxyphenyl)phosphine (Ar 3P) to prepare soluble ionomers. The ionomers were cast from chloroform to form anion exchange membranes (AEMs) with highly ordered morphologies. At low volume fractions of ionic blocks, the ionomers formed lamellar morphologies, while at moderate volume fractions (≥30% for triblock and ≥22% for diblock copolymers) hexagonal phases with an ionic matrix were observed. Ion conductivities were higher through the hexagonal phase matrix than inmore » the lamellar phases. Finally, promising chloride conductivities (20 mS/cm) were achieved at elevated temperatures and humidified conditions.« less

  14. DOE Office of Scientific and Technical Information (OSTI.GOV)

    Zhou, Quanlin; Oldenburg, Curtis M.; Spangler, Lee H.

    Analytical solutions with infinite exponential series are available to calculate the rate of diffusive transfer between low-permeability blocks and high-permeability zones in the subsurface. Truncation of these series is often employed by neglecting the early-time regime. Here in this paper, we present unified-form approximate solutions in which the early-time and the late-time solutions are continuous at a switchover time. The early-time solutions are based on three-term polynomial functions in terms of square root of dimensionless time, with the first coefficient dependent only on the dimensionless area-to-volume ratio. The last two coefficients are either determined analytically for isotropic blocks (e.g., spheresmore » and slabs) or obtained by fitting the exact solutions, and they solely depend on the aspect ratios for rectangular columns and parallelepipeds. For the late-time solutions, only the leading exponential term is needed for isotropic blocks, while a few additional exponential terms are needed for highly anisotropic rectangular blocks. The optimal switchover time is between 0.157 and 0.229, with highest relative approximation error less than 0.2%. The solutions are used to demonstrate the storage of dissolved CO 2 in fractured reservoirs with low-permeability matrix blocks of single and multiple shapes and sizes. These approximate solutions are building blocks for development of analytical and numerical tools for hydraulic, solute, and thermal diffusion processes in low-permeability matrix blocks.« less

  15. Scalable Nonparametric Low-Rank Kernel Learning Using Block Coordinate Descent.

    PubMed

    Hu, En-Liang; Kwok, James T

    2015-09-01

    Nonparametric kernel learning (NPKL) is a flexible approach to learn the kernel matrix directly without assuming any parametric form. It can be naturally formulated as a semidefinite program (SDP), which, however, is not very scalable. To address this problem, we propose the combined use of low-rank approximation and block coordinate descent (BCD). Low-rank approximation avoids the expensive positive semidefinite constraint in the SDP by replacing the kernel matrix variable with V(T)V, where V is a low-rank matrix. The resultant nonlinear optimization problem is then solved by BCD, which optimizes each column of V sequentially. It can be shown that the proposed algorithm has nice convergence properties and low computational complexities. Experiments on a number of real-world data sets show that the proposed algorithm outperforms state-of-the-art NPKL solvers.

  16. Convergence to Diagonal Form of Block Jacobi-type Processes

    NASA Astrophysics Data System (ADS)

    Hari, Vjeran

    2008-09-01

    The main result of recent research on convergence to diagonal form of block Jacobi-type processes is presented. For this purpose, all notions needed to describe the result are introduced. In particular, elementary block transformation matrices, simple and non-simple algorithms, block pivot strategies together with the appropriate equivalence relations are defined. The general block Jacobi-type process considered here can be specialized to take the form of almost any known Jacobi-type method for solving the ordinary or the generalized matrix eigenvalue and singular value problems. The assumptions used in the result are satisfied by many concrete methods.

  17. Discovery of the early Jurassic Gajia mélange in the Bangong-Nujiang suture zone: Southward subduction of the Bangong-Nujiang Ocean?

    NASA Astrophysics Data System (ADS)

    Lai, Wen; Hu, Xiumian; Zhu, Dicheng; An, Wei; Ma, Anlin

    2017-06-01

    Mélange records a series of geological processes associated with oceanic subduction and continental collision. This paper reports for the first time the presence of Early Jurassic mélange from NW Nagqu in the southern margin of the Bangong-Nujiang suture zone, termed as the Gajia mélange. It shows typically blocks-in-matrix structure with matrix of black shale and siliceous mudstone, and several centimeters to several meters sized blocks of sandstone, silicalite, limestone and basalt. The sandstone blocks consist of homologous sandstone and two types of exotic sandstone, with different modal compositions. The Group 1 of exotic sandstone blocks consists of mainly of feldspar and quartz, whereas the Group 2 is rich in volcanic detritus. The Group 3 of homologous sandstone blocks is rich in feldspar and volcanic detritus with rare occurrence of quartz. U-Pb age data and in situ Hf isotopic compositions of detrital zircons from sandstone blocks are similar to those from the Lhasa terrane, suggesting that the sandstone blocks in the Gajia mélange most probably came from the Lhasa terrane. The YC1σ(2+) age of homologous sandstone blocks is 177 ± 2.4 Ma, suggesting an Early Jurassic depositional age for the sandstones within the Gajia mélange. The Gajia mélange likely records the southward subduction of the Bangong-Nujiang Ocean during the Early Jurassic.

  18. Solid oxide fuel cell matrix and modules

    DOEpatents

    Riley, Brian

    1990-01-01

    Porous refractory ceramic blocks arranged in an abutting, stacked configuration and forming a three dimensional array provide a support structure and coupling means for a plurality of solid oxide fuel cells (SOFCs). Each of the blocks includes a square center channel which forms a vertical shaft when the blocks are arranged in a stacked array. Positioned within the channel is a SOFC unit cell such that a plurality of such SOFC units disposed within a vertical shaft form a string of SOFC units coupled in series. A first pair of facing inner walls of each of the blocks each include an interconnecting channel hole cut horizontally and vertically into the block walls to form gas exit channels. A second pair of facing lateral walls of each block further include a pair of inner half circular grooves which form sleeves to accommodate anode fuel and cathode air tubes. The stack of ceramic blocks is self-supporting, with a plurality of such stacked arrays forming a matrix enclosed in an insulating refractory brick structure having an outer steel layer. The necessary connections for air, fuel, burnt gas, and anode and cathode connections are provided through the brick and steel outer shell. The ceramic blocks are so designed with respect to the strings of modules that by simple and logical design the strings could be replaced by hot reloading if one should fail. The hot reloading concept has not been included in any previous designs.

  19. Simulation of naturally fractured reservoirs

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Saidi, A.M.

    1983-11-01

    A three-dimensional, three-phase reservoir simulator was developed to study the behavior of fully or partially fractured reservoirs. It is also demonstrated, that when a fractured reservoir is subject to a relatively large rate of pressure drop and/or it composed of relatively large blocks, the pseudo steady-state pressure concept gives large errors as compared with transient fromulation. In addition, when gravity drainage and imbibitum processes, which is the most important mechanism in the fractured reservoirs, are represented by a ''lumped parameter'' even larger errors can be produced in exchange flow between matrix and fractures. For these reasons, the matrix blocks aremore » gridded and the transfer between matrix and fractures are calculated using pressure and diffusion transient concept. In this way the gravity drainage is also calculated accurately. As the matrix-fracture exchange flow depends on the location of each matrix grid relative to the GOC and/or WOC in fracture, the exchange flow equation are derived and given for each possible case. The differential equation describing the flow of water, oil, and gas within the matrix and fracture system, each of which may contain six unknowns, are presented. The two sets of equations are solved implicitly for pressure water, and gas stauration in both matrix and fractures. The first twenty two years of the history of Haft Kel field was successfully matched with this model and the results are included.« less

  20. Integrated Circuit For Simulation Of Neural Network

    NASA Technical Reports Server (NTRS)

    Thakoor, Anilkumar P.; Moopenn, Alexander W.; Khanna, Satish K.

    1988-01-01

    Ballast resistors deposited on top of circuit structure. Cascadable, programmable binary connection matrix fabricated in VLSI form as basic building block for assembly of like units into content-addressable electronic memory matrices operating somewhat like networks of neurons. Connections formed during storage of data, and data recalled from memory by prompting matrix with approximate or partly erroneous signals. Redundancy in pattern of connections causes matrix to respond with correct stored data.

  1. A tight and explicit representation of Q in sparse QR factorization

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Ng, E.G.; Peyton, B.W.

    1992-05-01

    In QR factorization of a sparse m{times}n matrix A (m {ge} n) the orthogonal factor Q is often stored implicitly as a lower trapezoidal matrix H known as the Householder matrix. This paper presents a simple characterization of the row structure of Q, which could be used as the basis for a sparse data structure that can store Q explicitly. The new characterization is a simple extension of a well known row-oriented characterization of the structure of H. Hare, Johnson, Olesky, and van den Driessche have recently provided a complete sparsity analysis of the QR factorization. Let U be themore » matrix consisting of the first n columns of Q. Using results from, we show that the data structures for H and U resulting from our characterizations are tight when A is a strong Hall matrix. We also show that H and the lower trapezoidal part of U have the same sparsity characterization when A is strong Hall. We then show that this characterization can be extended to any weak Hall matrix that has been permuted into block upper triangular form. Finally, we show that permuting to block triangular form never increases the fill incurred during the factorization.« less

  2. Fibronectin matrix assembly is essential for cell condensation during chondrogenesis

    PubMed Central

    Singh, Purva; Schwarzbauer, Jean E.

    2014-01-01

    ABSTRACT Mesenchymal cell condensation is the initiating event in endochondral bone formation. Cell condensation is followed by differentiation into chondrocytes, which is accompanied by induction of chondrogenic gene expression. Gene mutations involved in chondrogenesis cause chondrodysplasias and other skeletal defects. Using mesenchymal stem cells (MSCs) in an in vitro chondrogenesis assay, we found that knockdown of the diastrophic dysplasia (DTD) sulfate transporter (DTDST, also known as SLC26A2), which is required for normal cartilage development, blocked cell condensation and caused a significant reduction in fibronectin matrix. Knockdown of fibronectin with small interfering RNAs (siRNAs) also blocked condensation. Fibrillar fibronectin matrix was detected prior to cell condensation, and its levels increased during and after condensation. Inhibition of fibronectin matrix assembly by use of the functional upstream domain (FUD) of adhesin F1 from Streptococcus pyogenes prevented cell condensation by MSCs and also by the chondrogenic cell line ATDC5. Our data show that cell condensation and induction of chondrogenesis depend on fibronectin matrix assembly and DTDST, and indicate that this transporter is required earlier in chondrogenesis than previously appreciated. They also raise the possibility that certain of the skeletal defects in DTD patients might derive from the link between DTDST, fibronectin matrix and condensation. PMID:25146392

  3. Fibronectin matrix assembly is essential for cell condensation during chondrogenesis.

    PubMed

    Singh, Purva; Schwarzbauer, Jean E

    2014-10-15

    Mesenchymal cell condensation is the initiating event in endochondral bone formation. Cell condensation is followed by differentiation into chondrocytes, which is accompanied by induction of chondrogenic gene expression. Gene mutations involved in chondrogenesis cause chondrodysplasias and other skeletal defects. Using mesenchymal stem cells (MSCs) in an in vitro chondrogenesis assay, we found that knockdown of the diastrophic dysplasia (DTD) sulfate transporter (DTDST, also known as SLC26A2), which is required for normal cartilage development, blocked cell condensation and caused a significant reduction in fibronectin matrix. Knockdown of fibronectin with small interfering RNAs (siRNAs) also blocked condensation. Fibrillar fibronectin matrix was detected prior to cell condensation, and its levels increased during and after condensation. Inhibition of fibronectin matrix assembly by use of the functional upstream domain (FUD) of adhesin F1 from Streptococcus pyogenes prevented cell condensation by MSCs and also by the chondrogenic cell line ATDC5. Our data show that cell condensation and induction of chondrogenesis depend on fibronectin matrix assembly and DTDST, and indicate that this transporter is required earlier in chondrogenesis than previously appreciated. They also raise the possibility that certain of the skeletal defects in DTD patients might derive from the link between DTDST, fibronectin matrix and condensation. © 2014. Published by The Company of Biologists Ltd.

  4. Task Parallel Incomplete Cholesky Factorization using 2D Partitioned-Block Layout

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Kim, Kyungjoo; Rajamanickam, Sivasankaran; Stelle, George Widgery

    We introduce a task-parallel algorithm for sparse incomplete Cholesky factorization that utilizes a 2D sparse partitioned-block layout of a matrix. Our factorization algorithm follows the idea of algorithms-by-blocks by using the block layout. The algorithm-byblocks approach induces a task graph for the factorization. These tasks are inter-related to each other through their data dependences in the factorization algorithm. To process the tasks on various manycore architectures in a portable manner, we also present a portable tasking API that incorporates different tasking backends and device-specific features using an open-source framework for manycore platforms i.e., Kokkos. A performance evaluation is presented onmore » both Intel Sandybridge and Xeon Phi platforms for matrices from the University of Florida sparse matrix collection to illustrate merits of the proposed task-based factorization. Experimental results demonstrate that our task-parallel implementation delivers about 26.6x speedup (geometric mean) over single-threaded incomplete Choleskyby- blocks and 19.2x speedup over serial Cholesky performance which does not carry tasking overhead using 56 threads on the Intel Xeon Phi processor for sparse matrices arising from various application problems.« less

  5. Distribution and character of upper mesozoic subduction complexes along the west coast of North America

    USGS Publications Warehouse

    Jones, D.L.; Blake, M.C.; Bailey, E.H.; McLaughlin, R.J.

    1978-01-01

    Structurally complex sequences of sedimentary, volcanic, and intrusive igneous rocks characterize a nearly continuous narrow band along the Pacific coast of North America from Baja California, Mexico to southern Alaska. They occur in two modes: (1) as complexly folded but coherent sequences of graywacke and argillite that locally exhibit blueschist-grade metamorphism, and (2) as melanges containing large blocks of graywacke, chert, volcanic and plutonic rocks, high-grade schist, and limestone in a highly sheared pelitic, cherty, or sandstone matrix. Fossils from the coherent graywacke sequences range in age from late Jurassic to Eocene; fossils from limestone blocks in the melanges range in age from mid-Paleozoic to middle Cretaceous. Fossils from the matrix surrounding the blocks, however, are of Jurassic, Cretaceous, and rarely, Tertiary age, indicating that fossils from the blocks cannot be used to date the time of formation of the melanges. Both the deformation of the graywacke, with accompanying blueschist metamorphism, as well as the formation of the melanges, are believed to be the result of late Mesozoic and early Tertiary subduction. The origin of the melanges, particularly the emplacement of exotic tectonic blocks, is not understood. ?? 1978.

  6. Development of Ordered, Porous (Sub-25 nm Dimensions) Surface Membrane Structures Using a Block Copolymer Approach.

    PubMed

    Ghoshal, Tandra; Holmes, Justin D; Morris, Michael A

    2018-05-08

    In an effort to develop block copolymer lithography to create high aspect vertical pore arrangements in a substrate surface we have used a microphase separated poly(ethylene oxide) -b- polystyrene (PEO-b-PS) block copolymer (BCP) thin film where (and most unusually) PS not PEO is the cylinder forming phase and PEO is the majority block. Compared to previous work, we can amplify etch contrast by inclusion of hard mask material into the matrix block allowing the cylinder polymer to be removed and the exposed substrate subject to deep etching thereby generating uniform, arranged, sub-25 nm cylindrical nanopore arrays. Briefly, selective metal ion inclusion into the PEO matrix and subsequent processing (etch/modification) was applied for creating iron oxide nanohole arrays. The oxide nanoholes (22 nm diameter) were cylindrical, uniform diameter and mimics the original BCP nanopatterns. The oxide nanohole network is demonstrated as a resistant mask to fabricate ultra dense, well ordered, good sidewall profile silicon nanopore arrays on substrate surface through the pattern transfer approach. The Si nanopores have uniform diameter and smooth sidewalls throughout their depth. The depth of the porous structure can be controlled via the etch process.

  7. Properties Of Carbon/Carbon and Carbon/Phenolic Composites

    NASA Technical Reports Server (NTRS)

    Mathis, John R.; Canfield, A. R.

    1993-01-01

    Report presents data on physical properties of carbon-fiber-reinforced carbon-matrix and phenolic-matrix composite materials. Based on tests conducted on panels, cylinders, blocks, and formed parts. Data used by designers to analyze thermal-response and stress levels and develop structural systems ensuring high reliability at minimum weight.

  8. Convergence rates for finite element problems with singularities. Part 1: Antiplane shear. [crack

    NASA Technical Reports Server (NTRS)

    Plunkett, R.

    1980-01-01

    The problem of a finite crack in an infinite medium under antiplane shear load is considered. It is shown that the nodal forces at the tip of the crack accurately gives the order of singularity, that n energy release methods can give the strength to better than 1 percent with element size 1/10 the crack length, and that nodal forces give a much better estimate of the stress field than do the elements themselves. The finite element formulation and the factoring of tridiagonal matrices are discussed.

  9. Numerical calculation of the neoclassical electron distribution function in an axisymmetric torus

    NASA Astrophysics Data System (ADS)

    Lyons, B. C.; Jardin, S. C.; Ramos, J. J.

    2011-10-01

    We solve for a stationary, axisymmetric electron distribution function (fe) in a torus using a drift-kinetic equation (DKE) with complete Landau collision operator. All terms are kept to gyroradius and collisionality orders relevant to high- temperature tokamaks (i.e., the neoclassical banana regime for electrons). A solubility condition on the DKE determines the non-Maxwellian pieces of fe (called fNMe) to all relevant orders. We work in a 4D phase space (ψ , θ , v , λ) , where ψ defines a flux surface, θ is the poloidal angle, v is the total velocity, and λ is the pitch angle parameter. We expand fNMe in finite elements in both v and λ. The Rosenbluth potentials, Φ and Ψ, which define the collision operator, are expanded in Legendre series in cos χ , where χ is the pitch angle, Fourier series in cos θ , and finite elements in v. At each ψ, we solve a block tridiagonal system for fNMe, Φ, and Ψ simultaneously, resulting in a neoclassical fe for the entire torus. Our goal is to demonstrate that such a formulation can be accurately and efficiently solved numerically. Results will be compared to other codes (e.g., NCLASS, NEO) and could be used as a kinetic closure for an MHD code (e.g., M3D-C1). Supported by the DOE SCGF and DOE Contract # DE-AC02-09CH11466. Based on analytic work by Ramos, PoP 17, 082502 (2010).

  10. Harmony of spinning conformal blocks

    NASA Astrophysics Data System (ADS)

    Schomerus, Volker; Sobko, Evgeny; Isachenkov, Mikhail

    2017-03-01

    Conformal blocks for correlation functions of tensor operators play an increasingly important role for the conformal bootstrap programme. We develop a universal approach to such spinning blocks through the harmonic analysis of certain bundles over a coset of the conformal group. The resulting Casimir equations are given by a matrix version of the Calogero-Sutherland Hamiltonian that describes the scattering of interacting spinning particles in a 1-dimensional external potential. The approach is illustrated in several examples including fermionic seed blocks in 3D CFT where they take a very simple form.

  11. Direction of Arrival Estimation for MIMO Radar via Unitary Nuclear Norm Minimization

    PubMed Central

    Wang, Xianpeng; Huang, Mengxing; Wu, Xiaoqin; Bi, Guoan

    2017-01-01

    In this paper, we consider the direction of arrival (DOA) estimation issue of noncircular (NC) source in multiple-input multiple-output (MIMO) radar and propose a novel unitary nuclear norm minimization (UNNM) algorithm. In the proposed method, the noncircular properties of signals are used to double the virtual array aperture, and the real-valued data are obtained by utilizing unitary transformation. Then a real-valued block sparse model is established based on a novel over-complete dictionary, and a UNNM algorithm is formulated for recovering the block-sparse matrix. In addition, the real-valued NC-MUSIC spectrum is used to design a weight matrix for reweighting the nuclear norm minimization to achieve the enhanced sparsity of solutions. Finally, the DOA is estimated by searching the non-zero blocks of the recovered matrix. Because of using the noncircular properties of signals to extend the virtual array aperture and an additional real structure to suppress the noise, the proposed method provides better performance compared with the conventional sparse recovery based algorithms. Furthermore, the proposed method can handle the case of underdetermined DOA estimation. Simulation results show the effectiveness and advantages of the proposed method. PMID:28441770

  12. Commencement Bay Studies Phase II, Environmental Impacts Assessment.

    DTIC Science & Technology

    1983-10-01

    Approved for public release, distribution unlimited. 17. DISTRIBUTION STATEMENT (of the absirct entered In Block 20. If dlfforent from Report) IS...Matrix (Appendix D). 19. KEY WORDS (Continue n reveres side itnecsewy and identify by block number) Salmonids Wetlands Aesthetics City of Tacoma Marine...Water Quality Land and Water Use Port of Tacoma t AEINACr (Cm as ,.verem ebb N c evesey a - fdoswif by block n mbs) ames and Moore assessed the

  13. Combining Biomimetic Block Copolymer Worms with an Ice-Inhibiting Polymer for the Solvent-Free Cryopreservation of Red Blood Cells.

    PubMed

    Mitchell, Daniel E; Lovett, Joseph R; Armes, Steven P; Gibson, Matthew I

    2016-02-18

    The first fully synthetic polymer-based approach for red-blood-cell cryopreservation without the need for any (toxic) organic solvents is reported. Highly hydroxylated block copolymer worms are shown to be a suitable replacement for hydroxyethyl starch as a extracellular matrix for red blood cells. When used alone, the worms are not a particularly effective preservative. However, when combined with poly(vinyl alcohol), a known ice-recrystallization inhibitor, a remarkable additive cryopreservative effect is observed that matches the performance of hydroxyethyl starch. Moreover, these block copolymer worms enable post-thaw gelation by simply warming to 20 °C. This approach offers a new solution for both the storage and transport of red blood cells and also a convenient matrix for subsequent 3D cell cultures. © 2016 The Authors. Published by Wiley-VCH Verlag GmbH & Co. KGaA.

  14. A study of the parallel algorithm for large-scale DC simulation of nonlinear systems

    NASA Astrophysics Data System (ADS)

    Cortés Udave, Diego Ernesto; Ogrodzki, Jan; Gutiérrez de Anda, Miguel Angel

    Newton-Raphson DC analysis of large-scale nonlinear circuits may be an extremely time consuming process even if sparse matrix techniques and bypassing of nonlinear models calculation are used. A slight decrease in the time required for this task may be enabled on multi-core, multithread computers if the calculation of the mathematical models for the nonlinear elements as well as the stamp management of the sparse matrix entries are managed through concurrent processes. This numerical complexity can be further reduced via the circuit decomposition and parallel solution of blocks taking as a departure point the BBD matrix structure. This block-parallel approach may give a considerable profit though it is strongly dependent on the system topology and, of course, on the processor type. This contribution presents the easy-parallelizable decomposition-based algorithm for DC simulation and provides a detailed study of its effectiveness.

  15. Treatment of toxic metal aqueous solutions: encapsulation in a phosphate-calcium aluminate matrix.

    PubMed

    Fernández, J M; Navarro-Blasco, I; Duran, A; Sirera, R; Alvarez, J I

    2014-07-01

    Polyphosphate-modified calcium aluminate cement matrices were prepared by using aqueous solutions polluted with toxic metals as mixing water to obtain waste-containing solid blocks with improved management and disposal. Synthetically contaminated waters containing either Pb or Cu or Zn were incorporated into phosphoaluminate cement mortars and the effects of the metal's presence on setting time and mechanical performance were assessed. Sorption and leaching tests were also executed and both retention and release patterns were investigated. For all three metals, high uptake capacities as well as percentages of retention larger than 99.9% were measured. Both Pb and Cu were seen to be largely compatible with this cementitious matrix, rendering the obtained blocks suitable for landfilling or for building purposes. However, Zn spoilt the compressive strength values because of its reaction with hydrogen phosphate anions, hindering the development of the binding matrix. Copyright © 2014 Elsevier Ltd. All rights reserved.

  16. Stabilization of the SIESTA MHD Equilibrium Code Using Rapid Cholesky Factorization

    NASA Astrophysics Data System (ADS)

    Hirshman, S. P.; D'Azevedo, E. A.; Seal, S. K.

    2016-10-01

    The SIESTA MHD equilibrium code solves the discretized nonlinear MHD force F ≡ J X B - ∇p for a 3D plasma which may contain islands and stochastic regions. At each nonlinear evolution step, it solves a set of linearized MHD equations which can be written r ≡ Ax - b = 0, where A is the linearized MHD Hessian matrix. When the solution norm | x| is small enough, the nonlinear force norm will be close to the linearized force norm | r| 0 obtained using preconditioned GMRES. In many cases, this procedure works well and leads to a vanishing nonlinear residual (equilibrium) after several iterations in SIESTA. In some cases, however, | x|>1 results and the SIESTA code has to be restarted to obtain nonlinear convergence. In order to make SIESTA more robust and avoid such restarts, we have implemented a new rapid QR factorization of the Hessian which allows us to rapidly and accurately solve the least-squares problem AT r = 0, subject to the condition | x|<1. This avoids large contributions to the nonlinear force terms and in general makes the convergence sequence of SIESTA much more stable. The innovative rapid QR method is based on a pairwise row factorization of the tri-diagonal Hessian. It provides a complete Cholesky factorization while preserving the memory allocation of A. This work was supported by the U.S. D.O.E. contract DE-AC05-00OR22725.

  17. A novel modeling and simulation technique of photo--thermal interactions between lasers and living biological tissues undergoing multiple changes in phase.

    PubMed

    Dua, Rajan; Chakraborty, Suman

    2005-06-01

    Knowledge of heat transfer in biological bodies has many therapeutic applications involving either raising or lowering of temperature, and often requires precise monitoring of the spatial distribution of thermal histories that are produced during a treatment protocol. Extremes of temperature into the freezing and burning ranges are useful in surgical procedures for selective killing and/or removal of target tissues. For example, the primary objective of hyperthermia is to raise the temperature of the diseased tissue to a therapeutic value, typically 41- 44 degrees C, and then thermally destroy it. The present paper therefore aims to develop a mathematical model for effective simulation of photo--thermal interactions between laser rays and biological tissues. In particular, damage of biological tissues when subjected to single point laser diathermy is numerically investigated using a unique enthalpy-based approach for modeling multiple phase change, (namely, melting of fat and vaporization of water content of the tissues) and the associated release/absorption of latent heat in conjunction with unsteady state heat conduction mechanisms. The governing equations of bio-heat transfer coupled with initial and boundary conditions are solved using a finite volume approach in conjunction with line by a line tri-diagonal matrix algorithm (TDMA) solver. Temperature responses of tissues subject to laser heating are quantitatively investigated in detail using the present model, and the resultant solutions are expected to be immensely useful in a variety of Bio-thermal practices in medicine and surgery.

  18. Block recursive LU preconditioners for the thermally coupled incompressible inductionless MHD problem

    NASA Astrophysics Data System (ADS)

    Badia, Santiago; Martín, Alberto F.; Planas, Ramon

    2014-10-01

    The thermally coupled incompressible inductionless magnetohydrodynamics (MHD) problem models the flow of an electrically charged fluid under the influence of an external electromagnetic field with thermal coupling. This system of partial differential equations is strongly coupled and highly nonlinear for real cases of interest. Therefore, fully implicit time integration schemes are very desirable in order to capture the different physical scales of the problem at hand. However, solving the multiphysics linear systems of equations resulting from such algorithms is a very challenging task which requires efficient and scalable preconditioners. In this work, a new family of recursive block LU preconditioners is designed and tested for solving the thermally coupled inductionless MHD equations. These preconditioners are obtained after splitting the fully coupled matrix into one-physics problems for every variable (velocity, pressure, current density, electric potential and temperature) that can be optimally solved, e.g., using preconditioned domain decomposition algorithms. The main idea is to arrange the original matrix into an (arbitrary) 2 × 2 block matrix, and consider an LU preconditioner obtained by approximating the corresponding Schur complement. For every one of the diagonal blocks in the LU preconditioner, if it involves more than one type of unknowns, we proceed the same way in a recursive fashion. This approach is stated in an abstract way, and can be straightforwardly applied to other multiphysics problems. Further, we precisely explain a flexible and general software design for the code implementation of this type of preconditioners.

  19. Self-assembly of silk-elastinlike protein polymers into three-dimensional scaffolds for biomedical applications

    NASA Astrophysics Data System (ADS)

    Zeng, Like

    Production of brand new protein-based materials with precise control over the amino acid sequences at single residue level has been made possible by genetic engineering, through which artificial genes can be developed that encode protein-based materials with desired features. As an example, silk-elastinlike protein polymers (SELPs), composed of tandem repeats of amino acid sequence motifs from Bombyx mori (silkworm) silk and mammalian elastin, have been produced in this approach. SELPs have been studied extensively in the past two decades, however, the fundamental mechanism governing the self-assembly process to date still remains largely unresolved. Further, regardless of the unprecedented success when exploited in areas including drug delivery, gene therapy, and tissue augmentation, SELPs scaffolds as a three-dimensional cell culture model system are complicated by the inability of SELPs to provide the embedded tissue cells with appropriate biochemical stimuli essential for cell survival and function. In this dissertation, it is reported that the self-assembly of silk-elastinlike protein polymers (SELPs) into nanofibers in aqueous solutions can be modulated by tuning the curing temperature, the size of the silk blocks, and the charge of the elastin blocks. A core-sheath model was proposed for nanofiber formation, with the silk blocks in the cores and the hydrated elastin blocks in the sheaths. The folding of the silk blocks into stable cores -- affected by the size of the silk blocks and the charge of the elastin blocks -- plays a critical role in the assembly of silk-elastin nanofibers. The assembled nanofibers further form nanofiber clusters on the microscale, and the nanofiber clusters then coalesce into nanofiber micro-assemblies, interconnection of which eventually leads to the formation of three-dimensional scaffolds with distinct nanoscale and microscale features. SELP-Collagen hybrid scaffolds were also fabricated to enable independent control over the scaffolds' biochemical input and matrix stiffness. It is reported herein that in the hybrid scaffolds, collagen provides essential biochemical cues needed to promote cell attachment and function while SELP imparts matrix stiffness tunability. To obtain tissue-specificity in matrix stiffness that spans over several orders of magnitude covering from soft brain to stiff cartilage, the hybrid SELP-Collagen scaffolds were crosslinked by transglutaminase at physiological conditions compatible for simultaneous cell encapsulation. The effect of the increase in matrix stiffness induced by such enzymatic crosslinking on cellular viability and proliferation was also evaluated using in vitro cell assays.

  20. A robust variant of block Jacobi-Davidson for extracting a large number of eigenpairs: Application to grid-based real-space density functional theory

    NASA Astrophysics Data System (ADS)

    Lee, M.; Leiter, K.; Eisner, C.; Breuer, A.; Wang, X.

    2017-09-01

    In this work, we investigate a block Jacobi-Davidson (J-D) variant suitable for sparse symmetric eigenproblems where a substantial number of extremal eigenvalues are desired (e.g., ground-state real-space quantum chemistry). Most J-D algorithm variations tend to slow down as the number of desired eigenpairs increases due to frequent orthogonalization against a growing list of solved eigenvectors. In our specification of block J-D, all of the steps of the algorithm are performed in clusters, including the linear solves, which allows us to greatly reduce computational effort with blocked matrix-vector multiplies. In addition, we move orthogonalization against locked eigenvectors and working eigenvectors outside of the inner loop but retain the single Ritz vector projection corresponding to the index of the correction vector. Furthermore, we minimize the computational effort by constraining the working subspace to the current vectors being updated and the latest set of corresponding correction vectors. Finally, we incorporate accuracy thresholds based on the precision required by the Fermi-Dirac distribution. The net result is a significant reduction in the computational effort against most previous block J-D implementations, especially as the number of wanted eigenpairs grows. We compare our approach with another robust implementation of block J-D (JDQMR) and the state-of-the-art Chebyshev filter subspace (CheFSI) method for various real-space density functional theory systems. Versus CheFSI, for first-row elements, our method yields competitive timings for valence-only systems and 4-6× speedups for all-electron systems with up to 10× reduced matrix-vector multiplies. For all-electron calculations on larger elements (e.g., gold) where the wanted spectrum is quite narrow compared to the full spectrum, we observe 60× speedup with 200× fewer matrix-vector multiples vs. CheFSI.

  1. A robust variant of block Jacobi-Davidson for extracting a large number of eigenpairs: Application to grid-based real-space density functional theory.

    PubMed

    Lee, M; Leiter, K; Eisner, C; Breuer, A; Wang, X

    2017-09-21

    In this work, we investigate a block Jacobi-Davidson (J-D) variant suitable for sparse symmetric eigenproblems where a substantial number of extremal eigenvalues are desired (e.g., ground-state real-space quantum chemistry). Most J-D algorithm variations tend to slow down as the number of desired eigenpairs increases due to frequent orthogonalization against a growing list of solved eigenvectors. In our specification of block J-D, all of the steps of the algorithm are performed in clusters, including the linear solves, which allows us to greatly reduce computational effort with blocked matrix-vector multiplies. In addition, we move orthogonalization against locked eigenvectors and working eigenvectors outside of the inner loop but retain the single Ritz vector projection corresponding to the index of the correction vector. Furthermore, we minimize the computational effort by constraining the working subspace to the current vectors being updated and the latest set of corresponding correction vectors. Finally, we incorporate accuracy thresholds based on the precision required by the Fermi-Dirac distribution. The net result is a significant reduction in the computational effort against most previous block J-D implementations, especially as the number of wanted eigenpairs grows. We compare our approach with another robust implementation of block J-D (JDQMR) and the state-of-the-art Chebyshev filter subspace (CheFSI) method for various real-space density functional theory systems. Versus CheFSI, for first-row elements, our method yields competitive timings for valence-only systems and 4-6× speedups for all-electron systems with up to 10× reduced matrix-vector multiplies. For all-electron calculations on larger elements (e.g., gold) where the wanted spectrum is quite narrow compared to the full spectrum, we observe 60× speedup with 200× fewer matrix-vector multiples vs. CheFSI.

  2. Variational optimization algorithms for uniform matrix product states

    NASA Astrophysics Data System (ADS)

    Zauner-Stauber, V.; Vanderstraeten, L.; Fishman, M. T.; Verstraete, F.; Haegeman, J.

    2018-01-01

    We combine the density matrix renormalization group (DMRG) with matrix product state tangent space concepts to construct a variational algorithm for finding ground states of one-dimensional quantum lattices in the thermodynamic limit. A careful comparison of this variational uniform matrix product state algorithm (VUMPS) with infinite density matrix renormalization group (IDMRG) and with infinite time evolving block decimation (ITEBD) reveals substantial gains in convergence speed and precision. We also demonstrate that VUMPS works very efficiently for Hamiltonians with long-range interactions and also for the simulation of two-dimensional models on infinite cylinders. The new algorithm can be conveniently implemented as an extension of an already existing DMRG implementation.

  3. Straightening: existence, uniqueness and stability

    PubMed Central

    Destrade, M.; Ogden, R. W.; Sgura, I.; Vergori, L.

    2014-01-01

    One of the least studied universal deformations of incompressible nonlinear elasticity, namely the straightening of a sector of a circular cylinder into a rectangular block, is revisited here and, in particular, issues of existence and stability are addressed. Particular attention is paid to the system of forces required to sustain the large static deformation, including by the application of end couples. The influence of geometric parameters and constitutive models on the appearance of wrinkles on the compressed face of the block is also studied. Different numerical methods for solving the incremental stability problem are compared and it is found that the impedance matrix method, based on the resolution of a matrix Riccati differential equation, is the more precise. PMID:24711723

  4. Low-Dielectric Constant Polyimide Nanoporous Films: Synthesis and Properties

    NASA Astrophysics Data System (ADS)

    Mehdipour-Ataei, S.; Rahimi, A.; Saidi, S.

    2007-08-01

    Synthesis of high temperature polyimide foams with pore sizes in the nanometer range was developed. Foams were prepared by casting graft copolymers comprising a thermally stable block as the matrix and a thermally labile material as the dispersed phase. Polyimides derived from pyromellitic dianhydride with new diamines (4BAP and BAN) were used as the matrix material and functionalized poly(propylene glycol) oligomers were used as a thermally labile constituent. Upon thermal treatment the labile blocks were subsequently removed leaving pores with the size and shape of the original copolymer morphology. The polyimides and foamed polyimides were characterized by some conventional methods including FTIR, H-NMR, DSC, TGA, SEM, TEM, and dielectric constant.

  5. Matrix multiplication on the Intel Touchstone Delta

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Huss-Lederman, S.; Jacobson, E.M.; Tsao, A.

    1993-12-31

    Matrix multiplication is a key primitive in block matrix algorithms such as those found in LAPACK. We present results from our study of matrix multiplication algorithms on the Intel Touchstone Delta, a distributed memory message-passing architecture with a two-dimensional mesh topology. We obtain an implementation that uses communication primitives highly suited to the Delta and exploits the single node assembly-coded matrix multiplication. Our algorithm is completely general, able to deal with arbitrary mesh aspect ratios and matrix dimensions, and has achieved parallel efficiency of 86% with overall peak performance in excess of 8 Gflops on 256 nodes for an 8800more » {times} 8800 matrix. We describe our algorithm design and implementation, and present performance results that demonstrate scalability and robust behavior over varying mesh topologies.« less

  6. Faces of matrix models

    NASA Astrophysics Data System (ADS)

    Morozov, A.

    2012-08-01

    Partition functions of eigenvalue matrix models possess a number of very different descriptions: as matrix integrals, as solutions to linear and nonlinear equations, as τ-functions of integrable hierarchies and as special-geometry prepotentials, as result of the action of W-operators and of various recursions on elementary input data, as gluing of certain elementary building blocks. All this explains the central role of such matrix models in modern mathematical physics: they provide the basic "special functions" to express the answers and relations between them, and they serve as a dream model of what one should try to achieve in any other field.

  7. Structured block copolymer thin film composites for ultra-high energy density capacitors

    NASA Astrophysics Data System (ADS)

    Samant, Saumil; Hailu, Shimelis; Grabowski, Christopher; Durstock, Michael; Raghavan, Dharmaraj; Karim, Alamgir

    2014-03-01

    Development of high energy density capacitors is essential for future applications like hybrid vehicles and directed energy weaponry. Fundamentally, energy density is governed by product of dielectric permittivity ɛ and breakdown strength Vbd. Hence, improvements in energy density are greatly reliant on improving either ɛ or Vbd or a combination of both. Polymer films are widely used in capacitors due to high Vbd and low loss but they suffer from very low permittivities. Composite dielectrics offer a unique opportunity to combine the high ɛ of inorganic fillers with the high Vbd of a polymer matrix. For enhancement of dielectric properties, it is essential to improve matrix-filler interaction and control the spatial distribution of fillers for which nanostructured block copolymers BCP act as ideal templates. We use Directed Self-assembly of block copolymers to rapidly fabricate highly aligned BCP-TiO2 composite nanostructures in thin films under dynamic thermal gradient field to synergistically combine the high ɛ of functionalized TiO2 and high Vbd of BCP matrix. The results of impact of BCP morphology, processing conditions and concentration of TiO2 on capacitor performance will be reported. U.S. Air Force of Scientific Research under contract FA9550-12-1-0306

  8. Fire blocking systems for aircraft seat cushions

    NASA Technical Reports Server (NTRS)

    Parker, J. A.; Kourtides, D. A. (Inventor)

    1984-01-01

    A configuration and method for reducing the flammability of bodies of organic materials that thermally decompose to give flammable gases comprises covering the body with a flexible matrix that catalytically cracks the flammable gases to less flammable species. Optionally, the matrix is covered with a gas impermeable outer layer. In a preferred embodiment, the invention takes the form of an aircraft seat in which the body is a poly(urethane) seat cushion, the matrix is an aramid fabric or felt and the outer layer is an aluminum film.

  9. Second level semi-degenerate fields in W_3 Toda theory: matrix element and differential equation

    NASA Astrophysics Data System (ADS)

    Belavin, Vladimir; Cao, Xiangyu; Estienne, Benoit; Santachiara, Raoul

    2017-03-01

    In a recent study we considered W_3 Toda 4-point functions that involve matrix elements of a primary field with the highest-weight in the adjoint representation of sl_3 . We generalize this result by considering a semi-degenerate primary field, which has one null vector at level two. We obtain a sixth-order Fuchsian differential equation for the conformal blocks. We discuss the presence of multiplicities, the matrix elements and the fusion rules.

  10. Four-parameter potential box with inverse square singular boundaries

    NASA Astrophysics Data System (ADS)

    Alhaidari, A. D.; Taiwo, T. J.

    2018-03-01

    Using the Tridiagonal Representation Approach (TRA), we obtain solutions (energy spectrum and corresponding wavefunctions) for a four-parameter potential box with inverse square singularity at the boundaries. It could be utilized in physical applications to replace the widely used one-parameter infinite square potential well (ISPW). The four parameters of the potential provide an added flexibility over the one-parameter ISPW to control the physical features of the system. The two potential parameters that give the singularity strength at the boundaries are naturally constrained to avoid the inherent quantum anomalies associated with the inverse square potential.

  11. Noniterative three-dimensional grid generation using parabolic partial differential equations

    NASA Technical Reports Server (NTRS)

    Edwards, T. A.

    1985-01-01

    A new algorithm for generating three-dimensional grids has been developed and implemented which numerically solves a parabolic partial differential equation (PDE). The solution procedure marches outward in two coordinate directions, and requires inversion of a scalar tridiagonal system in the third. Source terms have been introduced to control the spacing and angle of grid lines near the grid boundaries, and to control the outer boundary point distribution. The method has been found to generate grids about 100 times faster than comparable grids generated via solution of elliptic PDEs, and produces smooth grids for finite-difference flow calculations.

  12. A case against a divide and conquer approach to the nonsymmetric eigenvalue problem

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Jessup, E.R.

    1991-12-01

    Divide and conquer techniques based on rank-one updating have proven fast, accurate, and efficient in parallel for the real symmetric tridiagonal and unitary eigenvalue problems and for the bidiagonal singular value problem. Although the divide and conquer mechanism can also be adapted to the real nonsymmetric eigenproblem in a straightforward way, most of the desirable characteristics of the other algorithms are lost. In this paper, we examine the problems of accuracy and efficiency that can stand in the way of a nonsymmetric divide and conquer eigensolver based on low-rank updating. 31 refs., 2 figs.

  13. Trajectory Generation by Piecewise Spline Interpolation

    DTIC Science & Technology

    1976-04-01

    Lx) -a 0 + atx + aAx + x (21)0 1 2 3 and the coefficients are obtained from Equation (20) as ao m fl (22)i al " fi, (23) S3(fi + I f ) 2fj + fj+ 1 (24...reference frame to the vehicle fixed frame is pTO’ 0TO’ OTO’ *TO where a if (gZv0 - A >- 0 aCI (64) - azif (gzv0- AzvO < 0 These rotations may be...velocity frame axes directions (velocity frame from the output frame) aO, al , a 2 , a 3 Coefficients of the piecewise cubic polynomials [B ] Tridiagonal

  14. Adsorption of copolymers at polymer/air and polymer/solid interfaces

    NASA Astrophysics Data System (ADS)

    Oslanec, Robert

    Using mainly low-energy forward recoil spectrometry (LE-FRES) and neutron reflectivity (NR), copolymer behavior at polymer/air and polymer/solid interfaces is investigated. For a miscible blend of poly(styrene-ran-acrylonitrile) copolymers, the volume fraction profile of the copolymer with lower acrylonitrile content is flat near the surface in contrast to mean field predictions. Including copolymer polydispersity into a self consistent mean field (SCMF) model does not account for this profile shape. LE-FRES and NR is also used to study poly(deuterated styrene-block-methyl-methacrylate) (dPS-b-PMMA) adsorption from a polymer matrix to a silicon oxide substrate. The interfacial excess, zsp*, layer thickness, L, and layer-matrix width, w, depend strongly on the number of matrix segments, P, for P 2N, the matrix chains are repelled from the adsorbed layer and the layer characteristics become independent of P. An SCMF model of block copolymer adsorption is developed. SCMF predictions are in qualitative agreement with the experimental behavior of zsp*, L, and w as a function of P. Using this model, the interaction energy of the MMA block with the oxide substrate is found to be -8ksb{B}T. In a subsequent experiment, the matrix/dPS interaction is made increasingly unfavorable by increasing the 4-bromostyrene mole fraction, x, in a poly(styrene-ran-4-bromostyrene) (PBrsbxS) matrix. Whereas experiments show that zsp* slightly decreases as x increases, the SCMF model predicts that zsp* should increase as the matrix becomes more unfavorable. Upon including a small matrix attraction for the substrate, the SCMF model shows that zsp* decreases with x because of competition between PBrsbxS and dPS-b-PMMA for adsorbing sites. In thin film dewetting experiments on silicon oxide, the addition of dPS-b-PMMA to PS coatings acts to slow hole growth and prevent holes from impinging. Dewetting studies show that longer dPS-b-PMMA chains are more effective stabilizing agents than shorter ones and that 3 volume percent dPS-b-PMMA is the optimum additive concentration for this system. For a dPS-b-PMMA:PS blend, atomic force microscopy of the hole floor reveals mounds of residual polymer and a modulated contact line where the rim meets the substrate.

  15. Interactive Block Games for Assessing Children's Cognitive Skills: Design and Preliminary Evaluation.

    PubMed

    Lee, Kiju; Jeong, Donghwa; Schindler, Rachael C; Hlavaty, Laura E; Gross, Susan I; Short, Elizabeth J

    2018-01-01

    Background: This paper presents design and results from preliminary evaluation of Tangible Geometric Games (TAG-Games) for cognitive assessment in young children. The TAG-Games technology employs a set of sensor-integrated cube blocks, called SIG-Blocks, and graphical user interfaces for test administration and real-time performance monitoring. TAG-Games were administered to children from 4 to 8 years of age for evaluating preliminary efficacy of this new technology-based approach. Methods: Five different sets of SIG-Blocks comprised of geometric shapes, segmented human faces, segmented animal faces, emoticons, and colors, were used for three types of TAG-Games, including Assembly, Shape Matching, and Sequence Memory. Computational task difficulty measures were defined for each game and used to generate items with varying difficulty. For preliminary evaluation, TAG-Games were tested on 40 children. To explore the clinical utility of the information assessed by TAG-Games, three subtests of the age-appropriate Wechsler tests (i.e., Block Design, Matrix Reasoning, and Picture Concept) were also administered. Results: Internal consistency of TAG-Games was evaluated by the split-half reliability test. Weak to moderate correlations between Assembly and Block Design, Shape Matching and Matrix Reasoning, and Sequence Memory and Picture Concept were found. The computational measure of task complexity for each TAG-Game showed a significant correlation with participants' performance. In addition, age-correlations on TAG-Game scores were found, implying its potential use for assessing children's cognitive skills autonomously.

  16. Interactive Block Games for Assessing Children's Cognitive Skills: Design and Preliminary Evaluation

    PubMed Central

    Lee, Kiju; Jeong, Donghwa; Schindler, Rachael C.; Hlavaty, Laura E.; Gross, Susan I.; Short, Elizabeth J.

    2018-01-01

    Background: This paper presents design and results from preliminary evaluation of Tangible Geometric Games (TAG-Games) for cognitive assessment in young children. The TAG-Games technology employs a set of sensor-integrated cube blocks, called SIG-Blocks, and graphical user interfaces for test administration and real-time performance monitoring. TAG-Games were administered to children from 4 to 8 years of age for evaluating preliminary efficacy of this new technology-based approach. Methods: Five different sets of SIG-Blocks comprised of geometric shapes, segmented human faces, segmented animal faces, emoticons, and colors, were used for three types of TAG-Games, including Assembly, Shape Matching, and Sequence Memory. Computational task difficulty measures were defined for each game and used to generate items with varying difficulty. For preliminary evaluation, TAG-Games were tested on 40 children. To explore the clinical utility of the information assessed by TAG-Games, three subtests of the age-appropriate Wechsler tests (i.e., Block Design, Matrix Reasoning, and Picture Concept) were also administered. Results: Internal consistency of TAG-Games was evaluated by the split-half reliability test. Weak to moderate correlations between Assembly and Block Design, Shape Matching and Matrix Reasoning, and Sequence Memory and Picture Concept were found. The computational measure of task complexity for each TAG-Game showed a significant correlation with participants' performance. In addition, age-correlations on TAG-Game scores were found, implying its potential use for assessing children's cognitive skills autonomously. PMID:29868520

  17. Preconditioned conjugate gradient wave-front reconstructors for multiconjugate adaptive optics

    NASA Astrophysics Data System (ADS)

    Gilles, Luc; Ellerbroek, Brent L.; Vogel, Curtis R.

    2003-09-01

    Multiconjugate adaptive optics (MCAO) systems with 104-105 degrees of freedom have been proposed for future giant telescopes. Using standard matrix methods to compute, optimize, and implement wave-front control algorithms for these systems is impractical, since the number of calculations required to compute and apply the reconstruction matrix scales respectively with the cube and the square of the number of adaptive optics degrees of freedom. We develop scalable open-loop iterative sparse matrix implementations of minimum variance wave-front reconstruction for telescope diameters up to 32 m with more than 104 actuators. The basic approach is the preconditioned conjugate gradient method with an efficient preconditioner, whose block structure is defined by the atmospheric turbulent layers very much like the layer-oriented MCAO algorithms of current interest. Two cost-effective preconditioners are investigated: a multigrid solver and a simpler block symmetric Gauss-Seidel (BSGS) sweep. Both options require off-line sparse Cholesky factorizations of the diagonal blocks of the matrix system. The cost to precompute these factors scales approximately as the three-halves power of the number of estimated phase grid points per atmospheric layer, and their average update rate is typically of the order of 10-2 Hz, i.e., 4-5 orders of magnitude lower than the typical 103 Hz temporal sampling rate. All other computations scale almost linearly with the total number of estimated phase grid points. We present numerical simulation results to illustrate algorithm convergence. Convergence rates of both preconditioners are similar, regardless of measurement noise level, indicating that the layer-oriented BSGS sweep is as effective as the more elaborated multiresolution preconditioner.

  18. New algorithms for field-theoretic block copolymer simulations: Progress on using adaptive-mesh refinement and sparse matrix solvers in SCFT calculations

    NASA Astrophysics Data System (ADS)

    Sides, Scott; Jamroz, Ben; Crockett, Robert; Pletzer, Alexander

    2012-02-01

    Self-consistent field theory (SCFT) for dense polymer melts has been highly successful in describing complex morphologies in block copolymers. Field-theoretic simulations such as these are able to access large length and time scales that are difficult or impossible for particle-based simulations such as molecular dynamics. The modified diffusion equations that arise as a consequence of the coarse-graining procedure in the SCF theory can be efficiently solved with a pseudo-spectral (PS) method that uses fast-Fourier transforms on uniform Cartesian grids. However, PS methods can be difficult to apply in many block copolymer SCFT simulations (eg. confinement, interface adsorption) in which small spatial regions might require finer resolution than most of the simulation grid. Progress on using new solver algorithms to address these problems will be presented. The Tech-X Chompst project aims at marrying the best of adaptive mesh refinement with linear matrix solver algorithms. The Tech-X code PolySwift++ is an SCFT simulation platform that leverages ongoing development in coupling Chombo, a package for solving PDEs via block-structured AMR calculations and embedded boundaries, with PETSc, a toolkit that includes a large assortment of sparse linear solvers.

  19. High-flexibility combinatorial peptide synthesis with laser-based transfer of monomers in solid matrix material.

    PubMed

    Loeffler, Felix F; Foertsch, Tobias C; Popov, Roman; Mattes, Daniela S; Schlageter, Martin; Sedlmayr, Martyna; Ridder, Barbara; Dang, Florian-Xuan; von Bojničić-Kninski, Clemens; Weber, Laura K; Fischer, Andrea; Greifenstein, Juliane; Bykovskaya, Valentina; Buliev, Ivan; Bischoff, F Ralf; Hahn, Lothar; Meier, Michael A R; Bräse, Stefan; Powell, Annie K; Balaban, Teodor Silviu; Breitling, Frank; Nesterov-Mueller, Alexander

    2016-06-14

    Laser writing is used to structure surfaces in many different ways in materials and life sciences. However, combinatorial patterning applications are still limited. Here we present a method for cost-efficient combinatorial synthesis of very-high-density peptide arrays with natural and synthetic monomers. A laser automatically transfers nanometre-thin solid material spots from different donor slides to an acceptor. Each donor bears a thin polymer film, embedding one type of monomer. Coupling occurs in a separate heating step, where the matrix becomes viscous and building blocks diffuse and couple to the acceptor surface. Furthermore, we can consecutively deposit two material layers of activation reagents and amino acids. Subsequent heat-induced mixing facilitates an in situ activation and coupling of the monomers. This allows us to incorporate building blocks with click chemistry compatibility or a large variety of commercially available non-activated, for example, posttranslationally modified building blocks into the array's peptides with >17,000 spots per cm(2).

  20. A computational method for solving stochastic Itô–Volterra integral equations based on stochastic operational matrix for generalized hat basis functions

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Heydari, M.H., E-mail: heydari@stu.yazd.ac.ir; The Laboratory of Quantum Information Processing, Yazd University, Yazd; Hooshmandasl, M.R., E-mail: hooshmandasl@yazd.ac.ir

    2014-08-01

    In this paper, a new computational method based on the generalized hat basis functions is proposed for solving stochastic Itô–Volterra integral equations. In this way, a new stochastic operational matrix for generalized hat functions on the finite interval [0,T] is obtained. By using these basis functions and their stochastic operational matrix, such problems can be transformed into linear lower triangular systems of algebraic equations which can be directly solved by forward substitution. Also, the rate of convergence of the proposed method is considered and it has been shown that it is O(1/(n{sup 2}) ). Further, in order to show themore » accuracy and reliability of the proposed method, the new approach is compared with the block pulse functions method by some examples. The obtained results reveal that the proposed method is more accurate and efficient in comparison with the block pule functions method.« less

  1. Wear behavioral study of as cast and 7 hr homogenized Al25Mg2Si2Cu4Ni alloy at constant load

    NASA Astrophysics Data System (ADS)

    Harlapur, M. D.; Sondur, D. G.; Akkimardi, V. G.; Mallapur, D. G.

    2018-04-01

    In the current study, the wear behavior of as cast and 7 hr homogenized Al25Mg2Si2Cu4Ni alloy has been investigated. Microstructure, SEM and EDS results confirm the presence of different intermetallic and their effects on wear properties of Al25Mg2Si2Cu4Ni alloy in as cast as well as aged condition. Alloying main elements like Si, Cu, Mg and Ni partly dissolve in the primary α-Al matrix and to some amount present in the form of intermetallic phases. SEM structure of as cast alloy shows blocks of Mg2Si which is at random distributed in the aluminium matrix. Precipitates of Al2Cu in the form of Chinese script are also observed. Also `Q' phase (Al-Si-Cu-Mg) be distributed uniformly into the aluminium matrix. Few coarsened platelets of Ni are seen. In case of 7 hr homogenized samples blocks of Mg2Si get rounded at the corners, Platelets of Ni get fragmented and distributed uniformly in the aluminium matrix. Results show improved volumetric wear resistance and reduced coefficient of friction after homogenizing heat treatment.

  2. A Novel Approach for Constructing One-Way Hash Function Based on a Message Block Controlled 8D Hyperchaotic Map

    NASA Astrophysics Data System (ADS)

    Lin, Zhuosheng; Yu, Simin; Lü, Jinhu

    2017-06-01

    In this paper, a novel approach for constructing one-way hash function based on 8D hyperchaotic map is presented. First, two nominal matrices both with constant and variable parameters are adopted for designing 8D discrete-time hyperchaotic systems, respectively. Then each input plaintext message block is transformed into 8 × 8 matrix following the order of left to right and top to bottom, which is used as a control matrix for the switch of the nominal matrix elements both with the constant parameters and with the variable parameters. Through this switching control, a new nominal matrix mixed with the constant and variable parameters is obtained for the 8D hyperchaotic map. Finally, the hash function is constructed with the multiple low 8-bit hyperchaotic system iterative outputs after being rounded down, and its secure analysis results are also given, validating the feasibility and reliability of the proposed approach. Compared with the existing schemes, the main feature of the proposed method is that it has a large number of key parameters with avalanche effect, resulting in the difficulty for estimating or predicting key parameters via various attacks.

  3. Rockslide-debris avalanche of May 18, 1980, Mount St. Helens Volcano, Washington

    USGS Publications Warehouse

    Glicken, Harry

    1996-01-01

    This report provides a detailed picture of the rockslide-debris avalanche of the May 18, 1980, eruption of Mount St. Helens volcano. It provides a characterization of the deposit, a reinterpretation of the details of the first minutes of the eruption of May 18, and insight into the transport mechanism of the mass movement. Details of the rockslide event, as revealed by eyewitness photographs, are correlated with features of the deposit. The photographs show three slide blocks in the rockslide movement. Slide block I was triggered by a magnitude 5.1 earthquake at 8:32 a.m. Pacific Daylight Time (P.D.T.). An exploding cryptodome burst through slide block II to produce the 'blast surge.' Slide block III consisted of many discrete failures that were carried out in continuing pyroclastic currents generated from the exploding cryptodome. The cryptodome continued to depressurize after slide block III, producing a blast deposit that rests on top of the debris-avalanche deposit. The hummocky 2.5 cubic kilometer debris-avalanche deposit consists of block facies (pieces of the pre-eruption Mount St. Helens transported relatively intact) and matrix facies (a mixture of rocks from the old mountain and cryptodome dacite). Block facies is divided into five lithologic units. Matrix facies was derived from the explosively generated current of slide block III as well as from disaggregation and mixing of debris-avalanche blocks. The mean density of the old cone was measured to be abut 20 percent greater than the mean density of the avalanche deposit. Density in the deposit does not decrease with distance which suggests that debris-avalanche blocks were dilated at the mountain, rather than during transport. Various grain-size parameters that show that clast size converges about a mean with distance suggest mixing during transport. The debris-avalanche flow can be considered a grain flow, where particles -- either debris-avalanche blocks or the clasts within the blocks -- collided and created dispersive stress normal to the movement of material. The dispersive stress preserved the dilation of the material and allowed it to flow.

  4. Parallel block schemes for large scale least squares computations

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Golub, G.H.; Plemmons, R.J.; Sameh, A.

    1986-04-01

    Large scale least squares computations arise in a variety of scientific and engineering problems, including geodetic adjustments and surveys, medical image analysis, molecular structures, partial differential equations and substructuring methods in structural engineering. In each of these problems, matrices often arise which possess a block structure which reflects the local connection nature of the underlying physical problem. For example, such super-large nonlinear least squares computations arise in geodesy. Here the coordinates of positions are calculated by iteratively solving overdetermined systems of nonlinear equations by the Gauss-Newton method. The US National Geodetic Survey will complete this year (1986) the readjustment ofmore » the North American Datum, a problem which involves over 540 thousand unknowns and over 6.5 million observations (equations). The observation matrix for these least squares computations has a block angular form with 161 diagnonal blocks, each containing 3 to 4 thousand unknowns. In this paper parallel schemes are suggested for the orthogonal factorization of matrices in block angular form and for the associated backsubstitution phase of the least squares computations. In addition, a parallel scheme for the calculation of certain elements of the covariance matrix for such problems is described. It is shown that these algorithms are ideally suited for multiprocessors with three levels of parallelism such as the Cedar system at the University of Illinois. 20 refs., 7 figs.« less

  5. A Shifted Block Lanczos Algorithm 1: The Block Recurrence

    NASA Technical Reports Server (NTRS)

    Grimes, Roger G.; Lewis, John G.; Simon, Horst D.

    1990-01-01

    In this paper we describe a block Lanczos algorithm that is used as the key building block of a software package for the extraction of eigenvalues and eigenvectors of large sparse symmetric generalized eigenproblems. The software package comprises: a version of the block Lanczos algorithm specialized for spectrally transformed eigenproblems; an adaptive strategy for choosing shifts, and efficient codes for factoring large sparse symmetric indefinite matrices. This paper describes the algorithmic details of our block Lanczos recurrence. This uses a novel combination of block generalizations of several features that have only been investigated independently in the past. In particular new forms of partial reorthogonalization, selective reorthogonalization and local reorthogonalization are used, as is a new algorithm for obtaining the M-orthogonal factorization of a matrix. The heuristic shifting strategy, the integration with sparse linear equation solvers and numerical experience with the code are described in a companion paper.

  6. Poly-N-acetylglucosamine matrix polysaccharide impedes fluid convection and transport of the cationic surfactant cetylpyridinium chloride through bacterial biofilms.

    PubMed

    Ganeshnarayan, Krishnaraj; Shah, Suhagi M; Libera, Matthew R; Santostefano, Anthony; Kaplan, Jeffrey B

    2009-03-01

    Biofilms are composed of bacterial cells encased in a self-synthesized, extracellular polymeric matrix. Poly-beta(1,6)-N-acetyl-d-glucosamine (PNAG) is a major biofilm matrix component in phylogenetically diverse bacteria. In this study we investigated the physical and chemical properties of the PNAG matrix in biofilms produced in vitro by the gram-negative porcine respiratory pathogen Actinobacillus pleuropneumoniae and the gram-positive device-associated pathogen Staphylococcus epidermidis. The effect of PNAG on bulk fluid flow was determined by measuring the rate of fluid convection through biofilms cultured in centrifugal filter devices. The rate of fluid convection was significantly higher in biofilms cultured in the presence of the PNAG-degrading enzyme dispersin B than in biofilms cultured without the enzyme, indicating that PNAG decreases bulk fluid flow. PNAG also blocked transport of the quaternary ammonium compound cetylpyridinium chloride (CPC) through the biofilms. Binding of CPC to biofilms further impeded fluid convection and blocked transport of the azo dye Allura red. Bioactive CPC was efficiently eluted from biofilms by treatment with 1 M sodium chloride. Taken together, these findings suggest that CPC reacts directly with the PNAG matrix and alters its physical and chemical properties. Our results indicate that PNAG plays an important role in controlling the physiological state of biofilms and may contribute to additional biofilm-associated processes such as biocide resistance.

  7. Active tissue stiffness modulation controls valve interstitial cell phenotype and osteogenic potential in 3D culture.

    PubMed

    Duan, Bin; Yin, Ziying; Hockaday Kang, Laura; Magin, Richard L; Butcher, Jonathan T

    2016-05-01

    Calcific aortic valve disease (CAVD) progression is a highly dynamic process whereby normally fibroblastic valve interstitial cells (VIC) undergo osteogenic differentiation, maladaptive extracellular matrix (ECM) composition, structural remodeling, and tissue matrix stiffening. However, how VIC with different phenotypes dynamically affect matrix properties and how the altered matrix further affects VIC phenotypes in response to physiological and pathological conditions have not yet been determined. In this study, we develop 3D hydrogels with tunable matrix stiffness to investigate the dynamic interplay between VIC phenotypes and matrix biomechanics. We find that VIC populated within hydrogels with valve leaflet like stiffness differentiate towards myofibroblasts in osteogenic media, but surprisingly undergo osteogenic differentiation when cultured within lower initial stiffness hydrogels. VIC differentiation progressively stiffens the hydrogel microenvironment, which further upregulates both early and late osteogenic markers. These findings identify a dynamic positive feedback loop that governs acceleration of VIC calcification. Temporal stiffening of pathologically lower stiffness matrix back to normal level, or blocking the mechanosensitive RhoA/ROCK signaling pathway, delays the osteogenic differentiation process. Therefore, direct ECM biomechanical modulation can affect VIC phenotypes towards and against osteogenic differentiation in 3D culture. These findings highlight the importance of the homeostatic maintenance of matrix stiffness to restrict pathological VIC differentiation. We implement 3D hydrogels with tunable matrix stiffness to investigate the dynamic interaction between valve interstitial cells (VIC, major cell population in heart valve) and matrix biomechanics. This work focuses on how human VIC responses to changing 3D culture environments. Our findings identify a dynamic positive feedback loop that governs acceleration of VIC calcification, which is the hallmark of calcific aortic valve disease. Temporal stiffening of pathologically lower stiffness matrix back to normal level, or blocking the mechanosensitive signaling pathway, delays VIC osteogenic differentiation. Our findings provide an improved understanding of VIC-matrix interactions to aid in interpretation of VIC calcification studies in vitro and suggest that ECM disruption resulting in local tissue stiffness decreases may promote calcific aortic valve disease. Copyright © 2016 Acta Materialia Inc. Published by Elsevier Ltd. All rights reserved.

  8. The rapid manufacture of uniform composite multicellular-biomaterial micropellets, their assembly into macroscopic organized tissues, and potential applications in cartilage tissue engineering.

    PubMed

    Babur, Betul Kul; Kabiri, Mahboubeh; Klein, Travis Jacob; Lott, William B; Doran, Michael Robert

    2015-01-01

    We and others have published on the rapid manufacture of micropellet tissues, typically formed from 100-500 cells each. The micropellet geometry enhances cellular biological properties, and in many cases the micropellets can subsequently be utilized as building blocks to assemble complex macrotissues. Generally, micropellets are formed from cells alone, however when replicating matrix-rich tissues such as cartilage it would be ideal if matrix or biomaterials supplements could be incorporated directly into the micropellet during the manufacturing process. Herein we describe a method to efficiently incorporate donor cartilage matrix into tissue engineered cartilage micropellets. We lyophilized bovine cartilage matrix, and then shattered it into microscopic pieces having average dimensions < 10 μm diameter; we termed this microscopic donor matrix "cartilage dust (CD)". Using a microwell platform, we show that ~0.83 μg CD can be rapidly and efficiently incorporated into single multicellular aggregates formed from 180 bone marrow mesenchymal stem/stromal cells (MSC) each. The microwell platform enabled the rapid manufacture of thousands of replica composite micropellets, with each micropellet having a material/CD core and a cellular surface. This micropellet organization enabled the rapid bulking up of the micropellet core matrix content, and left an adhesive cellular outer surface. This morphological organization enabled the ready assembly of the composite micropellets into macroscopic tissues. Generically, this is a versatile method that enables the rapid and uniform integration of biomaterials into multicellular micropellets that can then be used as tissue building blocks. In this study, the addition of CD resulted in an approximate 8-fold volume increase in the micropellets, with the donor matrix functioning to contribute to an increase in total cartilage matrix content. Composite micropellets were readily assembled into macroscopic cartilage tissues; the incorporation of CD enhanced tissue size and matrix content, but did not enhance chondrogenic gene expression.

  9. Effect of endodontic irrigants on biofilm matrix polysaccharides.

    PubMed

    Tawakoli, P N; Ragnarsson, K T; Rechenberg, D K; Mohn, D; Zehnder, M

    2017-02-01

    To specifically investigate the effect of endodontic irrigants at their clinical concentration on matrix polysaccharides of cultured biofilms. Saccharolytic effects of 3% H 2 O 2 , 2% chlorhexidine (CHX), 17% EDTA, 5% NaOCl and 0.9% saline (control) were tested using agarose (α 1-3 and β 1-4 glycosidic bonds) blocks (n = 3) in a weight assay. The irrigants were also applied to three-species biofilms (Streptococcus mutans UAB 159, Streptococcus oralis OMZ 607 and Actinomyces oris OMZ 745) grown anaerobically on hydroxyapatite discs (n = 6). Glycoconjugates in the matrix and total bacterial cell volumes were determined using combined Concanavalin A-/Syto 59-staining and confocal laser-scanning microscopy. Volumes of each scanned area (triplicates/sample) were calculated using Imaris software. Data were compared between groups using one-way anova/Tukey HSD, α = 0.05. The weight assay revealed that NaOCl was the only irrigant under investigation capable of dissolving the agarose blocks. NaOCl eradicated stainable matrix and bacteria in cultured biofilms after 1 min of exposure (P < 0.05 compared to all groups, volumes in means ± standard deviation, 10 -3  mm 3 per 0.6 mm 2 disc; NaOCl matrix: 0.10 ± 0.08, bacteria: 0.03 ± 0.06; saline control matrix: 4.01 ± 1.14, bacteria: 11.56 ± 3.02). EDTA also appeared to have some effect on the biofilm matrix (EDTA matrix: 1.90 ± 0.33, bacteria: 9.26 ± 2.21), whilst H 2 O 2 and CHX merely reduced bacterial cell volumes. Sodium hypochlorite can break glycosidic bonds. It dissolves glycoconjugates in the biofilm matrix. It also lyses bacterial cells. © 2015 International Endodontic Journal. Published by John Wiley & Sons Ltd.

  10. The Rapid Manufacture of Uniform Composite Multicellular-Biomaterial Micropellets, Their Assembly into Macroscopic Organized Tissues, and Potential Applications in Cartilage Tissue Engineering

    PubMed Central

    Kul Babur, Betul; Kabiri, Mahboubeh; Klein, Travis Jacob; Lott, William B.; Doran, Michael Robert

    2015-01-01

    We and others have published on the rapid manufacture of micropellet tissues, typically formed from 100–500 cells each. The micropellet geometry enhances cellular biological properties, and in many cases the micropellets can subsequently be utilized as building blocks to assemble complex macrotissues. Generally, micropellets are formed from cells alone, however when replicating matrix-rich tissues such as cartilage it would be ideal if matrix or biomaterials supplements could be incorporated directly into the micropellet during the manufacturing process. Herein we describe a method to efficiently incorporate donor cartilage matrix into tissue engineered cartilage micropellets. We lyophilized bovine cartilage matrix, and then shattered it into microscopic pieces having average dimensions < 10 μm diameter; we termed this microscopic donor matrix “cartilage dust (CD)”. Using a microwell platform, we show that ~0.83 μg CD can be rapidly and efficiently incorporated into single multicellular aggregates formed from 180 bone marrow mesenchymal stem/stromal cells (MSC) each. The microwell platform enabled the rapid manufacture of thousands of replica composite micropellets, with each micropellet having a material/CD core and a cellular surface. This micropellet organization enabled the rapid bulking up of the micropellet core matrix content, and left an adhesive cellular outer surface. This morphological organization enabled the ready assembly of the composite micropellets into macroscopic tissues. Generically, this is a versatile method that enables the rapid and uniform integration of biomaterials into multicellular micropellets that can then be used as tissue building blocks. In this study, the addition of CD resulted in an approximate 8-fold volume increase in the micropellets, with the donor matrix functioning to contribute to an increase in total cartilage matrix content. Composite micropellets were readily assembled into macroscopic cartilage tissues; the incorporation of CD enhanced tissue size and matrix content, but did not enhance chondrogenic gene expression. PMID:26020956

  11. The effect of Fisher information matrix approximation methods in population optimal design calculations.

    PubMed

    Strömberg, Eric A; Nyberg, Joakim; Hooker, Andrew C

    2016-12-01

    With the increasing popularity of optimal design in drug development it is important to understand how the approximations and implementations of the Fisher information matrix (FIM) affect the resulting optimal designs. The aim of this work was to investigate the impact on design performance when using two common approximations to the population model and the full or block-diagonal FIM implementations for optimization of sampling points. Sampling schedules for two example experiments based on population models were optimized using the FO and FOCE approximations and the full and block-diagonal FIM implementations. The number of support points was compared between the designs for each example experiment. The performance of these designs based on simulation/estimations was investigated by computing bias of the parameters as well as through the use of an empirical D-criterion confidence interval. Simulations were performed when the design was computed with the true parameter values as well as with misspecified parameter values. The FOCE approximation and the Full FIM implementation yielded designs with more support points and less clustering of sample points than designs optimized with the FO approximation and the block-diagonal implementation. The D-criterion confidence intervals showed no performance differences between the full and block diagonal FIM optimal designs when assuming true parameter values. However, the FO approximated block-reduced FIM designs had higher bias than the other designs. When assuming parameter misspecification in the design evaluation, the FO Full FIM optimal design was superior to the FO block-diagonal FIM design in both of the examples.

  12. Preconditioned conjugate gradient wave-front reconstructors for multiconjugate adaptive optics.

    PubMed

    Gilles, Luc; Ellerbroek, Brent L; Vogel, Curtis R

    2003-09-10

    Multiconjugate adaptive optics (MCAO) systems with 10(4)-10(5) degrees of freedom have been proposed for future giant telescopes. Using standard matrix methods to compute, optimize, and implement wavefront control algorithms for these systems is impractical, since the number of calculations required to compute and apply the reconstruction matrix scales respectively with the cube and the square of the number of adaptive optics degrees of freedom. We develop scalable open-loop iterative sparse matrix implementations of minimum variance wave-front reconstruction for telescope diameters up to 32 m with more than 10(4) actuators. The basic approach is the preconditioned conjugate gradient method with an efficient preconditioner, whose block structure is defined by the atmospheric turbulent layers very much like the layer-oriented MCAO algorithms of current interest. Two cost-effective preconditioners are investigated: a multigrid solver and a simpler block symmetric Gauss-Seidel (BSGS) sweep. Both options require off-line sparse Cholesky factorizations of the diagonal blocks of the matrix system. The cost to precompute these factors scales approximately as the three-halves power of the number of estimated phase grid points per atmospheric layer, and their average update rate is typically of the order of 10(-2) Hz, i.e., 4-5 orders of magnitude lower than the typical 10(3) Hz temporal sampling rate. All other computations scale almost linearly with the total number of estimated phase grid points. We present numerical simulation results to illustrate algorithm convergence. Convergence rates of both preconditioners are similar, regardless of measurement noise level, indicating that the layer-oriented BSGS sweep is as effective as the more elaborated multiresolution preconditioner.

  13. On structure-exploiting trust-region regularized nonlinear least squares algorithms for neural-network learning.

    PubMed

    Mizutani, Eiji; Demmel, James W

    2003-01-01

    This paper briefly introduces our numerical linear algebra approaches for solving structured nonlinear least squares problems arising from 'multiple-output' neural-network (NN) models. Our algorithms feature trust-region regularization, and exploit sparsity of either the 'block-angular' residual Jacobian matrix or the 'block-arrow' Gauss-Newton Hessian (or Fisher information matrix in statistical sense) depending on problem scale so as to render a large class of NN-learning algorithms 'efficient' in both memory and operation costs. Using a relatively large real-world nonlinear regression application, we shall explain algorithmic strengths and weaknesses, analyzing simulation results obtained by both direct and iterative trust-region algorithms with two distinct NN models: 'multilayer perceptrons' (MLP) and 'complementary mixtures of MLP-experts' (or neuro-fuzzy modular networks).

  14. The use of Lanczos's method to solve the large generalized symmetric definite eigenvalue problem

    NASA Technical Reports Server (NTRS)

    Jones, Mark T.; Patrick, Merrell L.

    1989-01-01

    The generalized eigenvalue problem, Kx = Lambda Mx, is of significant practical importance, especially in structural enginering where it arises as the vibration and buckling problem. A new algorithm, LANZ, based on Lanczos's method is developed. LANZ uses a technique called dynamic shifting to improve the efficiency and reliability of the Lanczos algorithm. A new algorithm for solving the tridiagonal matrices that arise when using Lanczos's method is described. A modification of Parlett and Scott's selective orthogonalization algorithm is proposed. Results from an implementation of LANZ on a Convex C-220 show it to be superior to a subspace iteration code.

  15. Fast Euler solver for transonic airfoils. I - Theory. II - Applications

    NASA Technical Reports Server (NTRS)

    Dadone, Andrea; Moretti, Gino

    1988-01-01

    Equations written in terms of generalized Riemann variables are presently integrated by inverting six bidiagonal matrices and two tridiagonal matrices, using an implicit Euler solver that is based on the lambda-formulation. The solution is found on a C-grid whose boundaries are very close to the airfoil. The fast solver is then applied to the computation of several flowfields on a NACA 0012 airfoil at various Mach number and alpha values, yielding results that are primarily concerned with transonic flows. The effects of grid fineness and boundary distances are analyzed; the code is found to be robust and accurate, as well as fast.

  16. Planning and Analysis of Fractured Rock Injection Tests in the Cerro Brillador Underground Laboratory, Northern Chile

    NASA Astrophysics Data System (ADS)

    Fairley, J. P., Jr.; Oyarzún L, R.; Villegas, G.

    2015-12-01

    Early theories of fluid migration in unsaturated fractured rock hypothesized that matrix suction would dominate flow up to the point of matrix saturation. However, experiments in underground laboratories such as the ESF (Yucca Mountain, NV) have demonstrated that liquid water can migrate significant distances through fractures in an unsaturated porous medium, suggesting limited interaction between fractures and unsaturated matrix blocks and potentially rapid transmission of recharge to the sat- urated zone. Determining the conditions under which this rapid recharge may take place is an important factor in understanding deep percolation processes in arid areas with thick unsaturated zones. As part of an on-going, Fondecyt-funded project (award 11150587) to study mountain block hydrological processes in arid regions, we are plan- ning a series of in-situ fracture flow injection tests in the Cerro Brillador/Mina Escuela, an underground laboratory and teaching facility belonging to the Universidad la Serena, Chile. Planning for the tests is based on an analytical model and curve-matching method, originally developed to evaluate data from injection tests at Yucca Mountain (Fairley, J.P., 2010, WRR 46:W08542), that uses a known rate of liquid injection to a fracture (for example, from a packed-off section of borehole) and the observed rate of seepage discharging from the fracture to estimate effective fracture aperture, matrix sorptivity, fracture/matrix flow partitioning, and the wetted fracture/matrix interac- tion area between the injection and recovery points. We briefly review the analytical approach and its application to test planning and analysis, and describe the proposed tests and their goals.

  17. Extracellular Matrix Induced Integrin Signal Transduction and Breast Cancer Invasion.

    DTIC Science & Technology

    1995-10-01

    Metalloproteinase, breast, mammary, integrin, collagen, RGDS, matrilysin 49 breast cancer 16. PRICE CODE 17. SECURITY CLASSIFICATION 18. SECURITY...Organization Name(s) and Address(es). Self-explanatory. Block 16. Price Code. Enter appropriate price Block 8. Performinc!_rcanization Report code...areas of necrosis in the center of the tumor; a portion of the mammary gland can be seen in the lower right . The matrilysin in situ showed

  18. Protein-resistant polymer coatings obtained by matrix assisted pulsed laser evaporation

    NASA Astrophysics Data System (ADS)

    Rusen, L.; Mustaciosu, C.; Mitu, B.; Filipescu, M.; Dinescu, M.; Dinca, V.

    2013-08-01

    Adsorption of proteins and polysaccharides is known to facilitate microbial attachment and subsequent formation of biofilm on surfaces that ultimately results in its biofouling. Therefore, protein repellent modified surfaces are necessary to block the irreversible attachment of microorganisms. Within this context, the feasibility of using the Poly(ethylene glycol)-block-poly(ɛ-caprolactone) methyl ether (PEG-block-PCL Me) copolymer as potential protein-resistant coating was explored in this work. The films were deposited using Matrix Assisted Pulsed Laser Evaporation (MAPLE), a technique that allows good control of composition, thickness and homogeneity. The chemical and morphological characteristics of the films were examined using Fourier Transform Infrared Spectroscopy (FTIR), contact angle measurements and Atomic Force Microscopy (AFM). The FTIR data demonstrates that the functional groups in the MAPLE-deposited films remain intact, especially for fluences below 0.5 J cm-2. Optical Microscopy and AFM images show that the homogeneity and the roughness of the coatings are related to both laser parameters (fluence, number of pulses) and target composition. Protein adsorption tests were performed on the PEG-block-PCL Me copolymer coated glass and on bare glass surface as a control. The results show that the presence of copolymer as coating significantly reduces the adsorption of proteins.

  19. Extensions of output variance constrained controllers to hard constraints

    NASA Technical Reports Server (NTRS)

    Skelton, R.; Zhu, G.

    1989-01-01

    Covariance Controllers assign specified matrix values to the state covariance. A number of robustness results are directly related to the covariance matrix. The conservatism in known upperbounds on the H infinity, L infinity, and L (sub 2) norms for stability and disturbance robustness of linear uncertain systems using covariance controllers is illustrated with examples. These results are illustrated for continuous and discrete time systems. **** ONLY 2 BLOCK MARKERS FOUND -- RETRY *****

  20. Biophysical properties of dermal building-blocks affects extra cellular matrix assembly in 3D endogenous macrotissue.

    PubMed

    Urciuolo, F; Garziano, A; Imparato, G; Panzetta, V; Fusco, S; Casale, C; Netti, P A

    2016-01-29

    The fabrication of functional tissue units is one of the major challenges in tissue engineering due to their in vitro use in tissue-on-chip systems, as well as in modular tissue engineering for the construction of macrotissue analogs. In this work, we aim to engineer dermal tissue micromodules obtained by culturing human dermal fibroblasts into porous gelatine microscaffold. We proved that such stromal cells coupled with gelatine microscaffolds are able to synthesize and to assemble an endogenous extracellular matrix (ECM) resulting in tissue micromodules, which evolve their biophysical features over the time. In particular, we found a time-dependent variation of oxygen consumption kinetic parameters, of newly formed ECM stiffness and of micromodules self-aggregation properties. As consequence when used as building blocks to fabricate larger tissues, the initial tissue micromodules state strongly affects the ECM organization and maturation in the final macrotissue. Such results highlight the role of the micromodules properties in controlling the formation of three-dimensional macrotissue in vitro, defining an innovative design criterion for selecting tissue-building blocks for modular tissue engineering.

  1. A copyright protection scheme for digital images based on shuffled singular value decomposition and visual cryptography.

    PubMed

    Devi, B Pushpa; Singh, Kh Manglem; Roy, Sudipta

    2016-01-01

    This paper proposes a new watermarking algorithm based on the shuffled singular value decomposition and the visual cryptography for copyright protection of digital images. It generates the ownership and identification shares of the image based on visual cryptography. It decomposes the image into low and high frequency sub-bands. The low frequency sub-band is further divided into blocks of same size after shuffling it and then the singular value decomposition is applied to each randomly selected block. Shares are generated by comparing one of the elements in the first column of the left orthogonal matrix with its corresponding element in the right orthogonal matrix of the singular value decomposition of the block of the low frequency sub-band. The experimental results show that the proposed scheme clearly verifies the copyright of the digital images, and is robust to withstand several image processing attacks. Comparison with the other related visual cryptography-based algorithms reveals that the proposed method gives better performance. The proposed method is especially resilient against the rotation attack.

  2. Self-organization processes in polysiloxane block copolymers, initiated by modifying fullerene additives

    NASA Astrophysics Data System (ADS)

    Voznyakovskii, A. P.; Kudoyarova, V. Kh.; Kudoyarov, M. F.; Patrova, M. Ya.

    2017-08-01

    Thin films of a polyblock polysiloxane copolymer and their composites with a modifying fullerene C60 additive are studied by atomic force microscopy, Rutherford backscattering, and neutron scattering. The data of atomic force microscopy show that with the addition of fullerene to the bulk of the polymer matrix, the initial relief of the film surface is leveled more, the larger the additive. This trend is associated with the processes of self-organization of rigid block sequences, which are initiated by the field effect of the surface of fullerene aggregates and lead to an increase in the number of their domains in the bulk of the polymer matrix. The data of Rutherford backscattering and neutron scattering indicate the formation of additional structures with a radius of 60 nm only in films containing fullerene, and their fraction increases with increasing fullerene concentration. A comparative analysis of the data of these methods has shown that such structures are, namely, the domains of a rigid block and are not formed by individual fullerene aggregates. The interrelation of the structure and mechanical properties of polymer films is considered.

  3. Expansion and improvements of the FORMA system for response and load analysis. Volume 1: Programming manual

    NASA Technical Reports Server (NTRS)

    Wohlen, R. L.

    1976-01-01

    Techniques are presented for the solution of structural dynamic systems on an electronic digital computer using FORMA (FORTRAN Matrix Analysis). FORMA is a library of subroutines coded in FORTRAN 4 for the efficient solution of structural dynamics problems. These subroutines are in the form of building blocks that can be put together to solve a large variety of structural dynamics problems. The obvious advantage of the building block approach is that programming and checkout time are limited to that required for putting the blocks together in the proper order.

  4. Gyroid structure via highly asymmetric ABC and AB blends

    NASA Astrophysics Data System (ADS)

    Ahn, Seonghyeon; Kwak, Jongheon; Choi, Chungryong; Kim, Jin Kon

    Gyroid structures are very important because of their co-continuous and network structures. However, a block copolymer shows gyroid structures only at 35 % volume fraction of one block. In this study, we designed ABC/AB blend system. B (polystyrene (PS)) is the matrix, while A (polyisoprene (PI)) and C (poly(2-vinyl pridine (P2VP)) are the core part. This blend shows gyroid structures at 20 % volume fraction, that is smaller than that observed at diblock copolymer. Morphologies of neat block copolymers and blends were characterized by TEM and small angle X-ray scattering.

  5. Identification of mineral composition and weathering product of tuff using reflectance spectroscopy

    NASA Astrophysics Data System (ADS)

    Hyun, C.; Park, H.

    2009-12-01

    Tuff is intricately composed of various types of rock blocks and ash matrixes during volcanic formation processes. Qualitative identification and quantitative assessment of mineral composition of tuff usually have been done using manual inspection with naked-eyes and various chemical analyses. Those conventional methods are destructive to objects, time consuming and sometimes carry out biased results from subjective decision making. To overcome limits from conventional methods, assessment technique using reflectance spectroscopy was applied to tuff specimens. Reflectance spectroscopy measures electromagnetic reflectance on rock surface and can extract diagnostic absorption features originated from chemical composition and crystal structure of constituents in the reflectance curve so mineral species can be discriminated qualitatively. The intrinsic absorption feature from particular mineral can be converted to absorption depth representing relative coverage of the mineral in the measurement area by removing delineated convex hull from raw reflectance curve. The spectral measurements were performed with field spectrometer FieldSpec®3 of ASD Inc. and the wavelength range of measurement was form 350nm to 2500nm. Three types of tuff blocks, ash tuff, green lapilli tuff and red lapilli tuff, were sampled from Hwasun County in Korea and the types of tuffs. The differences between green tuff and red tuff are from the color of their matrixes. Ash tuff consists of feldspars and quartz and small amount of chalcedony, calcite, dolomite, epidote and basalt fragments. Green lapilli tuff consists of feldspar, quartz and muscovite and small amount of calcite, chalcedony, sericite, chlorite, quartzite and basalt fragments. Red lapilli tuff consists of feldspar, quartz and muscovite and small amount of calcite, chalcedony, limonite, zircon, chlorite, quartzite and basalt fragments. The tuff rocks were coarsely crushed and blocks and matrixes were separated to measure standard spectral reflectance of each constituent. Unmixing of mineral composition and their weathering products of blocks and matrixes in tuff were conducted and the ratio of mineral composition was calculated for each specimen. This study was supported by National Research Institute of Cultural Heritage (project title: Development on Evaluation Technology for Weathering Degree of Stone Cultural Properties, project no.: 09B011Y-00150-2009).

  6. Quantum Correlation Properties in Composite Parity-Conserved Matrix Product States

    NASA Astrophysics Data System (ADS)

    Zhu, Jing-Min

    2016-09-01

    We give a new thought for constructing long-range quantum correlation in quantum many-body systems. Our proposed composite parity-conserved matrix product state has long-range quantum correlation only for two spin blocks where their spin-block length larger than 1 compared to any subsystem only having short-range quantum correlation, and we investigate quantum correlation properties of two spin blocks varying with environment parameter and spacing spin number. We also find that the geometry quantum discords of two nearest-neighbor spin blocks and two next-nearest-neighbor spin blocks become smaller and for other conditions the geometry quantum discord becomes larger than that in any subcomponent, i.e., the increase or the production of the long-range quantum correlation is at the cost of reducing the short-range quantum correlation compared to the corresponding classical correlation and total correlation having no any characteristic of regulation. For nearest-neighbor and next-nearest-neighbor all the correlations take their maximal values at the same points, while for other conditions no whether for spacing same spin number or for different spacing spin numbers all the correlations taking their maximal values are respectively at different points which are very close. We believe that our work is helpful to comprehensively and deeply understand the organization and structure of quantum correlation especially for long-range quantum correlation of quantum many-body systems; and further helpful for the classification, the depiction and the measure of quantum correlation of quantum many-body systems.

  7. Mass transport-related stratal disruption and sedimentary products

    NASA Astrophysics Data System (ADS)

    Ogata, Kei; Mutti, Emiliano; Tinterri, Roberto

    2010-05-01

    From an outcrop perspective, mass transport deposit are commonly represented by "chaotic" units, characterized by dismembered and internally deformed slide blocks of different sizes and shapes, embedded in a more or less abundant fine-grained matrix. The large amount of data derived from geophysical investigations of modern continental margins have permitted the characterization of the overall geometry of many of these deposits, which, however, remain still relatively poorly described from outcrop studies of collisional basins. Results of this work show that in mass-transport deposits an unsorted, strongly mixed, relatively fine-grained clastic matrix almost invariably occurs in irregularly interconnected patches and pseudo-veins, infilling space between large clasts and blocks. We interpreted the aspect of this matrix as typical of a liquefied mixture of water and sediment, characterized by an extremely high mobility due to overpressured conditions, as evidenced by both lateral and vertical injections. On a much larger scale this kind of matrix is probably represented by the seismically "transparent" facies separating slide blocks of many mass-transport deposits observed in seismic-reflection profiles. The inferred mechanism of matrix production suggests a progressive soft-sediment deformation, linked to different phases of submarine landslide evolution (i.e. triggering, translation, accumulation and post-depositional stages), leading to an almost complete stratal disruption within the chaotic units. From our data we suggest that most submarine landslides move because of the development of ductile shear zones marked by the presence of "overpressured" matrix, both internally and along the basal surface. The matrix acts as a lubricating medium, accommodating friction forces and deformation, thus permitting the differential movement of discrete internal portions and enhancing the submarine slide mobility. Based on our experience, we suggest that this kind of deposit is quite common in the sedimentary record though still poorly reported and understood. Mutti and Carminatti (oral presentation from Mutti et al., 2006) have suggested to call these deposits "blocky-flow deposits", i.e. the deposit of a complex flow that is similar to a debris flow, or hyper-concentrated flow, except that it carries also out-size coherent and internally deformed blocks (meters to hundreds of meters across) usually arranged in isolated slump folds. The origin of blocky flows is difficult to understand on presently available data, particularly because it involves the contemporary origin of coherent slide blocks and a plastic flow that carries them as floating elements over considerable run-out distances. The recognition of the above-mentioned characteristics should be a powerful tool to discriminate sedimentary and tectonic "chaotic" units within accretionary systems, and to distinguish submarine landslide deposits transported as catastrophic blocky flows (and therefore part of the broad family of sediment gravity flows) from those in which transport took place primarily along shear planes (i.e. slumps, coherent slides), also highlighting a possible continuum from slides to turbidity currents. The discussed examples fall into a broad category of submarine slide deposits ranging from laterally extensive carbonate megabreccias (lower-middle Eocene "megaturbidites" of the south-central Pyrenees), to mass transport deposits with a very complex internal geometry developed in a highly tectonically mobile basin (upper Eocene - lower Oligocene Ranzano Sandstone, northern Apennines). References: Mutti, E., Carminatti, M., Moreira, J.L.P. & Grassi, A.A. (2006) - Chaotic Deposits: examples from the Brazilian offshore and from outcrop studies in the Spanish Pyrenees and Northern Apennines, Italy. - A.A.P.G. Annual Meeting, April 9-12, Houston, Texas.

  8. A projected preconditioned conjugate gradient algorithm for computing many extreme eigenpairs of a Hermitian matrix [A projected preconditioned conjugate gradient algorithm for computing a large eigenspace of a Hermitian matrix

    DOE PAGES

    Vecharynski, Eugene; Yang, Chao; Pask, John E.

    2015-02-25

    Here, we present an iterative algorithm for computing an invariant subspace associated with the algebraically smallest eigenvalues of a large sparse or structured Hermitian matrix A. We are interested in the case in which the dimension of the invariant subspace is large (e.g., over several hundreds or thousands) even though it may still be small relative to the dimension of A. These problems arise from, for example, density functional theory (DFT) based electronic structure calculations for complex materials. The key feature of our algorithm is that it performs fewer Rayleigh–Ritz calculations compared to existing algorithms such as the locally optimalmore » block preconditioned conjugate gradient or the Davidson algorithm. It is a block algorithm, and hence can take advantage of efficient BLAS3 operations and be implemented with multiple levels of concurrency. We discuss a number of practical issues that must be addressed in order to implement the algorithm efficiently on a high performance computer.« less

  9. The CSM testbed matrix processors internal logic and dataflow descriptions

    NASA Technical Reports Server (NTRS)

    Regelbrugge, Marc E.; Wright, Mary A.

    1988-01-01

    This report constitutes the final report for subtask 1 of Task 5 of NASA Contract NAS1-18444, Computational Structural Mechanics (CSM) Research. This report contains a detailed description of the coded workings of selected CSM Testbed matrix processors (i.e., TOPO, K, INV, SSOL) and of the arithmetic utility processor AUS. These processors and the current sparse matrix data structures are studied and documented. Items examined include: details of the data structures, interdependence of data structures, data-blocking logic in the data structures, processor data flow and architecture, and processor algorithmic logic flow.

  10. M-matrices with prescribed elementary divisors

    NASA Astrophysics Data System (ADS)

    Soto, Ricardo L.; Díaz, Roberto C.; Salas, Mario; Rojo, Oscar

    2017-09-01

    A real matrix A is said to be an M-matrix if it is of the form A=α I-B, where B is a nonnegative matrix with Perron eigenvalue ρ (B), and α ≥slant ρ (B) . This paper provides sufficient conditions for the existence and construction of an M-matrix A with prescribed elementary divisors, which are the characteristic polynomials of the Jordan blocks of the Jordan canonical form of A. This inverse problem on M-matrices has not been treated until now. We solve the inverse elementary divisors problem for diagonalizable M-matrices and the symmetric generalized doubly stochastic inverse M-matrix problem for lists of real numbers and for lists of complex numbers of the form Λ =\\{λ 1, a+/- bi, \\ldots, a+/- bi\\} . The constructive nature of our results allows for the computation of a solution matrix. The paper also discusses an application of M-matrices to a capacity problem in wireless communications.

  11. Numerical Upscaling of Solute Transport in Fractured Porous Media Based on Flow Aligned Blocks

    NASA Astrophysics Data System (ADS)

    Leube, P.; Nowak, W.; Sanchez-Vila, X.

    2013-12-01

    High-contrast or fractured-porous media (FPM) pose one of the largest unresolved challenges for simulating large hydrogeological systems. The high contrast in advective transport between fast conduits and low-permeability rock matrix, including complex mass transfer processes, leads to the typical complex characteristics of early bulk arrivals and long tailings. Adequate direct representation of FPM requires enormous numerical resolutions. For large scales, e.g. the catchment scale, and when allowing for uncertainty in the fracture network architecture or in matrix properties, computational costs quickly reach an intractable level. In such cases, multi-scale simulation techniques have become useful tools. They allow decreasing the complexity of models by aggregating and transferring their parameters to coarser scales and so drastically reduce the computational costs. However, these advantages come at a loss of detail and accuracy. In this work, we develop and test a new multi-scale or upscaled modeling approach based on block upscaling. The novelty is that individual blocks are defined by and aligned with the local flow coordinates. We choose a multi-rate mass transfer (MRMT) model to represent the remaining sub-block non-Fickian behavior within these blocks on the coarse scale. To make the scale transition simple and to save computational costs, we capture sub-block features by temporal moments (TM) of block-wise particle arrival times to be matched with the MRMT model. By predicting spatial mass distributions of injected tracers in a synthetic test scenario, our coarse-scale solution matches reasonably well with the corresponding fine-scale reference solution. For predicting higher TM-orders (such as arrival time and effective dispersion), the prediction accuracy steadily decreases. This is compensated to some extent by the MRMT model. If the MRMT model becomes too complex, it loses its effect. We also found that prediction accuracy is sensitive to the choice of the effective dispersion coefficients and on the block resolution. A key advantage of the flow-aligned blocks is that the small-scale velocity field is reproduced quite accurately on the block-scale through their flow alignment. Thus, the block-scale transverse dispersivities remain in the similar magnitude as local ones, and they do not have to represent macroscopic uncertainty. Also, the flow-aligned blocks minimize numerical dispersion when solving the large-scale transport problem.

  12. Macroscopic Modeling of A3B15A3 Triblock Copolymers in B Solvent

    DTIC Science & Technology

    2010-11-01

    matrix composed of the midblock (2). Some examples of TPEs are poly[styrene-butadiene-styrene] (SBS), poly[styrene- isoprene -styrene] (SIS), poly[styrene...92. 19. Hadziioannou, G.; Skoulios, A. Molecular Weight Dependence of Lamellar Structure in Styrene Isoprene Two- and Three-block Copolymers...Microphase Seperation in Styrene- Isoprene Block Copolymers. Macromolecules 1994, 27. 42. Mckay, K. W.; Gros, W. A.; Diehl, C. F. The Influence of

  13. Channel Estimation and Pilot Design for Massive MIMO Systems with Block-Structured Compressive Sensing

    NASA Astrophysics Data System (ADS)

    Lv, ZhuoKai; Yang, Tiejun; Zhu, Chunhua

    2018-03-01

    Through utilizing the technology of compressive sensing (CS), the channel estimation methods can achieve the purpose of reducing pilots and improving spectrum efficiency. The channel estimation and pilot design scheme are explored during the correspondence under the help of block-structured CS in massive MIMO systems. The block coherence property of the aggregate system matrix can be minimized so that the pilot design scheme based on stochastic search is proposed. Moreover, the block sparsity adaptive matching pursuit (BSAMP) algorithm under the common sparsity model is proposed so that the channel estimation can be caught precisely. Simulation results are to be proved the proposed design algorithm with superimposed pilots design and the BSAMP algorithm can provide better channel estimation than existing methods.

  14. Hydrogen transport membranes

    DOEpatents

    Mundschau, Michael V.

    2005-05-31

    Composite hydrogen transport membranes, which are used for extraction of hydrogen from gas mixtures are provided. Methods are described for supporting metals and metal alloys which have high hydrogen permeability, but which are either too thin to be self supporting, too weak to resist differential pressures across the membrane, or which become embrittled by hydrogen. Support materials are chosen to be lattice matched to the metals and metal alloys. Preferred metals with high permeability for hydrogen include vanadium, niobium, tantalum, zirconium, palladium, and alloys thereof. Hydrogen-permeable membranes include those in which the pores of a porous support matrix are blocked by hydrogen-permeable metals and metal alloys, those in which the pores of a porous metal matrix are blocked with materials which make the membrane impervious to gases other than hydrogen, and cermets fabricated by sintering powders of metals with powders of lattice-matched ceramic.

  15. Design of an Intelligent Front-End Signal Conditioning Circuit for IR Sensors

    NASA Astrophysics Data System (ADS)

    de Arcas, G.; Ruiz, M.; Lopez, J. M.; Gutierrez, R.; Villamayor, V.; Gomez, L.; Montojo, Mª. T.

    2008-02-01

    This paper presents the design of an intelligent front-end signal conditioning system for IR sensors. The system has been developed as an interface between a PbSe IR sensor matrix and a TMS320C67x digital signal processor. The system architecture ensures its scalability so it can be used for sensors with different matrix sizes. It includes an integrator based signal conditioning circuit, a data acquisition converter block, and a FPGA based advanced control block that permits including high level image preprocessing routines such as faulty pixel detection and sensor calibration in the signal conditioning front-end. During the design phase virtual instrumentation technologies proved to be a very valuable tool for prototyping when choosing the best A/D converter type for the application. Development time was significantly reduced due to the use of this technology.

  16. Basic performance evaluation of a Si-PM array-based LGSO phoswich DOI block detector for a high-resolution small animal PET system.

    PubMed

    Yamamoto, Seiichi

    2013-07-01

    The silicon photomultiplier (Si-PM) is a promising photodetector for PET. However, it remains unclear whether Si-PM can be used for a depth-of-interaction (DOI) detector based on the decay time differences of the scintillator where pulse shape analysis is used. For clarification, we tested the Hamamatsu 4 × 4 Si-PM array (S11065-025P) combined with scintillators that used different decay times to develop DOI block detectors using the pulse shape analysis. First, Ce-doped Gd(2)SiO(5) (GSO) scintillators of 0.5 mol% Ce were arranged in a 4 × 4 matrix and were optically coupled to the center of each pixel of the Si-PM array for measurement of the energy resolution as well as its gain variations according to the temperature. Then two types of Ce-doped Lu(1.9)Gd(0.1)Si0(5) (LGSO) scintillators, 0.025 mol% Ce (decay time: ~31 ns) and 0.75 mol% Ce (decay time: ~46 ns), were optically coupled in the DOI direction, arranged in a 11 × 7 matrix, and optically coupled to a Si-PM array for testing of the possibility of a high-resolution DOI detector. The energy resolution of the Si-PM array-based GSO block detector was 18 ± 4.4 % FWHM for a Cs-137 gamma source (662 keV). Less than 1 mm crystals were clearly resolved in the position map of the LGSO DOI block detector. The peak-to-valley ratio (P/V) derived from the pulse shape spectra of the LGSO DOI block detector was 2.2. These results confirmed that Si-PM array-based DOI block detectors are promising for high-resolution small animal PET systems.

  17. The Laguerre finite difference one-way equation solver

    NASA Astrophysics Data System (ADS)

    Terekhov, Andrew V.

    2017-05-01

    This paper presents a new finite difference algorithm for solving the 2D one-way wave equation with a preliminary approximation of a pseudo-differential operator by a system of partial differential equations. As opposed to the existing approaches, the integral Laguerre transform instead of Fourier transform is used. After carrying out the approximation of spatial variables it is possible to obtain systems of linear algebraic equations with better computing properties and to reduce computer costs for their solution. High accuracy of calculations is attained at the expense of employing finite difference approximations of higher accuracy order that are based on the dispersion-relationship-preserving method and the Richardson extrapolation in the downward continuation direction. The numerical experiments have verified that as compared to the spectral difference method based on Fourier transform, the new algorithm allows one to calculate wave fields with a higher degree of accuracy and a lower level of numerical noise and artifacts including those for non-smooth velocity models. In the context of solving the geophysical problem the post-stack migration for velocity models of the types Syncline and Sigsbee2A has been carried out. It is shown that the images obtained contain lesser noise and are considerably better focused as compared to those obtained by the known Fourier Finite Difference and Phase-Shift Plus Interpolation methods. There is an opinion that purely finite difference approaches do not allow carrying out the seismic migration procedure with sufficient accuracy, however the results obtained disprove this statement. For the supercomputer implementation it is proposed to use the parallel dichotomy algorithm when solving systems of linear algebraic equations with block-tridiagonal matrices.

  18. Image Processing Research

    DTIC Science & Technology

    1975-09-30

    systems a linear model results in an object f being mappad into an image _ by a point spread function matrix H. Thus with noise j +Hf +n (1) The simplest... linear models for imaging systems are given by space invariant point spread functions (SIPSF) in which case H is block circulant. If the linear model is...Ij,...,k-IM1 is a set of two dimensional indices each distinct and prior to k. Modeling Procedare: To derive the linear predictor (block LP of figure

  19. Mussel-inspired nano-building block assemblies for mimicking extracellular matrix microenvironments with multiple functions.

    PubMed

    Wang, Zhenming; Jia, Zhanrong; Jiang, Yanan; Li, Pengfei; Han, Lu; Lu, Xiong; Ren, Fuzeng; Wang, Kefeng; Yuan, Huiping

    2017-08-03

    The assembly of nano-building blocks is an effective way to produce artificial extracellular matrix microenvironments with hierarchical micro/nano structures. However, it is hard to assemble different types of nano-building blocks, to form composite coatings with multiple functions, by traditional layer-by-layer (LbL) self-assembly methods. Inspired by the mussel adhesion mechanism, we developed polydopamine (PDA)-decorated bovine serum albumin microspheres (BSA-MS) and nano-hydroxyapatite (nano-HA), and assembled them to form bioactive coatings with micro/nano structures encapsulating bone morphogenetic protein-2 (BMP-2). First, PDA-decorated nano-HA (nano-pHA) was obtained by oxidative polymerization of dopamine on nano-HA. Second, BMP-2-encapsulated BSA microspheres were prepared through desolvation, and then were also decorated by PDA (pBSA-MS). Finally, the nano-pHA and pBSA-MS were assembled using the adhesive properties of PDA. Bone marrow stromal cell cultures and in vivo implantation, showed that the pHA/pBSA (BMP-2) coatings can promote cell adhesion, proliferation, and benefited for osteoinductivity. PDA decoration was also applied to assemble various functional nanoparticles, such as nano-HA, polystyrene, and Fe 3 O 4 nanoparticles. In summary, this study provides a novel strategy for the assembly of biofunctional nano-building blocks, which surpasses traditional LbL self-assembly of polyelectrolytes, and can find broad applications in bioactive agents delivery or multi-functional coatings.

  20. Research on distributed heterogeneous data PCA algorithm based on cloud platform

    NASA Astrophysics Data System (ADS)

    Zhang, Jin; Huang, Gang

    2018-05-01

    Principal component analysis (PCA) of heterogeneous data sets can solve the problem that centralized data scalability is limited. In order to reduce the generation of intermediate data and error components of distributed heterogeneous data sets, a principal component analysis algorithm based on heterogeneous data sets under cloud platform is proposed. The algorithm performs eigenvalue processing by using Householder tridiagonalization and QR factorization to calculate the error component of the heterogeneous database associated with the public key to obtain the intermediate data set and the lost information. Experiments on distributed DBM heterogeneous datasets show that the model method has the feasibility and reliability in terms of execution time and accuracy.

  1. Parallel algorithms for boundary value problems

    NASA Technical Reports Server (NTRS)

    Lin, Avi

    1990-01-01

    A general approach to solve boundary value problems numerically in a parallel environment is discussed. The basic algorithm consists of two steps: the local step where all the P available processors work in parallel, and the global step where one processor solves a tridiagonal linear system of the order P. The main advantages of this approach are two fold. First, this suggested approach is very flexible, especially in the local step and thus the algorithm can be used with any number of processors and with any of the SIMD or MIMD machines. Secondly, the communication complexity is very small and thus can be used as easily with shared memory machines. Several examples for using this strategy are discussed.

  2. Parallel language constructs for tensor product computations on loosely coupled architectures

    NASA Technical Reports Server (NTRS)

    Mehrotra, Piyush; Vanrosendale, John

    1989-01-01

    Distributed memory architectures offer high levels of performance and flexibility, but have proven awkard to program. Current languages for nonshared memory architectures provide a relatively low level programming environment, and are poorly suited to modular programming, and to the construction of libraries. A set of language primitives designed to allow the specification of parallel numerical algorithms at a higher level is described. Tensor product array computations are focused on along with a simple but important class of numerical algorithms. The problem of programming 1-D kernal routines is focused on first, such as parallel tridiagonal solvers, and then how such parallel kernels can be combined to form parallel tensor product algorithms is examined.

  3. Efficient numerical simulation of an electrothermal de-icer pad

    NASA Technical Reports Server (NTRS)

    Roelke, R. J.; Keith, T. G., Jr.; De Witt, K. J.; Wright, W. B.

    1987-01-01

    In this paper, a new approach to calculate the transient thermal behavior of an iced electrothermal de-icer pad was developed. The method of splines was used to obtain the temperature distribution within the layered pad. Splines were used in order to create a tridiagonal system of equations that could be directly solved by Gauss elimination. The Stefan problem was solved using the enthalpy method along with a recent implicit technique. Only one to three iterations were needed to locate the melt front during any time step. Computational times were shown to be greatly reduced over those of an existing one dimensional procedure without any reduction in accuracy; the curent technique was more than 10 times faster.

  4. Gegenbauer-solvable quantum chain model

    NASA Astrophysics Data System (ADS)

    Znojil, Miloslav

    2010-11-01

    An N-level quantum model is proposed in which the energies are represented by an N-plet of zeros of a suitable classical orthogonal polynomial. The family of Gegenbauer polynomials G(n,a,x) is selected for illustrative purposes. The main obstacle lies in the non-Hermiticity (aka crypto-Hermiticity) of Hamiltonians H≠H†. We managed to (i) start from elementary secular equation G(N,a,En)=0, (ii) keep our H, in the nearest-neighbor-interaction spirit, tridiagonal, (iii) render it Hermitian in an ad hoc, nonunique Hilbert space endowed with metric Θ≠I, (iv) construct eligible metrics in closed forms ordered by increasing nondiagonality, and (v) interpret the model as a smeared N-site lattice.

  5. Direct sectioning of unembedded cartilage: a simple method for microscopical and histochemical studies on chondrocytes and extracellular matrix.

    PubMed

    Stockert, J C; Del Castillo, P

    1990-01-01

    On account of the rigidity and compact structure of the hyaline cartilage, unfixed or formaldehyde fixed samples of this tissue can be directly sectioned by using a conventional ultramicrotome and a glass knife. This simple method allows to obtain microscopical sections from unembedded cartilage blocks, which show a well preserved histological structure and are very suitable to carry out morphological and histochemical studies on chondrocytes and cartilaginous matrix.

  6. Residual Stresses and Thermo-Mechanical Behavior of Metal-Matrix Composites

    DTIC Science & Technology

    1984-01-01

    necessary and identify by block number) ELO I GROUP I Sue. GR. I Metal-matrix composites Silicon -carbide/Aluminum Graphite/Alumimun Cross-plied laminate I...aluminum, tungsten/aluminum and silicon -carbide aluminum composites . For the graphite/aluminum material a parametric study was carried out on the...PROPERTIES AS GIVEN IN TABLE 2.1. 5 3.1 CALCULATED THERUMOELASTIC PROPERTIES OF A TUNG- STEN /AL 2024 COMPOSITE 54 5.1 INPUT ELASTIC CONSTANTS FOR FIBER AND

  7. Dynamic Optical Filtration

    NASA Technical Reports Server (NTRS)

    Chretien, Jean-Loup (Inventor); Lu, Edward T. (Inventor)

    2005-01-01

    A dynamic optical filtration system and method effectively blocks bright light sources without impairing view of the remainder of the scene. A sensor measures light intensity and position so that selected cells of a shading matrix may interrupt the view of the bright light source by a receptor. A beamsplitter may be used so that the sensor may be located away from the receptor. The shading matrix may also be replaced by a digital micromirror device, which selectively sends image data to the receptor.

  8. Dynamic optical filtration

    NASA Technical Reports Server (NTRS)

    Chretien, Jean-Loup (Inventor); Lu, Edward T. (Inventor)

    2005-01-01

    A dynamic optical filtration system and method effectively blocks bright light sources without impairing view of the remainder of the scene. A sensor measures light intensity and position so that selected cells of a shading matrix may interrupt the view of the bright light source by a receptor. A beamsplitter may be used so that the sensor may be located away from the receptor. The shading matrix may also be replaced by a digital micromirror device, which selectively sends image data to the receptor.

  9. Effects of Strain Rate on Compressive Properties in Bimodal 7075 Al-SiCp Composite

    NASA Astrophysics Data System (ADS)

    Lee, Hyungsoo; Choi, Jin Hyeok; Jo, Min Chul; Jo, Ilguk; Lee, Sang-Kwan; Lee, Sunghak

    2018-07-01

    A 7075 Al alloy matrix composite reinforced with SiC particulates (SiCps) whose sizes were 10 and 30 μm, i.e., a bimodal Al-SiCp composite, was made by a liquid pressing process, and its quasi-static and dynamic compressive properties were evaluated by using a universal testing machine and a split Hopkinson pressure bar, respectively. Mg-Si-, Al-Fe-, and Cu-rich intermetallic compounds existed inside the Al matrix, but might not deteriorate compressive properties because of their low volume fraction (about 2.6%) which was much lower than that of SiCp. The dynamic compressive strength was higher than the quasi-static strength, and was higher in the specimen tested at 2800 s-1 than in the specimen tested at 1400 s-1 according to the strain-rate hardening. For explaining the strain data, the blocking extent of crack propagation by the Al matrix was quantitatively examined. The melting of Al matrix occurred by adiabatic heating was favorable for the improvement in compressive strain because it favorably worked for activating the shear band formation and for blocking the crack propagation, thereby leading to the excellent compressive strain (10.9-11.6%) as well as maximum compressive strength (1057-1147 MPa). Thus, the present bimodal 7075 Al-SiCp composite provides a promise for new applications to high-performance armor plates.

  10. Effects of Strain Rate on Compressive Properties in Bimodal 7075 Al-SiCp Composite

    NASA Astrophysics Data System (ADS)

    Lee, Hyungsoo; Choi, Jin Hyeok; Jo, Min Chul; Jo, Ilguk; Lee, Sang-Kwan; Lee, Sunghak

    2018-03-01

    A 7075 Al alloy matrix composite reinforced with SiC particulates (SiCps) whose sizes were 10 and 30 μm, i.e., a bimodal Al-SiCp composite, was made by a liquid pressing process, and its quasi-static and dynamic compressive properties were evaluated by using a universal testing machine and a split Hopkinson pressure bar, respectively. Mg-Si-, Al-Fe-, and Cu-rich intermetallic compounds existed inside the Al matrix, but might not deteriorate compressive properties because of their low volume fraction (about 2.6%) which was much lower than that of SiCp. The dynamic compressive strength was higher than the quasi-static strength, and was higher in the specimen tested at 2800 s-1 than in the specimen tested at 1400 s-1 according to the strain-rate hardening. For explaining the strain data, the blocking extent of crack propagation by the Al matrix was quantitatively examined. The melting of Al matrix occurred by adiabatic heating was favorable for the improvement in compressive strain because it favorably worked for activating the shear band formation and for blocking the crack propagation, thereby leading to the excellent compressive strain (10.9-11.6%) as well as maximum compressive strength (1057-1147 MPa). Thus, the present bimodal 7075 Al-SiCp composite provides a promise for new applications to high-performance armor plates.

  11. Efficient Imaging and Real-Time Display of Scanning Ion Conductance Microscopy Based on Block Compressive Sensing

    NASA Astrophysics Data System (ADS)

    Li, Gongxin; Li, Peng; Wang, Yuechao; Wang, Wenxue; Xi, Ning; Liu, Lianqing

    2014-07-01

    Scanning Ion Conductance Microscopy (SICM) is one kind of Scanning Probe Microscopies (SPMs), and it is widely used in imaging soft samples for many distinctive advantages. However, the scanning speed of SICM is much slower than other SPMs. Compressive sensing (CS) could improve scanning speed tremendously by breaking through the Shannon sampling theorem, but it still requires too much time in image reconstruction. Block compressive sensing can be applied to SICM imaging to further reduce the reconstruction time of sparse signals, and it has another unique application that it can achieve the function of image real-time display in SICM imaging. In this article, a new method of dividing blocks and a new matrix arithmetic operation were proposed to build the block compressive sensing model, and several experiments were carried out to verify the superiority of block compressive sensing in reducing imaging time and real-time display in SICM imaging.

  12. Flexible Fabrication of Shape-Controlled Collagen Building Blocks for Self-Assembly of 3D Microtissues.

    PubMed

    Zhang, Xu; Meng, Zhaoxu; Ma, Jingyun; Shi, Yang; Xu, Hui; Lykkemark, Simon; Qin, Jianhua

    2015-08-12

    Creating artificial tissue-like structures that possess the functionality, specificity, and architecture of native tissues remains a big challenge. A new and straightforward strategy for generating shape-controlled collagen building blocks with a well-defined architecture is presented, which can be used for self-assembly of complex 3D microtissues. Collagen blocks with tunable geometries are controllably produced and released via a membrane-templated microdevice. The formation of functional microtissues by embedding tissue-specific cells into collagen blocks with expression of specific proteins is described. The spontaneous self-assembly of cell-laden collagen blocks into organized tissue constructs with predetermined configurations is demonstrated, which are largely driven by the synergistic effects of cell-cell and cell-matrix interactions. This new strategy would open up new avenues for the study of tissue/organ morphogenesis, and tissue engineering applications. © 2015 WILEY-VCH Verlag GmbH & Co. KGaA, Weinheim.

  13. Structural modeling and analysis of an effluent treatment process for electroplating--a graph theoretic approach.

    PubMed

    Kumar, Abhishek; Clement, Shibu; Agrawal, V P

    2010-07-15

    An attempt is made to address a few ecological and environment issues by developing different structural models for effluent treatment system for electroplating. The effluent treatment system is defined with the help of different subsystems contributing to waste minimization. Hierarchical tree and block diagram showing all possible interactions among subsystems are proposed. These non-mathematical diagrams are converted into mathematical models for design improvement, analysis, comparison, storage retrieval and commercially off-the-shelf purchases of different subsystems. This is achieved by developing graph theoretic model, matrix models and variable permanent function model. Analysis is carried out by permanent function, hierarchical tree and block diagram methods. Storage and retrieval is done using matrix models. The methodology is illustrated with the help of an example. Benefits to the electroplaters/end user are identified. 2010 Elsevier B.V. All rights reserved.

  14. The finite scaling for S = 1 XXZ chains with uniaxial single-ion-type anisotropy

    NASA Astrophysics Data System (ADS)

    Wang, Honglei; Xiong, Xingliang

    2014-03-01

    The scaling behavior of criticality for spin-1 XXZ chains with uniaxial single-ion-type anisotropy is investigated by employing the infinite matrix product state representation with the infinite time evolving block decimation method. At criticality, the accuracy of the ground state of a system is limited by the truncation dimension χ of the local Hilbert space. We present four evidences for the scaling of the entanglement entropy, the largest eigenvalue of the Schmidt decomposition, the correlation length, and the connection between the actual correlation length ξ and the energy. The result shows that the finite scalings are governed by the central charge of the critical system. Also, it demonstrates that the infinite time evolving block decimation algorithm by the infinite matrix product state representation can be a quite accurate method to simulate the critical properties at criticality.

  15. Novel image compression-encryption hybrid algorithm based on key-controlled measurement matrix in compressive sensing

    NASA Astrophysics Data System (ADS)

    Zhou, Nanrun; Zhang, Aidi; Zheng, Fen; Gong, Lihua

    2014-10-01

    The existing ways to encrypt images based on compressive sensing usually treat the whole measurement matrix as the key, which renders the key too large to distribute and memorize or store. To solve this problem, a new image compression-encryption hybrid algorithm is proposed to realize compression and encryption simultaneously, where the key is easily distributed, stored or memorized. The input image is divided into 4 blocks to compress and encrypt, then the pixels of the two adjacent blocks are exchanged randomly by random matrices. The measurement matrices in compressive sensing are constructed by utilizing the circulant matrices and controlling the original row vectors of the circulant matrices with logistic map. And the random matrices used in random pixel exchanging are bound with the measurement matrices. Simulation results verify the effectiveness, security of the proposed algorithm and the acceptable compression performance.

  16. Chiral Recognition and Separation by Chirality-Enriched Metal-Organic Frameworks.

    PubMed

    Das, Saikat; Xu, Shixian; Ben, Teng; Qiu, Shilun

    2018-05-16

    Endowed with chiral channels and pores, chiral metal-organic frameworks (MOFs) are highly useful; however, their synthesis remains a challenge given that most chiral building blocks are expensive. Although MOFs with induced chirality have been reported to avoid this shortcoming, no study providing evidence for the ee value of such MOFs has yet been reported. We herein describe the first study on the efficiency of chiral induction in MOFs using inexpensive achiral building blocks and fully recoverable chiral dopants to control the handedness of racemic MOFs. This method yielded chirality-enriched MOFs with accessible pores. The ability of the materials to form host-guest complexes was probed with enantiomers of varying size and coordination and in solvents with varying polarity. Furthermore, mixed-matrix membranes (MMMs) composed of chirality-enriched MOF particles dispersed in a polymer matrix demonstrated a new route for chiral separation. © 2018 Wiley-VCH Verlag GmbH & Co. KGaA, Weinheim.

  17. Multivariable frequency domain identification via 2-norm minimization

    NASA Technical Reports Server (NTRS)

    Bayard, David S.

    1992-01-01

    The author develops a computational approach to multivariable frequency domain identification, based on 2-norm minimization. In particular, a Gauss-Newton (GN) iteration is developed to minimize the 2-norm of the error between frequency domain data and a matrix fraction transfer function estimate. To improve the global performance of the optimization algorithm, the GN iteration is initialized using the solution to a particular sequentially reweighted least squares problem, denoted as the SK iteration. The least squares problems which arise from both the SK and GN iterations are shown to involve sparse matrices with identical block structure. A sparse matrix QR factorization method is developed to exploit the special block structure, and to efficiently compute the least squares solution. A numerical example involving the identification of a multiple-input multiple-output (MIMO) plant having 286 unknown parameters is given to illustrate the effectiveness of the algorithm.

  18. Menstrual breakdown of human endometrium can be mimicked in vitro and is selectively and reversibly blocked by inhibitors of matrix metalloproteinases.

    PubMed Central

    Marbaix, E; Kokorine, I; Moulin, P; Donnez, J; Eeckhout, Y; Courtoy, P J

    1996-01-01

    The mechanisms underlying the menstrual lysis leading to shedding of the human endometrium and its accompanying bleeding are still largely unknown. In particular, whether breakdown of the endometrial fibrillar extra-cellular matrix that precedes bleeding depends on aspartic-, cysteine-, serine-, or metalloproteinases remains unclear. In the present study, menstrual regression of the human endometrium was mimicked in organ culture. Whereas sex steroids could preserve tissue integrity only in nonperimenstrual explants, matrix breakdown upon sex steroid deprivation was completely and reversibly inhibited at all stages of the menstrual cycle by specific inhibitors of matrix metalloproteinases, but not by inhibitors of the other classes of proteinases. Matrix metalloproteinases are thus identified as the key class of proteinases involved in the initiation of menstruation. Images Fig. 1 Fig. 3 Fig. 4 Fig. 5 PMID:8799164

  19. The Application of Sheet Technology in Cartilage Tissue Engineering.

    PubMed

    Ge, Yang; Gong, Yi Yi; Xu, Zhiwei; Lu, Yanan; Fu, Wei

    2016-04-01

    Cartilage tissue engineering started to act as a promising, even essential alternative method in the process of cartilage repair and regeneration, considering adult avascular structure has very limited self-renewal capacity of cartilage tissue in adults and a bottle-neck existed in conventional surgical treatment methods. Recent progressions in tissue engineering realized the development of more feasible strategies to treat cartilage disorders. Of these strategies, cell sheet technology has shown great clinical potentials in the regenerative areas such as cornea and esophagus and is increasingly considered as a potential way to reconstruct cartilage tissues for its non-use of scaffolds and no destruction of matrix secreted by cultured cells. Acellular matrix sheet technologies utilized in cartilage tissue engineering, with a sandwich model, can ingeniously overcome the drawbacks that occurred in a conventional acellular block, where cells are often blocked from migrating because of the non-nanoporous structure. Electrospun-based sheets with nanostructures that mimic the natural cartilage matrix offer a level of control as well as manipulation and make them appealing and widely used in cartilage tissue engineering. In this review, we focus on the utilization of these novel and promising sheet technologies to construct cartilage tissues with practical and beneficial functions.

  20. How electronic dynamics with Pauli exclusion produces Fermi-Dirac statistics.

    PubMed

    Nguyen, Triet S; Nanguneri, Ravindra; Parkhill, John

    2015-04-07

    It is important that any dynamics method approaches the correct population distribution at long times. In this paper, we derive a one-body reduced density matrix dynamics for electrons in energetic contact with a bath. We obtain a remarkable equation of motion which shows that in order to reach equilibrium properly, rates of electron transitions depend on the density matrix. Even though the bath drives the electrons towards a Boltzmann distribution, hole blocking factors in our equation of motion cause the electronic populations to relax to a Fermi-Dirac distribution. These factors are an old concept, but we show how they can be derived with a combination of time-dependent perturbation theory and the extended normal ordering of Mukherjee and Kutzelnigg for a general electronic state. The resulting non-equilibrium kinetic equations generalize the usual Redfield theory to many-electron systems, while ensuring that the orbital occupations remain between zero and one. In numerical applications of our equations, we show that relaxation rates of molecules are not constant because of the blocking effect. Other applications to model atomic chains are also presented which highlight the importance of treating both dephasing and relaxation. Finally, we show how the bath localizes the electron density matrix.

  1. Serial block face-scanning electron microscopy: a tool for studying embryonic development at the cell-matrix interface.

    PubMed

    Starborg, Tobias; Kadler, Karl E

    2015-03-01

    Studies of gene regulation, signaling pathways, and stem cell biology are contributing greatly to our understanding of early embryonic vertebrate development. However, much less is known about the events during the latter half of embryonic development, when tissues comprising mostly extracellular matrix (ECM) are formed. The matrix extends far beyond the boundaries of individual cells and is refractory to study by conventional biochemical and molecular techniques; thus major gaps exist in our knowledge of the formation and three-dimensional (3D) organization of the dense tissues that form the bulk of adult vertebrates. Serial block face-scanning electron microscopy (SBF-SEM) has the ability to image volumes of tissue containing numerous cells at a resolution sufficient to study the organization of the ECM. Furthermore, whereas light microscopy was once relatively straightforward and electron microscopy was performed in specialist laboratories, the tables are turned; SBF-SEM is relatively straightforward and is becoming routine in high-end resolution studies of embryonic structures in vivo. In this review, we discuss the emergence of SBF-SEM as a tool for studying embryonic vertebrate development. © 2015 Wiley Periodicals, Inc.

  2. Selective molecular annealing: in situ small angle X-ray scattering study of microwave-assisted annealing of block copolymers.

    PubMed

    Toolan, Daniel T W; Adlington, Kevin; Isakova, Anna; Kalamiotis, Alexis; Mokarian-Tabari, Parvaneh; Dimitrakis, Georgios; Dodds, Christopher; Arnold, Thomas; Terrill, Nick J; Bras, Wim; Hermida Merino, Daniel; Topham, Paul D; Irvine, Derek J; Howse, Jonathan R

    2017-08-09

    Microwave annealing has emerged as an alternative to traditional thermal annealing approaches for optimising block copolymer self-assembly. A novel sample environment enabling small angle X-ray scattering to be performed in situ during microwave annealing is demonstrated, which has enabled, for the first time, the direct study of the effects of microwave annealing upon the self-assembly behavior of a model, commercial triblock copolymer system [polystyrene-block-poly(ethylene-co-butylene)-block-polystyrene]. Results show that the block copolymer is a poor microwave absorber, resulting in no change in the block copolymer morphology upon application of microwave energy. The block copolymer species may only indirectly interact with the microwave energy when a small molecule microwave-interactive species [diethylene glycol dibenzoate (DEGDB)] is incorporated directly into the polymer matrix. Then significant morphological development is observed at DEGDB loadings ≥6 wt%. Through spatial localisation of the microwave-interactive species, we demonstrate targeted annealing of specific regions of a multi-component system, opening routes for the development of "smart" manufacturing methodologies.

  3. Muscarinic receptor agonists stimulate matrix metalloproteinase 1-dependent invasion of human colon cancer cells

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Raufman, Jean-Pierre, E-mail: jraufman@medicine.umaryland.edu; Cheng, Kunrong; Saxena, Neeraj

    2011-11-18

    Highlights: Black-Right-Pointing-Pointer Muscarinic receptor agonists stimulated robust human colon cancer cell invasion. Black-Right-Pointing-Pointer Anti-matrix metalloproteinase1 antibody pre-treatment blocks cell invasion. Black-Right-Pointing-Pointer Bile acids stimulate MMP1 expression, cell migration and MMP1-dependent invasion. -- Abstract: Mammalian matrix metalloproteinases (MMPs) which degrade extracellular matrix facilitate colon cancer cell invasion into the bloodstream and extra-colonic tissues; in particular, MMP1 expression correlates strongly with advanced colon cancer stage, hematogenous metastasis and poor prognosis. Likewise, muscarinic receptor signaling plays an important role in colon cancer; muscarinic receptors are over-expressed in colon cancer compared to normal colon epithelial cells. Muscarinic receptor activation stimulates proliferation, migration and invasionmore » of human colon cancer cells. In mouse intestinal neoplasia models genetic ablation of muscarinic receptors attenuates carcinogenesis. In the present work, we sought to link these observations by showing that MMP1 expression and activation plays a mechanistic role in muscarinic receptor agonist-induced colon cancer cell invasion. We show that acetylcholine, which robustly increases MMP1 expression, stimulates invasion of HT29 and H508 human colon cancer cells into human umbilical vein endothelial cell monolayers - this was abolished by pre-incubation with atropine, a non-selective muscarinic receptor inhibitor, and by pre-incubation with anti-MMP1 neutralizing antibody. Similar results were obtained using a Matrigel chamber assay and deoxycholyltaurine (DCT), an amidated dihydroxy bile acid associated with colon neoplasia in animal models and humans, and previously shown to interact functionally with muscarinic receptors. DCT treatment of human colon cancer cells resulted in time-dependent, 10-fold increased MMP1 expression, and DCT-induced cell invasion was also blocked by pre-treatment with anti-MMP1 antibody. This study contributes to understanding mechanisms underlying muscarinic receptor agonist-induced promotion of colon cancer and, more importantly, indicates that blocking MMP1 expression and activation has therapeutic promise to stop or retard colon cancer invasion and dissemination.« less

  4. Tumor Necrosis Factor-α– and Interleukin-1β–Dependent Matrix Metalloproteinase-3 Expression in Nucleus Pulposus Cells Requires Cooperative Signaling via Syndecan 4 and Mitogen-Activated Protein Kinase–NF-κB Axis

    PubMed Central

    Wang, Xin; Wang, Hua; Yang, Hao; Li, Jun; Cai, Qiqing; Shapiro, Irving M.; Risbud, Makarand V.

    2015-01-01

    Matrix metalloproteinase-3 (MMP-3) plays an important role in intervertebral disc degeneration, a ubiquitous condition closely linked to low back pain and disability. Elevated expression of syndecan 4, a cell surface heparan sulfate proteoglycan, actively controls disc matrix catabolism. However, the relationship between MMP-3 expression and syndecan 4 in the context of inflammatory disc disease has not been clearly defined. We investigated the mechanisms by which cytokines control MMP-3 expression in rat and human nucleus pulposus cells. Cytokine treatment increased MMP-3 expression and promoter activity. Stable silencing of syndecan 4 blocked cytokine-mediated MMP-3 expression; more important, syndecan 4 did not mediate its effects through NF-κB or mitogen-activated protein kinase (MAPK) pathways. However, treatment with MAPK and NF-κB inhibitors resulted in partial blocking of the inductive effect of cytokines on MMP-3 expression. Loss-of-function studies confirmed that NF-κB, p38α/β2/γ/δ, and extracellular signal–regulated kinase (ERK) 2, but not ERK1, contributed to cytokine-dependent induction of MMP3 promoter activity. Similarly, inhibitor treatments, lentiviral short hairpin-p65, and short hairpin-IκB kinase β significantly decreased cytokine-dependent up-regulation in MMP-3 expression. Finally, we show that transforming growth factor-β can block the up-regulation of MMP-3 induced by tumor necrosis factor (TNF)-α by counteracting the NF-κB pathway and syndecan 4 expression. Taken together, our results suggest that cooperative signaling through syndecan 4 and the TNF receptor 1–MAPK–NF-κB axis is required for TNF-α–dependent expression of MMP-3 in nucleus pulposus cells. Controlling these pathways may slow the progression of intervertebral disc degeneration and matrix catabolism. PMID:25063530

  5. Implementation of a block Lanczos algorithm for Eigenproblem solution of gyroscopic systems

    NASA Technical Reports Server (NTRS)

    Gupta, Kajal K.; Lawson, Charles L.

    1987-01-01

    The details of implementation of a general numerical procedure developed for the accurate and economical computation of natural frequencies and associated modes of any elastic structure rotating along an arbitrary axis are described. A block version of the Lanczos algorithm is derived for the solution that fully exploits associated matrix sparsity and employs only real numbers in all relevant computations. It is also capable of determining multiple roots and proves to be most efficient when compared to other, similar, exisiting techniques.

  6. The role of rapid solidification processing in the fabrication of fiber reinforced metal matrix composites

    NASA Technical Reports Server (NTRS)

    Locci, Ivan E.; Noebe, Ronald D.

    1989-01-01

    Advanced composite processing techniques for fiber reinforced metal matrix composites require the flexibility to meet several widespread objectives. The development of uniquely desired matrix microstructures and uniformly arrayed fiber spacing with sufficient bonding between fiber and matrix to transmit load between them without degradation to the fiber or matrix are the minimum requirements necessary of any fabrication process. For most applications these criteria can be met by fabricating composite monotapes which are then consolidated into composite panels or more complicated components such as fiber reinforced turbine blades. Regardless of the end component, composite monotapes are the building blocks from which near net shape composite structures can be formed. The most common methods for forming composite monotapes are the powder cloth, foil/fiber, plasma spray, and arc spray processes. These practices, however, employ rapid solidification techniques in processing of the composite matrix phase. Consequently, rapid solidification processes play a vital and yet generally overlooked role in composite fabrication. The future potential of rapid solidification processing is discussed.

  7. A High Performance Block Eigensolver for Nuclear Configuration Interaction Calculations

    DOE PAGES

    Aktulga, Hasan Metin; Afibuzzaman, Md.; Williams, Samuel; ...

    2017-06-01

    As on-node parallelism increases and the performance gap between the processor and the memory system widens, achieving high performance in large-scale scientific applications requires an architecture-aware design of algorithms and solvers. We focus on the eigenvalue problem arising in nuclear Configuration Interaction (CI) calculations, where a few extreme eigenpairs of a sparse symmetric matrix are needed. Here, we consider a block iterative eigensolver whose main computational kernels are the multiplication of a sparse matrix with multiple vectors (SpMM), and tall-skinny matrix operations. We then present techniques to significantly improve the SpMM and the transpose operation SpMM T by using themore » compressed sparse blocks (CSB) format. We achieve 3-4× speedup on the requisite operations over good implementations with the commonly used compressed sparse row (CSR) format. We develop a performance model that allows us to correctly estimate the performance of our SpMM kernel implementations, and we identify cache bandwidth as a potential performance bottleneck beyond DRAM. We also analyze and optimize the performance of LOBPCG kernels (inner product and linear combinations on multiple vectors) and show up to 15× speedup over using high performance BLAS libraries for these operations. The resulting high performance LOBPCG solver achieves 1.4× to 1.8× speedup over the existing Lanczos solver on a series of CI computations on high-end multicore architectures (Intel Xeons). We also analyze the performance of our techniques on an Intel Xeon Phi Knights Corner (KNC) processor.« less

  8. FaCSI: A block parallel preconditioner for fluid-structure interaction in hemodynamics

    NASA Astrophysics Data System (ADS)

    Deparis, Simone; Forti, Davide; Grandperrin, Gwenol; Quarteroni, Alfio

    2016-12-01

    Modeling Fluid-Structure Interaction (FSI) in the vascular system is mandatory to reliably compute mechanical indicators in vessels undergoing large deformations. In order to cope with the computational complexity of the coupled 3D FSI problem after discretizations in space and time, a parallel solution is often mandatory. In this paper we propose a new block parallel preconditioner for the coupled linearized FSI system obtained after space and time discretization. We name it FaCSI to indicate that it exploits the Factorized form of the linearized FSI matrix, the use of static Condensation to formally eliminate the interface degrees of freedom of the fluid equations, and the use of a SIMPLE preconditioner for saddle-point problems. FaCSI is built upon a block Gauss-Seidel factorization of the FSI Jacobian matrix and it uses ad-hoc preconditioners for each physical component of the coupled problem, namely the fluid, the structure and the geometry. In the fluid subproblem, after operating static condensation of the interface fluid variables, we use a SIMPLE preconditioner on the reduced fluid matrix. Moreover, to efficiently deal with a large number of processes, FaCSI exploits efficient single field preconditioners, e.g., based on domain decomposition or the multigrid method. We measure the parallel performances of FaCSI on a benchmark cylindrical geometry and on a problem of physiological interest, namely the blood flow through a patient-specific femoropopliteal bypass. We analyze the dependence of the number of linear solver iterations on the cores count (scalability of the preconditioner) and on the mesh size (optimality).

  9. Fast evaluation of scaled opposite spin second-order Møller-Plesset correlation energies using auxiliary basis expansions and exploiting sparsity.

    PubMed

    Jung, Yousung; Shao, Yihan; Head-Gordon, Martin

    2007-09-01

    The scaled opposite spin Møller-Plesset method (SOS-MP2) is an economical way of obtaining correlation energies that are computationally cheaper, and yet, in a statistical sense, of higher quality than standard MP2 theory, by introducing one empirical parameter. But SOS-MP2 still has a fourth-order scaling step that makes the method inapplicable to very large molecular systems. We reduce the scaling of SOS-MP2 by exploiting the sparsity of expansion coefficients and local integral matrices, by performing local auxiliary basis expansions for the occupied-virtual product distributions. To exploit sparsity of 3-index local quantities, we use a blocking scheme in which entire zero-rows and columns, for a given third global index, are deleted by comparison against a numerical threshold. This approach minimizes sparse matrix book-keeping overhead, and also provides sufficiently large submatrices after blocking, to allow efficient matrix-matrix multiplies. The resulting algorithm is formally cubic scaling, and requires only moderate computational resources (quadratic memory and disk space) and, in favorable cases, is shown to yield effective quadratic scaling behavior in the size regime we can apply it to. Errors associated with local fitting using the attenuated Coulomb metric and numerical thresholds in the blocking procedure are found to be insignificant in terms of the predicted relative energies. A diverse set of test calculations shows that the size of system where significant computational savings can be achieved depends strongly on the dimensionality of the system, and the extent of localizability of the molecular orbitals. Copyright 2007 Wiley Periodicals, Inc.

  10. A High Performance Block Eigensolver for Nuclear Configuration Interaction Calculations

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Aktulga, Hasan Metin; Afibuzzaman, Md.; Williams, Samuel

    As on-node parallelism increases and the performance gap between the processor and the memory system widens, achieving high performance in large-scale scientific applications requires an architecture-aware design of algorithms and solvers. We focus on the eigenvalue problem arising in nuclear Configuration Interaction (CI) calculations, where a few extreme eigenpairs of a sparse symmetric matrix are needed. Here, we consider a block iterative eigensolver whose main computational kernels are the multiplication of a sparse matrix with multiple vectors (SpMM), and tall-skinny matrix operations. We then present techniques to significantly improve the SpMM and the transpose operation SpMM T by using themore » compressed sparse blocks (CSB) format. We achieve 3-4× speedup on the requisite operations over good implementations with the commonly used compressed sparse row (CSR) format. We develop a performance model that allows us to correctly estimate the performance of our SpMM kernel implementations, and we identify cache bandwidth as a potential performance bottleneck beyond DRAM. We also analyze and optimize the performance of LOBPCG kernels (inner product and linear combinations on multiple vectors) and show up to 15× speedup over using high performance BLAS libraries for these operations. The resulting high performance LOBPCG solver achieves 1.4× to 1.8× speedup over the existing Lanczos solver on a series of CI computations on high-end multicore architectures (Intel Xeons). We also analyze the performance of our techniques on an Intel Xeon Phi Knights Corner (KNC) processor.« less

  11. Relational Learning via Collective Matrix Factorization

    DTIC Science & Technology

    2008-06-01

    well-known example of such a schema is pLSI- pHITS [13], which models document-word counts and document-document citations: E1 = words and E2 = E3...relational co- clustering include pLSI, pLSI- pHITS , the symmetric block models of Long et. al. [23, 24, 25], and Bregman tensor clustering [5] (which can...to pLSI- pHITS In this section we provide an example where the additional flexibility of collective matrix factorization leads to better results; and

  12. A frequency domain global parameter estimation method for multiple reference frequency response measurements

    NASA Astrophysics Data System (ADS)

    Shih, C. Y.; Tsuei, Y. G.; Allemang, R. J.; Brown, D. L.

    1988-10-01

    A method of using the matrix Auto-Regressive Moving Average (ARMA) model in the Laplace domain for multiple-reference global parameter identification is presented. This method is particularly applicable to the area of modal analysis where high modal density exists. The method is also applicable when multiple reference frequency response functions are used to characterise linear systems. In order to facilitate the mathematical solution, the Forsythe orthogonal polynomial is used to reduce the ill-conditioning of the formulated equations and to decouple the normal matrix into two reduced matrix blocks. A Complex Mode Indicator Function (CMIF) is introduced, which can be used to determine the proper order of the rational polynomials.

  13. Forks in the road: choices in procedures for designing wildland linkages.

    PubMed

    Beier, Paul; Majka, Daniel R; Spencer, Wayne D

    2008-08-01

    Models are commonly used to identify lands that will best maintain the ability of wildlife to move between wildland blocks through matrix lands after the remaining matrix has become incompatible with wildlife movement. We offer a roadmap of 16 choices and assumptions that arise in designing linkages to facilitate movement or gene flow of focal species between 2 or more predefined wildland blocks. We recommend designing linkages to serve multiple (rather than one) focal species likely to serve as a collective umbrella for all native species and ecological processes, explicitly acknowledging untested assumptions, and using uncertainty analysis to illustrate potential effects of model uncertainty. Such uncertainty is best displayed to stakeholders as maps of modeled linkages under different assumptions. We also recommend modeling corridor dwellers (species that require more than one generation to move their genes between wildland blocks) differently from passage species (for which an individual can move between wildland blocks within a few weeks). We identify a problem, which we call the subjective translation problem, that arises because the analyst must subjectively decide how to translate measurements of resource selection into resistance. This problem can be overcome by estimating resistance from observations of animal movement, genetic distances, or interpatch movements. There is room for substantial improvement in the procedures used to design linkages robust to climate change and in tools that allow stakeholders to compare an optimal linkage design to alternative designs that minimize costs or achieve other conservation goals.

  14. α2 Integrin, extracellular matrix metalloproteinase inducer, and matrix metalloproteinase-3 act sequentially to induce differentiation of mouse embryonic stem cells into odontoblast-like cells

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Ozeki, Nobuaki; Kawai, Rie; Hase, Naoko

    We previously reported that interleukin 1β acts via matrix metalloproteinase (MMP)-3 to regulate cell proliferation and suppress apoptosis in α2 integrin-positive odontoblast-like cells differentiated from mouse embryonic stem (ES) cells. Here we characterize the signal cascade underpinning odontoblastic differentiation in mouse ES cells. The expression of α2 integrin, extracellular matrix metalloproteinase inducer (Emmprin), and MMP-3 mRNA and protein were all potently increased during odontoblastic differentiation. Small interfering RNA (siRNA) disruption of the expression of these effectors potently suppressed the expression of the odontoblastic biomarkers dentin sialophosphoprotein, dentin matrix protein-1 and alkaline phosphatase, and blocked odontoblast calcification. Our siRNA, western blotmore » and blocking antibody analyses revealed a unique sequential cascade involving α2 integrin, Emmprin and MMP-3 that drives ES cell differentiation into odontoblasts. This cascade requires the interaction between α2 integrin and Emmprin and is potentiated by exogenous MMP-3. Finally, although odontoblast-like cells potently express α2, α6, αV, β1, and β3, integrins, we confirmed that β1 integrin acts as the trigger for ES cell differentiation, apparently in complex with α2 integrin. These results demonstrate a unique and unanticipated role for an α2 integrin-, Emmprin-, and MMP-3-mediated signaling cascade in driving mouse ES cell differentiation into odontoblast-like cells. - Highlights: • Odontoblast differentiation requires activation of α2 integrin, Emmprin and MMP-3. • α2 integrin, Emmprin and MMP-3 form a sequential signaling cascade. • β1 integrin acts a specific trigger for odontoblast differentiation. • The role of these effectors is highly novel and unanticipated.« less

  15. Coordinate regulation of estrogen-mediated fibronectin matrix assembly and epidermal growth factor receptor transactivation by the G protein-coupled receptor, GPR30.

    PubMed

    Quinn, Jeffrey A; Graeber, C Thomas; Frackelton, A Raymond; Kim, Minsoo; Schwarzbauer, Jean E; Filardo, Edward J

    2009-07-01

    Estrogen promotes changes in cytoskeletal architecture not easily attributed to the biological action of estrogen receptors, ERalpha and ERbeta. The Gs protein-coupled transmembrane receptor, GPR30, is linked to specific estrogen binding and rapid estrogen-mediated release of heparin-bound epidermal growth factor. Using marker rescue and dominant interfering mutant strategies, we show that estrogen action via GPR30 promotes fibronectin (FN) matrix assembly by human breast cancer cells. Stimulation with 17beta-estradiol or the ER antagonist, ICI 182, 780, results in the recruitment of FN-engaged integrin alpha5beta1 conformers to fibrillar adhesions and the synthesis of FN fibrils. Concurrent with this cellular response, GPR30 promotes the formation of Src-dependent, Shc-integrin alpha5beta1 complexes. Function-blocking antibodies directed against integrin alpha5beta1 or soluble Arg-Gly-Asp peptide fragments derived from FN specifically inhibited GPR30-mediated epidermal growth factor receptor transactivation. Estrogen-mediated FN matrix assembly and epidermal growth factor receptor transactivation were similarly disrupted in integrin beta1-deficient GE11 cells, whereas reintroduction of integrin beta1 into GE11 cells restored these responses. Mutant Shc (317Y/F) blocked GPR30-induced FN matrix assembly and tyrosyl phosphorylation of erbB1. Interestingly, relative to recombinant wild-type Shc, 317Y/F Shc was more readily retained in GPR30-induced integrin alpha5beta1 complexes, yet this mutant did not prevent endogenous Shc-integrin alpha5beta1 complex formation. Our results suggest that GPR30 coordinates estrogen-mediated FN matrix assembly and growth factor release in human breast cancer cells via a Shc-dependent signaling mechanism that activates integrin alpha5beta1.

  16. DOE Office of Scientific and Technical Information (OSTI.GOV)

    Znojil, Miloslav

    An N-level quantum model is proposed in which the energies are represented by an N-plet of zeros of a suitable classical orthogonal polynomial. The family of Gegenbauer polynomials G(n,a,x) is selected for illustrative purposes. The main obstacle lies in the non-Hermiticity (aka crypto-Hermiticity) of Hamiltonians H{ne}H{sup {dagger}.} We managed to (i) start from elementary secular equation G(N,a,E{sub n})=0, (ii) keep our H, in the nearest-neighbor-interaction spirit, tridiagonal, (iii) render it Hermitian in an ad hoc, nonunique Hilbert space endowed with metric {Theta}{ne}I, (iv) construct eligible metrics in closed forms ordered by increasing nondiagonality, and (v) interpret the model as amore » smeared N-site lattice.« less

  17. Introducing a new family of short-range potentials and their numerical solutions using the asymptotic iteration method

    NASA Astrophysics Data System (ADS)

    Assi, I. A.; Sous, A. J.

    2018-05-01

    The goal of this work is to derive a new class of short-range potentials that could have a wide range of physical applications, specially in molecular physics. The tridiagonal representation approach has been developed beyond its limitations to produce new potentials by requiring the representation of the Schrödinger wave operator to be multidiagonal and symmetric. This produces a family of Hulthén potentials that has a specific structure, as mentioned in the introduction. As an example, we have solved the nonrelativistic wave equation for the new four-parameter short-range screening potential numerically using the asymptotic iteration method, where we tabulated the eigenvalues for both s -wave and arbitrary l -wave cases in tables.

  18. Synthesis and optoelectronic properties of nanocomposites comprising of poly(9,9-dioctylfluorene)-block-poly(3-hexylthiophene) block copolymer and graphene nanosheets.

    PubMed

    Chiu, Po-Chun; Su, Reagen Ying-Tai; Yeh, Je-Yuan; Yeh, Cheng-Yang; Tsiang, Raymond Chien-Chao

    2013-06-01

    A novel conjugated block copolymer, poly(9,9-dioctylfluorene)-block-poly(3-hexylthiophene) (PFBPT) and its nanocomposite containing graphene sheets were synthesized for enhancing optoelectronic performance. Graphene sheets were in-situ formed in the polymer matrix via a reduction of octadecylamine-functionalized graphite oxide, where the graphite oxide came from acidification and exfoliation of graphite. The blue-green light-emitting poly(9,9-dioctylfluorene) block and red-orange light-emitting poly(3-hexylthiophene) block exhibit a combined white electroluminescence when the composite materials were fabricated as the emitting layer of a polymeric light-emitting diode (PLED). Graphene does not alter the optical characteristics wavelength of PFBPT but electric conductivity increases with the amount of graphene. The HOMO and LUMO were measured and the band gap is smaller with existence of graphene. The threshold voltage decreases with an increase in the graphene content. The device fabricated with PFBPT/graphene nanocomposite containing 1% graphene has a maximum white-light luminescence at a voltage of 9.0 V.

  19. Dynamic photoinduced realignment processes in photoresponsive block copolymer films: effects of the chain length and block copolymer architecture.

    PubMed

    Sano, Masami; Shan, Feng; Hara, Mitsuo; Nagano, Shusaku; Shinohara, Yuya; Amemiya, Yoshiyuki; Seki, Takahiro

    2015-08-07

    A series of block copolymers composed of an amorphous poly(butyl methacrylate) (PBMA) block connected with an azobenzene (Az)-containing liquid crystalline (PAz) block were synthesized by changing the chain length and polymer architecture. With these block copolymer films, the dynamic realignment process of microphase separated (MPS) cylinder arrays of PBMA in the PAz matrix induced by irradiation with linearly polarized light was studied by UV-visible absorption spectroscopy, and time-resolved grazing incidence small angle X-ray scattering (GI-SAXS) measurements using a synchrotron beam. Unexpectedly, the change in the chain length hardly affected the realignment rate. In contrast, the architecture of the AB-type diblock or the ABA-type triblock essentially altered the realignment feature. The strongly cooperative motion with an induction period before realignment was characteristic only for the diblock copolymer series, and the LPL-induced alignment change immediately started for triblock copolymers and the PAz homopolymer. Additionally, a marked acceleration in the photoinduced dynamic motions was unveiled in comparison with a thermal randomization process.

  20. Block entropy and quantum phase transition in the anisotropic Kondo necklace model

    NASA Astrophysics Data System (ADS)

    Mendoza-Arenas, J. J.; Franco, R.; Silva-Valencia, J.

    2010-06-01

    We study the von Neumann block entropy in the Kondo necklace model for different anisotropies η in the XY interaction between conduction spins using the density matrix renormalization group method. It was found that the block entropy presents a maximum for each η considered, and, comparing it with the results of the quantum criticality of the model based on the behavior of the energy gap, we observe that the maximum block entropy occurs at the quantum critical point between an antiferromagnetic and a Kondo singlet state, so this measure of entanglement is useful for giving information about where a quantum phase transition occurs in this model. We observe that the block entropy also presents a maximum at the quantum critical points that are obtained when an anisotropy Δ is included in the Kondo exchange between localized and conduction spins; when Δ diminishes for a fixed value of η, the critical point increases, favoring the antiferromagnetic phase.

  1. Rheological Properties of Natural Subduction Zone Interface: Insights from "Digital" Griggs Experiments

    NASA Astrophysics Data System (ADS)

    Ioannidi, P. I.; Le Pourhiet, L.; Moreno, M.; Agard, P.; Oncken, O.; Angiboust, S.

    2017-12-01

    The physical nature of plate locking and its relation to surface deformation patterns at different time scales (e.g. GPS displacements during the seismic cycle) can be better understood by determining the rheological parameters of the subduction interface. However, since direct rheological measurements are not possible, finite element modelling helps to determine the effective rheological parameters of the subduction interface. We used the open source finite element code pTatin to create 2D models, starting with a homogeneous medium representing shearing at the subduction interface. We tested several boundary conditions that mimic simple shear and opted for the one that best describes the Grigg's type simple shear experiments. After examining different parameters, such as shearing velocity, temperature and viscosity, we added complexity to the geometry by including a second phase. This arises from field observations, where shear zone outcrops are often composites of multiple phases: stronger crustal blocks embedded within a sedimentary and/or serpentinized matrix have been reported for several exhumed subduction zones. We implemented a simplified model to simulate simple shearing of a two-phase medium in order to quantify the effect of heterogeneous rheology on stress and strain localization. Preliminary results show different strength in the models depending on the block-to-matrix ratio. We applied our method to outcrop scale block-in-matrix geometries and by sampling at different depths along exhumed former subduction interfaces, we expect to be able to provide effective friction and viscosity of a natural interface. In a next step, these effective parameters will be used as input into seismic cycle deformation models in an attempt to assess the possible signature of field geometries on the slip behaviour of the plate interface.

  2. Variance-Based Cluster Selection Criteria in a K-Means Framework for One-Mode Dissimilarity Data.

    PubMed

    Vera, J Fernando; Macías, Rodrigo

    2017-06-01

    One of the main problems in cluster analysis is that of determining the number of groups in the data. In general, the approach taken depends on the cluster method used. For K-means, some of the most widely employed criteria are formulated in terms of the decomposition of the total point scatter, regarding a two-mode data set of N points in p dimensions, which are optimally arranged into K classes. This paper addresses the formulation of criteria to determine the number of clusters, in the general situation in which the available information for clustering is a one-mode [Formula: see text] dissimilarity matrix describing the objects. In this framework, p and the coordinates of points are usually unknown, and the application of criteria originally formulated for two-mode data sets is dependent on their possible reformulation in the one-mode situation. The decomposition of the variability of the clustered objects is proposed in terms of the corresponding block-shaped partition of the dissimilarity matrix. Within-block and between-block dispersion values for the partitioned dissimilarity matrix are derived, and variance-based criteria are subsequently formulated in order to determine the number of groups in the data. A Monte Carlo experiment was carried out to study the performance of the proposed criteria. For simulated clustered points in p dimensions, greater efficiency in recovering the number of clusters is obtained when the criteria are calculated from the related Euclidean distances instead of the known two-mode data set, in general, for unequal-sized clusters and for low dimensionality situations. For simulated dissimilarity data sets, the proposed criteria always outperform the results obtained when these criteria are calculated from their original formulation, using dissimilarities instead of distances.

  3. A novel anti-EMMPRIN function-blocking antibody reduces T cell proliferation and neurotoxicity: relevance to multiple sclerosis

    PubMed Central

    2012-01-01

    Background Extracellular matrix metalloproteinase inducer (EMMPRIN; CD147, basigin) is an inducer of the expression of several matrix metalloproteinases (MMPs). We reported previously that blocking EMMPRIN activity reduced neuroinflammation and severity of disease in an animal model of multiple sclerosis (MS), experimental autoimmune encephalomyelitis (EAE). Methods To improve upon EMMPRIN blockade, and to help unravel the biological functions of EMMPRIN in inflammatory disorders, we have developed several anti-EMMPRIN monoclonal antibodies. Results Of these monoclonal antibodies, a particular one, clone 10, was efficient in binding mouse and human cells using several methods of detection. The specificity of clone 10 was demonstrated by its lack of staining of EMMPRIN-null embryos compared to heterozygous and wild-type mouse samples. Functionally, human T cells activated with anti-CD3 and anti-CD28 elevated their expression of EMMPRIN and the treatment of these T cells with clone 10 resulted in decreased proliferation and matrix metalloproteinase- 9 (MMP-9) production. Activated human T cells were toxic to human neurons in culture and clone 10 pretreatment reduced T cell cytotoxicity correspondent with decrease of granzyme B levels within T cells. In vivo, EAE mice treated with clone 10 had a markedly reduced disease score compared to mice treated with IgM isotype control. Conclusions We have produced a novel anti-EMMPRIN monoclonal antibody that blocks several aspects of T cell activity, thus highlighting the multiple roles of EMMPRIN in T cell biology. Moreover, clone 10 reduces EAE scores in mice compared to controls, and has activity on human cells, potentially allowing for the testing of anti-EMMPRIN treatment not only in EAE, but conceivably also in MS. PMID:22480370

  4. A novel anti-EMMPRIN function-blocking antibody reduces T cell proliferation and neurotoxicity: relevance to multiple sclerosis.

    PubMed

    Agrawal, Smriti M; Silva, Claudia; Wang, Janet; Tong, Jade Pui-Wai; Yong, V Wee

    2012-04-05

    Extracellular matrix metalloproteinase inducer (EMMPRIN; CD147, basigin) is an inducer of the expression of several matrix metalloproteinases (MMPs). We reported previously that blocking EMMPRIN activity reduced neuroinflammation and severity of disease in an animal model of multiple sclerosis (MS), experimental autoimmune encephalomyelitis (EAE). To improve upon EMMPRIN blockade, and to help unravel the biological functions of EMMPRIN in inflammatory disorders, we have developed several anti-EMMPRIN monoclonal antibodies. Of these monoclonal antibodies, a particular one, clone 10, was efficient in binding mouse and human cells using several methods of detection. The specificity of clone 10 was demonstrated by its lack of staining of EMMPRIN-null embryos compared to heterozygous and wild-type mouse samples. Functionally, human T cells activated with anti-CD3 and anti-CD28 elevated their expression of EMMPRIN and the treatment of these T cells with clone 10 resulted in decreased proliferation and matrix metalloproteinase- 9 (MMP-9) production. Activated human T cells were toxic to human neurons in culture and clone 10 pretreatment reduced T cell cytotoxicity correspondent with decrease of granzyme B levels within T cells. In vivo, EAE mice treated with clone 10 had a markedly reduced disease score compared to mice treated with IgM isotype control. We have produced a novel anti-EMMPRIN monoclonal antibody that blocks several aspects of T cell activity, thus highlighting the multiple roles of EMMPRIN in T cell biology. Moreover, clone 10 reduces EAE scores in mice compared to controls, and has activity on human cells, potentially allowing for the testing of anti-EMMPRIN treatment not only in EAE, but conceivably also in MS.

  5. Cumulative fatigue damage behavior of MAR M-247

    NASA Technical Reports Server (NTRS)

    Mcgaw, Michael A.; Halford, Gary R.; Kalluri, Sreeramesh

    1991-01-01

    The objective was to examine the room temperature fatigue and nonlinear cumulative fatigue damage behavior of the cast nickel-based superalloy, MAR M-247. The fatigue test matrix consisted of single-level, fully reversed fatigue experiments. Two series of tests were performed: one of the two baseline fatigue LCF (Low-Cycle Fatigue) life levels was used in the first loading block, and the HCF (High-Cycle Fatigue) baseline loading level was used in the second block in each series. For each series, duplicate tests were performed at each applied LCF life fraction.

  6. A novel role for the integrin-binding III-10 module in fibronectin matrix assembly.

    PubMed

    Hocking, D C; Smith, R K; McKeown-Longo, P J

    1996-04-01

    Fibronectin matrix assembly is a cell-dependent process which is upregulated in tissues at various times during development and wound repair to support the functions of cell adhesion, migration, and differentiation. Previous studies have demonstrated that the alpha 5 beta 1 integrin and fibronectin's amino terminus and III-1 module are important in fibronectin polymerization. We have recently shown that fibronectin's III-1 module contains a conformationally sensitive binding site for fibronectin's amino terminus (Hocking, D.C., J. Sottile, and P.J. McKeown-Longo. 1994. J. Biol. Chem. 269: 19183-19191). The present study was undertaken to define the relationship between the alpha 5 beta 1 integrin and fibronectin polymerization. Solid phase binding assays using recombinant III-10 and III-1 modules of human plasma fibronectin indicated that the III-10 module contains a conformation-dependent binding site for the III-1 module of fibronectin. Unfolded III-10 could support the formation of a ternary complex containing both III-1 and the amino-terminal 70-kD fragment, suggesting that the III-1 module can support the simultaneous binding of III-10 and 70 kD. Both unfolded III-10 and unfolded III-1 could support fibronectin binding, but only III-10 could promote the formation of disulfide-bonded multimers of fibronectin in the absence of cells. III-10-dependent multimer formation was inhibited by both the anti-III-1 monoclonal antibody, 9D2, and amino-terminal fragments of fibronectin. A fragment of III-10, termed III-10/A, was able to block matrix assembly in fibroblast monolayers. Similar results were obtained using the III-10A/RGE fragment, in which the RGD site had been mutated to RGE, indicating that III-I0/A was blocking matrix assembly by a mechanism distinct from disruption of integrin binding. Texas red-conjugated recombinant III-1,2 localized to beta 1-containing sites of focal adhesions on cells plated on fibronectin or the III-9,10 modules of fibronectin. Monoclonal antibodies against the III-1 or the III-9,10 modules of fibronectin blocked binding of III-1,2 to cells without disrupting focal adhesions. These data suggest that a role of the alpha 5 beta 1 integrin in matrix assembly is to regulate a series of sequential self-interactions which result in the polymerization of fibronectin.

  7. Bulk rheology and simulated episodic tremor and slip within a numerically-modeled block-dominated subduction melange

    NASA Astrophysics Data System (ADS)

    Webber, S.; Ellis, S. M.; Fagereng, A.

    2015-12-01

    We investigate the influence of melange rheology in a subduction thrust interface on stress and slip cycling constrained by observations from an exhumed subduction complex at Chrystalls Beach, New Zealand. A two-phase mélange dominated by large, competent brittle-viscous blocks surrounded by a weak non-linear viscous matrix is numerically modeled, and the evolution of bulk stress are analysed as the domain deforms. The models produce stress cycling behaviour under constant shear strain rate boundary conditions for a wide range of physical conditions that roughly corresponds to depths and strain rates calculated for instrumentally observed episodic tremor and slip (ETS) in presently-deforming subduction thrust interfaces. Stress cycling is accompanied by mixed brittle plastic-viscous deformation, and occurs as a consequence of geometric reorganisation and the progressive development and breakdown of stress bridges as blocks mutually obstruct one another. We argue that periods of low differential stress correspond to periods of rapid mixed-mode deformation and ETS. Stress cycling episodicities are a function of shear strain rate and pressure/temperature conditions at depth. The time period of stress cycling is principally controlled by the geometry (block distribution and density through time) and stress cycling amplitudes are controlled by effective stress. The duration of stress cycling events in the models (months-years) and rapid strain rates are comparable to instrumentally observed ETS. Shear strain rates are 1 - 2 orders of magnitude slower between stress cycling events, suggesting episodic return times within a single model domain are long duration (> centennial timescales), assuming constant flow stress. Finally, we derive a bulk viscous flow law for block dominated subduction mélanges for conditions 300 - 500°C and elevated pore fluid pressures. Bulk flow laws calculated for block-dominated subduction mélanges are non-linear, owing to a combination of non-linear matrix viscosity and development of tensile fractures at rapid shear strain rates. Model behaviour, including the generation of mixed-mode deformation, is highly comparable to the exhumed block-dominated melange found within the Chrystalls Beach Complex.

  8. Power/Performance Trade-offs of Small Batched LU Based Solvers on GPUs

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Villa, Oreste; Fatica, Massimiliano; Gawande, Nitin A.

    In this paper we propose and analyze a set of batched linear solvers for small matrices on Graphic Processing Units (GPUs), evaluating the various alternatives depending on the size of the systems to solve. We discuss three different solutions that operate with different level of parallelization and GPU features. The first, exploiting the CUBLAS library, manages matrices of size up to 32x32 and employs Warp level (one matrix, one Warp) parallelism and shared memory. The second works at Thread-block level parallelism (one matrix, one Thread-block), still exploiting shared memory but managing matrices up to 76x76. The third is Thread levelmore » parallel (one matrix, one thread) and can reach sizes up to 128x128, but it does not exploit shared memory and only relies on the high memory bandwidth of the GPU. The first and second solution only support partial pivoting, the third one easily supports partial and full pivoting, making it attractive to problems that require greater numerical stability. We analyze the trade-offs in terms of performance and power consumption as function of the size of the linear systems that are simultaneously solved. We execute the three implementations on a Tesla M2090 (Fermi) and on a Tesla K20 (Kepler).« less

  9. Dynamics of a Dirac oscillator coupled to an external field: a new class of solvable problems

    NASA Astrophysics Data System (ADS)

    Sadurní, E.; Torres, J. M.; Seligman, T. H.

    2010-07-01

    The Dirac oscillator coupled to an external two-component field can retain its solvability, if couplings are appropriately chosen. This provides a new class of integrable systems. A simplified way of a solution is given by recasting the known solution of the Dirac oscillator into matrix form; there one notes that a block-diagonal form arises in a Hamiltonian formulation. The blocks are two dimensional. Choosing couplings that do not affect the block structure, these blow up the 2 × 2 matrices to 4 × 4 matrices, thus conserving solvability. The result can be cast again in covariant form. By way of an example we apply this exact solution to calculate the evolution of entanglement.

  10. Dielectric Properties of Generation 3 Pamam Dendrimer Nanocomposites

    NASA Astrophysics Data System (ADS)

    Ristić, Sanja; Mijović, Jovan

    2008-08-01

    Broadband dielectric relaxation spectroscopy (DRS) was employed to study molecular dynamics of blends composed of generation 3 poly(amidoamine) (PAMAM) dendrimers with ethylenediamine core and amino surface groups and four linear polymers: poly(propylene oxide)—PPO, two block copolymers, poly(propylene oxide)/poly(ethylene oxide)—PPO/PEO with different mol ratios (29/6 and 10/31) and poly(ethylene oxide)—PEO. The results were generated over a broad range of frequency. Dielectric spectra of dendrimers in PPO matrix reveal slight shift of normal and segmental processes to higher frequency with increasing concentration of dendrimers. In the 29PPO/6PEO matrix, no effect of concentration on the average relaxation time for normal and segmental processes was observed. In the 10PPO/31PEO matrix the relaxation time of the segmental process increases with increasing dendrimer concentration, while in the PEO matrix, local processes in dendrimers slow down. A detailed analysis of the effect of concentration of dendrimers and morphology of polymer matrix on the dielectric properties of dendrimer nanocomposites will be presented.

  11. Omentin-1 prevents cartilage matrix destruction by regulating matrix metalloproteinases.

    PubMed

    Li, Zhigang; Liu, Baoyi; Zhao, Dewei; Wang, BenJie; Liu, Yupeng; Zhang, Yao; Li, Borui; Tian, Fengde

    2017-08-01

    Matrix metalloproteinases (MMPs) play a crucial role in the degradation of the extracellular matrix and pathological progression of osteoarthritis (OA). Omentin-1 is a newly identified anti-inflammatory adipokine. Little information regarding the protective effects of omentin-1 in OA has been reported before. In the current study, our results indicated that omentin-1 suppressed expression of MMP-1, MMP-3, and MMP-13 induced by the proinflammatory cytokine interleukin-1β (IL-1β) at both the mRNA and protein levels in human chondrocytes. Importantly, administration of omentin-1 abolished IL-1β-induced degradation of type II collagen (Col II) and aggrecan, the two major extracellular matrix components in articular cartilage, in a dose-dependent manner. Mechanistically, omentin-1 ameliorated the expression of interferon regulatory factor 1 (IRF-1) by blocking the JAK-2/STAT3 pathway. Our results indicate that omentin-1 may have a potential chondroprotective therapeutic capacity. Copyright © 2017 Elsevier Masson SAS. All rights reserved.

  12. Application of Composite Materials to Truck Components: Leaf Springs and Propeller Shafts for 5-Ton Trucks

    DTIC Science & Technology

    1981-11-01

    Fiberglass-Epoxy Resin Matrix Composites 2(L ABSTRACT (Caautlrue am reverse de bf IHI wee•a’y d Identify by block number) The objective of the program was to...Army truck are designed using resin matrix composite materials. Both design studies and prototype fabrication and testing are included in the program...For the leaf springs (both front and rear) a hybrid design using steel DD FOR 143 ED#T1ON OF I NOV65 IS OBSOLETE SECURITY CLASSIFICATION OF THIS PAGE

  13. On-demand photoinitiated polymerization

    DOEpatents

    Boydston, Andrew J; Grubbs, Robert H; Daeffler, Chris; Momcilovic, Nebojsa

    2015-01-13

    Compositions and methods for adjustable lenses are provided. In some embodiments, the lenses contain a lens matrix material, a masking compound, and a prepolymer. The lens matrix material provides structure to the lens. The masking compound is capable of blocking polymerization or crosslinking of the prepolymer, until photoisomerization of the compound is triggered, and the compound is converted from a first isomer to a second isomer having a different absorption profile. The prepolymer is a composition that can undergo a polymerization or crosslinking reaction upon photoinitiation to alter one or more of the properties of the lenses.

  14. A Block-LU Update for Large-Scale Linear Programming

    DTIC Science & Technology

    1990-01-01

    linear programming problems. Results are given from runs on the Cray Y -MP. 1. Introduction We wish to use the simplex method [Dan63] to solve the...standard linear program, minimize cTx subject to Ax = b 1< x <U, where A is an m by n matrix and c, x, 1, u, and b are of appropriate dimension. The simplex...the identity matrix. The basis is used to solve for the search direction y and the dual variables 7r in the following linear systems: Bky = aq (1.2) and

  15. On-demand photoinitiated polymerization

    DOEpatents

    Boydston, Andrew J; Grubbs, Robert H; Daeffler, Chris; Momcilovic, Nebojsa

    2013-12-10

    Compositions and methods for adjustable lenses are provided. In some embodiments, the lenses contain a lens matrix material, a masking compound, and a prepolymer. The lens matrix material provides structure to the lens. The masking compound is capable of blocking polymerization or crosslinking of the prepolymer, until photoisomerization of the compound is triggered, and the compound is converted from a first isomer to a second isomer having a different absorption profile. The prepolymer is a composition that can undergo a polymerization or crosslinking reaction upon photoinitiation to alter one or more of the properties of the lenses.

  16. A new fast direct solver for the boundary element method

    NASA Astrophysics Data System (ADS)

    Huang, S.; Liu, Y. J.

    2017-09-01

    A new fast direct linear equation solver for the boundary element method (BEM) is presented in this paper. The idea of the new fast direct solver stems from the concept of the hierarchical off-diagonal low-rank matrix. The hierarchical off-diagonal low-rank matrix can be decomposed into the multiplication of several diagonal block matrices. The inverse of the hierarchical off-diagonal low-rank matrix can be calculated efficiently with the Sherman-Morrison-Woodbury formula. In this paper, a more general and efficient approach to approximate the coefficient matrix of the BEM with the hierarchical off-diagonal low-rank matrix is proposed. Compared to the current fast direct solver based on the hierarchical off-diagonal low-rank matrix, the proposed method is suitable for solving general 3-D boundary element models. Several numerical examples of 3-D potential problems with the total number of unknowns up to above 200,000 are presented. The results show that the new fast direct solver can be applied to solve large 3-D BEM models accurately and with better efficiency compared with the conventional BEM.

  17. PLZT block data composers operated in differential phase mode. [lanthanum-modified lead zirconate titanate ceramic device for digital holographic memory

    NASA Technical Reports Server (NTRS)

    Drake, M. D.; Klingler, D. E.

    1973-01-01

    The use of PLZT ceramics with the 7/65/35 composition in block data composer (BDC) input devices for holographic memory systems has previously been described for operation in the strain biased, scattering, and edge effect modes. A new and promising mode of BDC operation is the differential phase mode in which each element of a matrix array BDC acts as a phase modulator. The phase modulation results from a phase difference in the optical path length between the electrically poled and depoled states of the PLZT. It is shown that a PLZT BDC can be used as a matrix-type phase modulator to record and process digital data by the differential phase mode in a holographic recording/processing system with readout contrast ratios of between 10:1 and 15:1. The differential phase mode has the advantages that strain bias is not required and that the thickness and strain variations in the PLZT are cancelled out.

  18. Block copolymer templated self-assembly of disk-shaped molecules

    NASA Astrophysics Data System (ADS)

    Aragones, J. L.; Alexander-Katz, A.

    2017-08-01

    Stacking of disk-shaped organic molecules is a promising strategy to develop electronic and photovoltaic devices. Here, we investigate the capability of a soft block copolymer matrix that microphase separates into a cylindrical phase to direct the self-assembly of disk-shaped molecules by means of molecular simulations. We show that two disk molecules confined in the cylinder domain experience a depletion force, induced by the polymer chains, which results in the formation of stacks of disks. This entropic interaction and the soft confinement provided by the matrix are both responsible for the structures that can be self-assembled, which include slanted or columnar stacks. In addition, we evidence the transmission of stresses between the different minority domains of the microphase, which results in the establishment of a long-ranged interaction between disk molecules embedded in different domains; this interaction is of the order of the microphase periodicity and may be exploited to direct assembly of disks at larger scales.

  19. Decentralized state estimation for a large-scale spatially interconnected system.

    PubMed

    Liu, Huabo; Yu, Haisheng

    2018-03-01

    A decentralized state estimator is derived for the spatially interconnected systems composed of many subsystems with arbitrary connection relations. An optimization problem on the basis of linear matrix inequality (LMI) is constructed for the computations of improved subsystem parameter matrices. Several computationally effective approaches are derived which efficiently utilize the block-diagonal characteristic of system parameter matrices and the sparseness of subsystem connection matrix. Moreover, this decentralized state estimator is proved to converge to a stable system and obtain a bounded covariance matrix of estimation errors under certain conditions. Numerical simulations show that the obtained decentralized state estimator is attractive in the synthesis of a large-scale networked system. Copyright © 2018 ISA. Published by Elsevier Ltd. All rights reserved.

  20. Tungsten wire/FeCrAlY matrix turbine blade fabrication study

    NASA Technical Reports Server (NTRS)

    Melnyk, P.; Fleck, J. N.

    1979-01-01

    The objective was to establish a viable FRS monotape technology base to fabricate a complex, advanced turbine blade. All elements of monotape fabrication were addressed. A new process for incorporation of the matrix, including bi-alloy matrices, was developed. Bonding, cleaning, cutting, sizing, and forming parameters were established. These monotapes were then used to fabricate a 48 ply solid JT9D-7F 1st stage turbine blade. Core technology was then developed and first a 12 ply and then a 7 ply shell hollow airfoil was fabricated. As the fabrication technology advanced, additional airfoils incorporated further elements of sophistication, by introducing in sequence bonded root blocks, cross-plying, bi-metallic matrix, tip cap, trailing edge slots, and impingement inserts.

  1. Matrix Formalism of Synchrobetatron Coupling

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Huang, Xiaobiao; /SLAC

    In this paper we present a complete linear synchrobetatron coupling formalism by studying the transfer matrix which describes linear horizontal and longitudinal motions. With the technique established in the linear horizontal-vertical coupling study [D. Sagan and D. Rubin, Phys. Rev. ST Accel. Beams 2, 074001 (1999)], we found a transformation to block diagonalize the transfer matrix and decouple the betatron motion and the synchrotron motion. By separating the usual dispersion term from the horizontal coordinate first, we were able to obtain analytic expressions of the transformation under reasonable approximations. We also obtained the perturbations to the betatron tune and themore » Courant-Snyder functions. The closed orbit changes due to finite energy gains at rf cavities and radiation energy losses were also studied by the 5 x 5 extended transfer matrix with the fifth column describing kicks in the 4-dimension phase space.« less

  2. Determination of Uniaxial Compressive Strength of Ankara Agglomerate Considering Fractal Geometry of Blocks

    NASA Astrophysics Data System (ADS)

    Coskun, Aycan; Sonmez, Harun; Ercin Kasapoglu, K.; Ozge Dinc, S.; Celal Tunusluoglu, M.

    2010-05-01

    The uniaxial compressive strength (UCS) of rock material is a crucial parameter to be used for design stages of slopes, tunnels and foundations to be constructed in/on geological medium. However, preparation of high quality cores from geological mixtures or fragmented rocks such as melanges, fault rocks, coarse pyroclastic rocks, breccias and sheared serpentinites is often extremely difficult. According to the studies performed in literature, this type of geological materials may be grouped as welded and unwelded birmocks. Success of preparation of core samples from welded bimrocks is slightly better than unwelded ones. Therefore, some studies performed on the welded bimrocks to understand the mechanical behavior of geological mixture materials composed of stronger and weaker components (Gokceoglu, 2002; Sonmez et al., 2004; Sonmez et al., 2006; Kahraman, et al., 2008). The overall strength of bimrocks are generally depends on strength contrast between blocks and matrix; types and strength of matrix; type, size, strength, shape and orientation of blocks and volumetric block proportion. In previously proposed prediction models, while UCS of unwelded bimrocks may be determined by decreasing the UCS of matrix considering the volumetric block proportion, the welded ones can be predicted by considering both UCS of matrix and blocks together (Lindquist, 1994; Lindquist and Goodman, 1994; Sonmez et al., 2006 and Sonmez et al., 2009). However, there is a few attempts were performed about the effect of blocks shape and orientation on the strength of bimrock (Linqduist, 1994 and Kahraman, et al., 2008). In this study, Ankara agglomerate, which is composed of andesite blocks and surrounded weak tuff matrix, was selected as study material. Image analyses were performed on bottom, top and side faces of cores to identify volumetric block portions. In addition to the image analyses, andesite blocks on bottom, top and side faces were digitized for determination of fractal dimensions. To determine fractal dimensions of more than hundred andesite blocks in cores, a computer program namely FRACRUN were developed. Fractal geometry has been used as practical and popular tool to define particularly irregular shaped bodies in literature since the theory of fractal was developed by Mandelbrot (1967) (Hyslip and Vallejo, 1997; Kruhl and Nega, 1996; Bagde etal., 2002; Gulbin and Evangulova, 2003; Pardini, 2003; Kolay and Kayabali, 2006; Hamdi, 2008; Zorlu, 2009 and Sezer, 2009). Although there are some methods to determine fractal dimensions, square grid-cell count method for 2D and segment count method for 1D were followed in the algorithm of FRACRUN. FRACRUN has capable of determine fractal dimensions of many closed polygons on a single surface. In the study, a database composed of uniaxial compressive strength, volumetric block proportion, fractal dimensions and number of blocks for each core was established. Finally, prediction models were developed by regression analyses and compared with the empirical equations proposed by Sonmez et al. (2006). Acknowledgement This study is a product of ongoing project supported by TUBITAK (The Scientific and Technological Research Council of Turkey - Project No: 108Y002). References Bagde, M.N., Raina, A.K., Chakraborty, A.K., Jethwa, J.L., 2002. Rock mass characterization by fractal dimension. Engineering Geology 63, 141-155. Gokceoglu, C., 2002. A fuzzy triangular chart to predict the uniaxial compressive strength of the Ankara agglomerates from their petrographic composition. Engineering Geology, 66 (1-2), 39-51. Gulbin, Y.L., Evangulova, E.B., 2003. Morphometry of quartz aggregates in granites: fractal images referring to nucleation and growth processes. Mathematical Geology 35 (7), 819-833 Hamdi, E., 2008. A fractal description of simulated 3D discontinuity networks. Rock Mechanics and Rock Engineering 41, 587-599. Hyslip, J.P., Vallejo, L.E., 1997. Fractals analysis of the roughness and size distribution of granular materials. Engineering Geology 48, 231-244. Kahraman, S., Alber, M., Fener, M. and Gunaydin, O. 2008. Evaluating the geomechanical properties of Misis fault breccia (Turkey). Int. J. Rock Mech. Min. Sci, 45, (8), 1469-1479. Kolay, E., Kayabali, K., 2006. Investigation of the effect of aggregate shape and surface roughness on the slake durability index using the fractal dimension approach. Engineering Geology 86, 271-294. Kruhl, J.H., Nega, M., 1996. The fractal shape of sutured quartz grain boundaries: application as a geothermometer. Geologische Rundschau 85, 38-43. Lindquist E.S. 1994. The strength, deformation properties of melange. PhD thesis, University of California, Berkeley, 1994. 264p. Lindquist E.S. and Goodman R.E. 1994. The strength and deformation properties of the physical model m!elange. In: Nelson PP, Laubach SE, editors. Proceedings of the First North American Rock Mechanics Conference (NARMS), Austin, Texas. Rotterdam: AA Balkema; 1994. Pardini, G., 2003. Fractal scaling of surface roughness in artificially weathered smectite rich soil regoliths. Geoderma 117, 157-167. Sezer E., 2009. A computer program for fractal dimension (FRACEK) with application on type of mass movement characterization. Computers and Geosciences (doi:10.1016/j.cageo.2009.04.006). Sonmez H, Tuncay E, and Gokceoglu C., 2004. Models to predict the uniaxial compressive strength and the modulus of elasticity for Ankara Agglomerate. Int. J. Rock Mech. Min. Sci., 41 (5), 717-729. Sonmez, H., Gokceoglu, C., Medley, E.W., Tuncay, E., and Nefeslioglu, H.A., 2006. Estimating the uniaxial compressive strength of a volcanic bimrock. Int. J. Rock Mech. Min. Sci., 43 (4), 554-561. Zorlu K., 2008. Description of the weathering states of building stones by fractal geometry and fuzzy inference system in the Olba ancient city (Southern Turkey). Engineering Geology 101 (2008) 124-133.

  3. OBSIFRAC: database-supported software for 3D modeling of rock mass fragmentation

    NASA Astrophysics Data System (ADS)

    Empereur-Mot, Luc; Villemin, Thierry

    2003-03-01

    Under stress, fractures in rock masses tend to form fully connected networks. The mass can thus be thought of as a 3D series of blocks produced by fragmentation processes. A numerical model has been developed that uses a relational database to describe such a mass. The model, which assumes the fractures to be plane, allows data from natural networks to test theories concerning fragmentation processes. In the model, blocks are bordered by faces that are composed of edges and vertices. A fracture can originate from a seed point, its orientation being controlled by the stress field specified by an orientation matrix. Alternatively, it can be generated from a discrete set of given orientations and positions. Both kinds of fracture can occur together in a model. From an original simple block, a given fracture produces two simple polyhedral blocks, and the original block becomes compound. Compound and simple blocks created throughout fragmentation are stored in the database. Several fragmentation processes have been studied. In one scenario, a constant proportion of blocks is fragmented at each step of the process. The resulting distribution appears to be fractal, although seed points are random in each fragmented block. In a second scenario, division affects only one random block at each stage of the process, and gives a Weibull volume distribution law. This software can be used for a large number of other applications.

  4. Further considerations on the thermal stabilization of the nuclear matrix in mouse erythroleukemia cells.

    PubMed

    Martelli, A M; Falcieri, E; Gobbi, P; Manzoli, L; Cataldi, A; Rana, R A; Cocco, L

    1992-04-01

    The morphology and the polypeptide composition of the nuclear matrix obtained from 37 degrees C incubated nuclei has been studied in mouse erythroleukemia cells. From a structural point of view, in the absence of heat treatment, the matrix lacked identifiable nucleolar remnants and the internal fibrogranular meshwork whereas a peripheral lamina was seen. On the contrary, the matrix obtained from heat exposed nuclei displayed very electrondense nucleolar remnants and an abundant inner network. These results were obtained irrespective of the type of extracting agent (2M NaCl or 0.2 M (NH4)2SO4) used to remove histones and other soluble proteins. The heat stabilization of the matrix could not be prevented by sulfhydryl blocking chemicals such as iodoacetamide and n-ethylmaleimide, thus suggesting that heat does not stabilize the matrix by inducing the formation of disulfide bonds. Only limited differences in the polypeptide pattern of matrix isolated under different conditions were seen using one-dimensional pore gradient polyacrylamide gels stained with both Coomassie Brilliant Blue and silver despite the fact that the matrix fraction from heat treated nuclei retained about three fold more protein in comparison with controls. The same results were obtained also by means of two-dimensional non-equilibrium gel electrophoresis.

  5. Quantum Engineering of Dynamical Gauge Fields on Optical Lattices

    DTIC Science & Technology

    2016-07-08

    exact blocking formulas from the TRG formulation of the transfer matrix. The second is a worm algorithm. The particle number distributions obtained...a fact that can be explained by an approximate particle- hole symmetry. We have also developed a computer code suite for simulating the Abelian

  6. A radar vehicle detection system for four-quadrant gate warning systems and blocked crossing detection.

    DOT National Transportation Integrated Search

    2012-12-01

    The Wavetronix Matrix Radar was adapted for use at four-quadrant gate railroad crossings for the purpose of influencing exit gate behavior upon the detection of vehicles, as an alternative to buried inductive loops. Two radar devices were utilized, o...

  7. Effects of treatment with Maraviroc a CCR5 inhibitor on a human hepatic stellate cell line.

    PubMed

    Coppola, Nicola; Perna, Angelica; Lucariello, Angela; Martini, Salvatore; Macera, Margherita; Carleo, Maria A; Guerra, Germano; Esposito, Vincenzo; De Luca, Antonio

    2018-08-01

    After an acute liver damage, tissue regeneration repairs lesions with degradation of deposed fibrotic material, while mechanisms of tissue restoration are persistently activated following several repeated injuries, inducing deposition of extracellular matrix. (ECM). Factors responsible for ECM remodeling have been identified in a pathway involving a family of zinc-dependent enzyme matrix metalloproteinases (MMPs), together with tissue inhibitor of metalloproteinases (TIMPs). Recent experimental models suggested a role of CCR5 receptor in the genesis of liver fibrosis. Drawing from these background we decided to evaluate the effects of the treatment with the CCR5 inhibitor Maraviroc on LX-2, a human hepatic stellate cell line (HSC). Treatment with Maraviroc resulted in a block in S phase of LX-2 cells with increased expression levels of cyclin D1 and p21 while the expression of p53 was reduced. Treatment with Maraviroc was also able to block the accumulation of fibrillar collagens and extracellular matrix proteins (ECM), as demonstrated by the decrease of specific markers as Collagen type I, α-SMA, and TGF-β1. In addition we observed a down regulation of both metalloproteins (MMP-2, MMP-9), used for the degradation of the extracellular matrix and their inhibitors (TIMP-1, TIMP-2). The identification of a compound that may modulate the dynamic of liver fibrosis could be crucial in all chronic liver diseases. Maraviroc could play an important role because, in addition to its own anti-HIV activity, it could reduce the release of pro-inflammatory citokynes implicated in liver fibrogenesis. © 2018 Wiley Periodicals, Inc.

  8. A Direct Electric Field-Aided Biomimetic Mineralization System for Inducing the Remineralization of Dentin Collagen Matrix

    PubMed Central

    Wu, Xiao-Ting; Mei, May Lei; Li, Quan-Li; Cao, Chris Ying; Chen, Jia-Long; Xia, Rong; Zhang, Zhi-Hong; Chu, Chun Hung

    2015-01-01

    This in vitro study aimed to accelerate the remineralization of a completely demineralized dentine collagen block in order to regenerate the dentinal microstructure of calcified collagen fibrils by a novel electric field-aided biomimetic mineralization system in the absence of non-collagenous proteins. Completely demineralized human dentine slices were prepared using ethylene diamine tetraacetic acid (EDTA) and treated with guanidine hydrochloride to extract the bound non-collagenous proteins. The completely demineralized dentine collagen blocks were then remineralized in a calcium chloride agarose hydrogel and a sodium hydrogen phosphate and fluoride agarose hydrogel. This process was accelerated by subjecting the hydrogels to electrophoresis at 20 mA for 4 and 12 h. X-ray diffraction (XRD), scanning electron microscopy (SEM), energy dispersive X-ray spectroscopy (EDX), and transmission electron microscopy (TEM) were used to evaluate the resultant calcification of the dentin collagen matrix. SEM indicated that mineral particles were precipitated on the intertubular dentin collagen matrix; these densely packed crystals mimicked the structure of the original mineralized dentin. However, the dentinal tubules were not occluded by the mineral crystals. XRD and EDX both confirmed that the deposited crystals were fluorinated hydroxyapatite. TEM revealed the existence of intrafibrillar and interfibrillar mineralization of the collagen fibrils. A novel electric field-aided biomimetic mineralization system was successfully developed to remineralize a completely demineralized dentine collagen matrix in the absence of non-collagenous proteins. This study developed an accelerated biomimetic mineralization system which can be a potential protocol for the biomineralization of dentinal defects. PMID:28793685

  9. Extracellular matrix components expression in human pluripotent stem cell-derived retinal organoids recapitulates retinogenesis in vivo and reveals an important role for IMPG1 and CD44 in the development of photoreceptors and interphotoreceptor matrix.

    PubMed

    Felemban, Majed; Dorgau, Birthe; Hunt, Nicola Claire; Hallam, Dean; Zerti, Darin; Bauer, Roman; Ding, Yuchun; Collin, Joseph; Steel, David; Krasnogor, Natalio; Al-Aama, Jumana; Lindsay, Susan; Mellough, Carla; Lako, Majlinda

    2018-05-17

    The extracellular matrix (ECM) plays an important role in numerous processes including cellular proliferation, differentiation, migration, maturation, adhesion guidance and axonal growth. To date, there has been no detailed analysis of the ECM distribution during retinal ontogenesis in humans and the functional importance of many ECM components is poorly understood. In this study, the expression of key ECM components in adult mouse and monkey retina, developing and adult human retina and retinal organoids derived from human pluripotent stem cells was studied. Our data indicate that basement membrane ECMs (Fibronectin and Collagen IV) were expressed in Bruch's membrane and the inner limiting membrane of the developing human retina, whilst the hyalectins (Versican and Brevican), cluster of differentiation 44 (CD44), photoreceptor-specific ECMs Interphotoreceptor Matrix Proteoglycan 1 (IMPG1) and Interphotoreceptor Matrix Proteoglycan 2 (IMPG2) were detected in the developing interphotoreceptor matrix (IPM). The expression of IMPG1, Versican and Brevican in the developing IPM was conserved between human developing retina and human pluripotent stem cell-derived retinal organoids. Blocking the action of CD44 and IMPG1 in pluripotent stem cell derived retinal organoids affected the development of photoreceptors, their inner/outer segments and connecting cilia and disrupted IPM formation, with IMPG1 having an earlier and more significant impact. Together, our data suggest an important role for IMPG1 and CD44 in the development of photoreceptors and IPM formation during human retinogenesis. The expression and the role of many extracellular matrix (ECM) components during human retinal development is not fully understood. In this study, expression of key ECM components (Collagen IV, Fibronectin, Brevican, Versican, IMPG1 and IMPG2) was investigated during human retinal ontogenesis. Collagen IV and Fibronectin were expressed in Bruch's membrane; whereas Brevican, Versican, IMPG1 & IMPG2 in the developing interphotoreceptor matrix (IPM). Retinal organoids were successfully generated from pluripotent stem cells. The expression of ECM components was examined in the retinal organoids and found to recapitulate human retinal development in vivo. Using functional blocking experiments, we were able to highlight an important role for IMPG1 and CD44 in the development of photoreceptors and IPM formation. Copyright © 2018 Acta Materialia Inc. All rights reserved.

  10. An accelerated lambda iteration method for multilevel radiative transfer. I - Non-overlapping lines with background continuum

    NASA Technical Reports Server (NTRS)

    Rybicki, G. B.; Hummer, D. G.

    1991-01-01

    A method is presented for solving multilevel transfer problems when nonoverlapping lines and background continuum are present and active continuum transfer is absent. An approximate lambda operator is employed to derive linear, 'preconditioned', statistical-equilibrium equations. A method is described for finding the diagonal elements of the 'true' numerical lambda operator, and therefore for obtaining the coefficients of the equations. Iterations of the preconditioned equations, in conjunction with the transfer equation's formal solution, are used to solve linear equations. Some multilevel problems are considered, including an eleven-level neutral helium atom. Diagonal and tridiagonal approximate lambda operators are utilized in the problems to examine the convergence properties of the method, and it is found to be effective for the line transfer problems.

  11. Implicit and Multigrid Method for Ideal Multigrid Convergence: Direct Numerical Simulation of Separated Flow Around NACA 0012 Airfoil

    NASA Technical Reports Server (NTRS)

    Liu, Chao-Qun; Shan, H.; Jiang, L.

    1999-01-01

    Numerical investigation of flow separation over a NACA 0012 airfoil at large angles of attack has been carried out. The numerical calculation is performed by solving the full Navier-Stokes equations in generalized curvilinear coordinates. The second-order LU-SGS implicit scheme is applied for time integration. This scheme requires no tridiagonal inversion and is capable of being completely vectorized, provided the corresponding Jacobian matrices are properly selected. A fourth-order centered compact scheme is used for spatial derivatives. In order to reduce numerical oscillation, a sixth-order implicit filter is employed. Non-reflecting boundary conditions are imposed at the far-field and outlet boundaries to avoid possible non-physical wave reflection. Complex flow separation and vortex shedding phenomenon have been observed and discussed.

  12. Structure preserving noise and dissipation in the Toda lattice

    NASA Astrophysics Data System (ADS)

    Arnaudon, Alexis

    2018-05-01

    In this paper, we use Flaschka’s change of variables of the open Toda lattice and its interpretation in terms of the group structure of the LU factorisation as a coadjoint motion on a certain dual of the Lie algebra to implement a structure preserving noise and dissipation. Both preserve the structure of the coadjoint orbit, that is the space of symmetric tri-diagonal matrices and arise as a new type of multiplicative noise and nonlinear dissipation of the Toda lattice. We investigate some of the properties of these deformations and, in particular, the continuum limit as a stochastic Burger equation with a nonlinear viscosity. This work is meant to be exploratory, and open more questions that we can answer with simple mathematical tools and without numerical simulations.

  13. CONTRIBUTION TO THE THEORY OF MATRICES PARTITIONED INTO BLOCKS.

    DTIC Science & Technology

    results were obtained on cones of matrices and vectors, and an extension of the well-known Perron - Frobenius theorem was proved. Also a necessary and...sufficient condition was derived, in order that to a given matrix corresponds a cone on which it is a positive operator. Easily computed upper and

  14. Matrix Summaries Improve Research Reports: Secondary Analyses Using Published Literature

    ERIC Educational Resources Information Center

    Zientek, Linda Reichwein; Thompson, Bruce

    2009-01-01

    Correlation matrices and standard deviations are the building blocks of many of the commonly conducted analyses in published research, and AERA and APA reporting standards recommend their inclusion when reporting research results. The authors argue that the inclusion of correlation/covariance matrices, standard deviations, and means can enhance…

  15. The static structure and dynamics of cadmium sulfide nanoparticles within poly(styrene- block-isoprene) diblock copolymer melts

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Jang, Woo -Sik; Koo, Peter; Bryson, Kyle

    Here, the static structure and dynamic behavior of cadmium sulfide nanoparticles suspended in block copolymer matrix are investigated using transmission electron microscopy, small-angle X-ray scattering, and X-ray photon correlation spectroscopy. The transmission electron micro- scopy study shows that cadmium sulfide nanoparticles are preferentially segregated within the polyisoprene domain of a poly(styrene- block-isoprene) diblock copolymer. For the dynamics study, X-ray photon correlation spectroscopy captures the relaxation process of cadmium sulfide nanoparticles. The measured characteristic relaxation time reveals that the observed dynamics are hyperdiffusive. The characteristic velocity and corresponding activation energy, which are hallmarks of a hyperdiffusive system, are determined from themore » relationship between the characteristic relaxation time and the wavevector.« less

  16. The static structure and dynamics of cadmium sulfide nanoparticles within poly(styrene- block-isoprene) diblock copolymer melts

    DOE PAGES

    Jang, Woo -Sik; Koo, Peter; Bryson, Kyle; ...

    2015-12-20

    Here, the static structure and dynamic behavior of cadmium sulfide nanoparticles suspended in block copolymer matrix are investigated using transmission electron microscopy, small-angle X-ray scattering, and X-ray photon correlation spectroscopy. The transmission electron micro- scopy study shows that cadmium sulfide nanoparticles are preferentially segregated within the polyisoprene domain of a poly(styrene- block-isoprene) diblock copolymer. For the dynamics study, X-ray photon correlation spectroscopy captures the relaxation process of cadmium sulfide nanoparticles. The measured characteristic relaxation time reveals that the observed dynamics are hyperdiffusive. The characteristic velocity and corresponding activation energy, which are hallmarks of a hyperdiffusive system, are determined from themore » relationship between the characteristic relaxation time and the wavevector.« less

  17. Fabrication of an open Au/nanoporous film by water-in-oil emulsion-induced block copolymer micelles.

    PubMed

    Koh, Haeng-Deog; Kang, Nam-Goo; Lee, Jae-Suk

    2007-12-18

    Water-in-oil (W/O) emulsion-induced micelles with narrow size distributions of approximately 140 nm were prepared by sonicating the polystyrene-b-poly(2-vinylpyridine) (PS-b-P2VP) block copolymer in the toluene/water (50:1 vol %). The ordered nanoporous block copolymer films with the hydrophilic P2VP interior and the PS matrix were distinctly fabricated by casting the resultant solution on substrates, followed by evaporating the organic solvent and water. The porous diameter was estimated to be about 70 nm. Here, we successfully prepared the open nanoporous nanocomposites, the P2VP domain decorated by Au (5+/-0.4 nm) nanoparticles based on the methodology mentioned. We anticipate that this novelty enhances the specific function of nanoporous films.

  18. A plutonic view of explosive volcanism: the shatter zone of the Cadillac Mountain granite, Maine

    NASA Astrophysics Data System (ADS)

    Wiebe, R.

    2013-12-01

    The Silurian Cadillac Mountain granite (CMG) is about 15 km in diameter. It is underlain on its deeper western margin by layered gabbro-diorite (GD) up to 3 km thick and on its eastern and southern margins by an intrusive breccia (the 'shatter zone' (SZ)), up to 1 km wide. Coeval rhyolite tuffs, ignimbrites and lavas occur near the southern margin of the granite. The more shallow eastern part of the SZ can be divided into three zones: (SZA) An outer zone against country rock (CR) consists of strongly broken up, deformed sedimentary rocks and angular blocks of diabase invaded by thin irregular veins of aphanitic felsite. All CR fragments are tightly packed with less than ~ 15% matrix, which coarsens inward to vfg quartz, feldspar and biotite. (SZB) A central zone contains abundant sedimentary and scarce rhyolite blocks (typically < 1 m) and larger diabase blocks (from < 1 m to 10s of meters). This zone has 20 to 60% fg to mg matrix with quartz, two feldspars, biotite and abundant pieces of CR down to a few mm. It typically has a strong flow fabric around CR blocks. (SZC) The inner zone has only large (10-80 m) blocks of sedimentary rock, diabase and rhyolite (flows and ignimbrite). The mg granitic matrix (>60%) has blocky hypersolvus feldspar, interstitial to equant quartz, Fe-cpx, Fe-hornblende, two oxides and scarce fayalite. Feldspar in this zone consistently has a sequence of zones consisting of: (1) a homogeneous core of ~ An10Ab80Or10, (2) a transition up to 1 mm wide with 10-15 Or-Ab oscillations (e.g. from Or10 to Or30), each from 20 to 100 microns in width, and (3) a nearly homogeneous rim of variable width averaging about An3Ab70Or27. The occurrence of crystals with such distinctive zoning over such a great distance (18 km) suggests that the zoning was produced by an intensive parameter and not by magma mixing. Because the crystals are restricted to the SZ matrix, processes that produced the shatter zone probably also influenced feldspar zoning. Analysis of clast size distribution of CR fragments in SZA and SZB suggests an extremely high-energy environment consistent with a pyroclastic eruption from the CMG magma chamber (Roy et al. 2012). If such an eruption did occur, one expected effect would be episodic, sudden drops in pressure during degassing and eruptive events. Since the lower part of the chamber was apparently relatively dry (hypersolvus alkali feldspar with ternary feldspar occurs in CMG immediately above the GD), the drop in pressure would lower H2O activity so that the Ab-rich loop of the alkali feldspar phase diagram would shift to higher T, causing the melt to fall below the liquidus and shift the equilibrium solid feldspar to higher Or values. This matches the initial oscillatory zone to higher Or on the homogeneous cores. Because the SZ terminates at the top of the GD, it is likely that mafic input contributed to the eruption. The large inward increase in the crystallization T of the matrix from SZA to SZC probably records initial escape of a cooler felsic cap and upwelling of deep, hot hypersolvus magma along with partial collapse of the chamber roof.

  19. Dynamic swelling of tunable full-color block copolymer photonic gels via counterion exchange.

    PubMed

    Lim, Ho Sun; Lee, Jae-Hwang; Walish, Joseph J; Thomas, Edwin L

    2012-10-23

    One-dimensionally periodic block copolymer photonic lamellar gels with full-color tunability as a result of a direct exchange of counteranions were fabricated via a two-step procedure comprising the self-assembly of a hydrophobic block-hydrophilic polyelectrolyte block copolymer, polystyrene-b-poly(2-vinyl pyridine) (PS-b-P2VP), followed by sequential quaternization of the P2VP layers in 1-bromoethane solution. Depending on the hydration characteristics of each counteranion, the selective swelling of the block copolymer lamellar structures leads to large tunability of the photonic stop band from blue to red wavelengths. More extensive quaternization of the P2VP block allows the photonic lamellar gels to swell more and red shift to longer wavelength. Here, we investigate the dynamic swelling behavior in the photonic gel films through time-resolved in situ measurement of UV-vis transmission. We model the swelling behavior using the transfer matrix method based on the experimentally observed reflectivity data with substitution of appropriate counterions. These tunable structural color materials may be attractive for numerous applications such as high-contrast displays without using a backlight, color filters, and optical mirrors for flexible lasing.

  20. Colored knot polynomials for arbitrary pretzel knots and links

    DOE PAGES

    Galakhov, D.; Melnikov, D.; Mironov, A.; ...

    2015-04-01

    A very simple expression is conjectured for arbitrary colored Jones and HOMFLY polynomials of a rich (g+1)-parametric family of pretzel knots and links. The answer for the Jones and HOMFLY is fully and explicitly expressed through the Racah matrix of Uq(SU N), and looks related to a modular transformation of toric conformal block. Knot polynomials are among the hottest topics in modern theory. They are supposed to summarize nicely representation theory of quantum algebras and modular properties of conformal blocks. The result reported in the present letter, provides a spectacular illustration and support to this general expectation.

  1. Preparation of Ceramic-Bonded Carbon Block for Blast Furnace

    NASA Astrophysics Data System (ADS)

    Li, Yiwei; Li, Yawei; Sang, Shaobai; Chen, Xilai; Zhao, Lei; Li, Yuanbing; Li, Shujing

    2014-01-01

    Traditional carbon blocks for blast furnaces are mainly produced with electrically calcined anthracite owing to its good hot metal corrosion resistance. However, this kind of material shows low thermal conductivity and does not meet the demands for cooling of the hearth and the bottom of blast furnaces. In this article, a new kind of a high-performance carbon block has been prepared via ceramic-bonded carbon (CBC) technology in a coke bed at 1673 K (1400 °C) using artificial graphite aggregate, alumina, metallic aluminum, and silicon powders as starting materials. The results showed that artificial graphite aggregates were strongly bonded by the three-dimensional network of ceramic phases in carbon blocks. In this case, the good resistance of the CBC blocks against erosion/corrosion by the hot metal is provided by the ceramic matrix and the high thermal conductivity by the graphite aggregates. The microstructure of this carbon block resembles that of CBC composites with a mean pore size of less than 0.1 μm, and up to 90 pct of the porosity shows a pore size <1 μm. Its thermal conductivity is higher than 30 W · m-1 · K-1 [293 K (20 °C)]. Meanwhile, its hot metal corrosion resistance is better than that of traditional carbon blocks.

  2. Blocking and the detection of odor components in blends.

    PubMed

    Hosler, J S; Smith, B H

    2000-09-01

    Recent studies of olfactory blocking have revealed that binary odorant mixtures are not always processed as though they give rise to mixture-unique configural properties. When animals are conditioned to one odorant (A) and then conditioned to a mixture of that odorant with a second (X), the ability to learn or express the association of X with reinforcement appears to be reduced relative to animals that were not preconditioned to A. A recent model of odor-based response patterns in the insect antennal lobe predicts that the strength of the blocking effect will be related to the perceptual similarity between the two odorants, i.e. greater similarity should increase the blocking effect. Here, we test that model in the honeybee Apis mellifera by first establishing a generalization matrix for three odorants and then testing for blocking between all possible combinations of them. We confirm earlier findings demonstrating the occurrence of the blocking effect in olfactory learning of compound stimuli. We show that the occurrence and the strength of the blocking effect depend on the odorants used in the experiment. In addition, we find very good agreement between our results and the model, and less agreement between our results and an alternative model recently proposed to explain the effect.

  3. Manipulation of a quasi-natural cell block for high-efficiency transplantation of adherent somatic cells

    PubMed Central

    Chung, H.J.; Hassan, M.M.; Park, J.O.; Kim, H.J.; Hong, S.T.

    2015-01-01

    Recent advances have raised hope that transplantation of adherent somatic cells could provide dramatic new therapies for various diseases. However, current methods for transplanting adherent somatic cells are not efficient enough for therapeutic applications. Here, we report the development of a novel method to generate quasi-natural cell blocks for high-efficiency transplantation of adherent somatic cells. The blocks were created by providing a unique environment in which cultured cells generated their own extracellular matrix. Initially, stromal cells isolated from mice were expanded in vitro in liquid cell culture medium followed by transferring the cells into a hydrogel shell. After incubation for 1 day with mechanical agitation, the encapsulated cell mass was perforated with a thin needle and then incubated for an additional 6 days to form a quasi-natural cell block. Allograft transplantation of the cell block into C57BL/6 mice resulted in perfect adaptation of the allograft and complete integration into the tissue of the recipient. This method could be widely applied for repairing damaged cells or tissues, stem cell transplantation, ex vivo gene therapy, or plastic surgery. PMID:25742639

  4. On some 3-point functions in the W 4 CFT and related braiding matrix

    NASA Astrophysics Data System (ADS)

    Furlan, P.; Petkova, V. B.

    2015-12-01

    We construct a class of 3-point constants in the sl(4) Toda conformal theory W 4, extending the examples in Fateev and Litvinov [1]. Their knowledge allows to determine the braiding/fusing matrix transforming 4-point conformal blocks of one fundamental, labelled by the 6-dimensional sl(4) representation, and three partially degenerate vertex operators. It is a 3 × 3 submatrix of the generic 6 × 6 fusing matrix consistent with the fusion rules for the particular class of representations. We check a braiding relation which has wider applications to conformal models with sl(4) symmetry. The 3-point constants in dual regions of central charge are compared in preparation for a BPS like relation in the widehat{sl}(4) WZW model.

  5. Big geo data surface approximation using radial basis functions: A comparative study

    NASA Astrophysics Data System (ADS)

    Majdisova, Zuzana; Skala, Vaclav

    2017-12-01

    Approximation of scattered data is often a task in many engineering problems. The Radial Basis Function (RBF) approximation is appropriate for big scattered datasets in n-dimensional space. It is a non-separable approximation, as it is based on the distance between two points. This method leads to the solution of an overdetermined linear system of equations. In this paper the RBF approximation methods are briefly described, a new approach to the RBF approximation of big datasets is presented, and a comparison for different Compactly Supported RBFs (CS-RBFs) is made with respect to the accuracy of the computation. The proposed approach uses symmetry of a matrix, partitioning the matrix into blocks and data structures for storage of the sparse matrix. The experiments are performed for synthetic and real datasets.

  6. Layer-oriented multigrid wavefront reconstruction algorithms for multi-conjugate adaptive optics

    NASA Astrophysics Data System (ADS)

    Gilles, Luc; Ellerbroek, Brent L.; Vogel, Curtis R.

    2003-02-01

    Multi-conjugate adaptive optics (MCAO) systems with 104-105 degrees of freedom have been proposed for future giant telescopes. Using standard matrix methods to compute, optimize, and implement wavefront control algorithms for these systems is impractical, since the number of calculations required to compute and apply the reconstruction matrix scales respectively with the cube and the square of the number of AO degrees of freedom. In this paper, we develop an iterative sparse matrix implementation of minimum variance wavefront reconstruction for telescope diameters up to 32m with more than 104 actuators. The basic approach is the preconditioned conjugate gradient method, using a multigrid preconditioner incorporating a layer-oriented (block) symmetric Gauss-Seidel iterative smoothing operator. We present open-loop numerical simulation results to illustrate algorithm convergence.

  7. On the Convergence of an Implicitly Restarted Arnoldi Method

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Lehoucq, Richard B.

    We show that Sorensen's [35] implicitly restarted Arnoldi method (including its block extension) is simultaneous iteration with an implicit projection step to accelerate convergence to the invariant subspace of interest. By using the geometric convergence theory for simultaneous iteration due to Watkins and Elsner [43], we prove that an implicitly restarted Arnoldi method can achieve a super-linear rate of convergence to the dominant invariant subspace of a matrix. Moreover, we show how an IRAM computes a nested sequence of approximations for the partial Schur decomposition associated with the dominant invariant subspace of a matrix.

  8. Maximum Entropy/Optimal Projection Design Synthesis for Decentralized Control of Large Space Structures

    DTIC Science & Technology

    1988-05-01

    M 21 M2 I SI M1l[11 II1211 - - - M= II 2+111 I11-211 NONNEGATIVE CONE ORDERING Figure 25. The Matrix Majorant Is a Bound for the Hatrix Block Norm...the with respect to the cone of nonnegative -definite matrices. inequality (1.5) by the r x r nonnegative matrix equation Indeed, the majorant bound...t) eA-) e ea ’ A rT(" 3 ds, t> O , ju E [0 , 1] 0 J(G, )= tr (0,(6)R,) which is monotonically increasing in the nonnegative -definite G , cone with

  9. High content reduced graphene oxide reinforced copper with a bioinspired nano-laminated structure and large recoverable deformation ability

    PubMed Central

    Xiong, Ding-Bang; Cao, Mu; Guo, Qiang; Tan, Zhanqiu; Fan, Genlian; Li, Zhiqiang; Zhang, Di

    2016-01-01

    By using CuO/graphene-oxide/CuO sandwich-like nanosheets as the building blocks, bulk nacre-inspired copper matrix nano-laminated composite reinforced by molecular-level dispersed and ordered reduced graphene oxide (rGO) with content as high as ∼45 vol% was fabricated via a combined process of assembly, reduction and consolidation. Thanks to nanoconfinement effect, reinforcing effect, as well as architecture effect, the nanocomposite shows increased specific strength and at least one order of magnitude greater recoverable deformation ability as compared with monolithic Cu matrix. PMID:27647264

  10. Computational and Experimental Investigation of Contaminant Plume Response to DNAPL Source Zone Architecture and Depletion in Porous and Fractured Media

    DTIC Science & Technology

    2013-09-01

    Mass in the Rock Matrix. Table 4.8.5.1: Flow and Transport Parameters Used for TCE Dissolution Modeling in Discrete Fracture Approach. Table 4.8.5.2...represent the flow rate over time. Figure 4.8.4.5: The Profile of Estimated Diffusing TCE Front into the Rock Matrix. Figure 4.8.5.1: a) Mesh Used for TCE...fractured rocks . The work of Illman et al. (2009) motivates us to conduct a laboratory fractured rock block experiment in which a large number of pumping

  11. A diagonal implicit scheme for computing flows with finite-rate chemistry

    NASA Technical Reports Server (NTRS)

    Eberhardt, Scott; Imlay, Scott

    1990-01-01

    A new algorithm for solving steady, finite-rate chemistry, flow problems is presented. The new scheme eliminates the expense of inverting large block matrices that arise when species conservation equations are introduced. The source Jacobian matrix is replaced by a diagonal matrix which is tailored to account for the fastest reactions in the chemical system. A point-implicit procedure is discussed and then the algorithm is included into the LU-SGS scheme. Solutions are presented for hypervelocity reentry and Hydrogen-Oxygen combustion. For the LU-SGS scheme a CFL number in excess of 10,000 has been achieved.

  12. Unusual analyte-matrix adduct ions and mechanism of their formation in MALDI TOF MS of benzene-1,3,5-tricarboxamide and urea compounds.

    PubMed

    Lou, Xianwen; Fransen, Michel; Stals, Patrick J M; Mes, Tristan; Bovee, Ralf; van Dongen, Joost J L; Meijer, E W

    2013-09-01

    Analyte-matrix adducts are normally absent under typical matrix assisted laser desorption/ionization time-of-flight mass spectrometry (MALDI TOF MS) conditions. Interestingly, though, in the analysis of several types of organic compounds synthesized in our laboratory, analyte-matrix adduct ion peaks were always recorded when common MALDI matrices such as 4-hydroxy-α-cyanocinnamic acid (CHCA) were used. These compounds are mainly those with a benzene-1,3,5-tricarboxamide (BTA) or urea moiety, which are important building blocks to make new functional supramolecular materials. The possible mechanism of the adduct formation was investigated. A shared feature of the compounds studied is that they can form intermolecular hydrogen bonding with matrices like CHCA. The intermolecular hydrogen bonding will make the association between analyte ions and matrix molecules stronger. As a result, the analyte ions and matrix molecules in MALDI clusters will become more difficult to be separated from each other. Furthermore, it was found that analyte ions were mainly adducted with matrix salts, which is probably due to the much lower volatility of the salts compared with that of their corresponding matrix acids. It seems that the analyte-matrix adduct formation for our compounds are caused by the incomplete evaporation of matrix molecules from the MALDI clusters because of the combined effects of enhanced intermolecular interaction between analyte-matrix and of the low volatility of matrix salts. Based on these findings, strategies to suppress the analyte-matrix adduction are briefly discussed. In return, the positive results of using these strategies support the proposed mechanism of the analyte-matrix adduct formation.

  13. Electroconductive Composites from Polystyrene Block Copolymers and Cu–Alumina Filler

    PubMed Central

    Nadeem, QuratulAin; Fatima, Tasneem; Prinsen, Pepijn; ur Rehman, Aziz; Gill, Rohama; Mahmood, Rashid; Luque, Rafael

    2016-01-01

    Technological advancements and development of new materials may lead to the manufacture of sustainable energy-conducting devices used in the energy sector. This research attempts to fabricate novel electroconductive and mechanically stable nanocomposites via an electroless deposition (ELD) technique using electrically insulating materials. Metallic Cu is coated onto Al2O3 by ELD, and the prepared filler is then integrated (2–14 wt %) into a matrix of polystyrene-block-poly(ethylene-ran-butylene)-block-polystyrene-graft-maleic anhydride (PS-b-(PE-r-B)-b-PS-g-MA). Considerable variations in composite phases with filler inclusion exist. The Cu crystallite growth onto Al2O3 was evaluated by X-ray diffraction (XRD) analysis and energy dispersive spectrometry (EDS). Scanning electron microscopy (SEM) depicts a uniform Cu coating on Al2O3, while homogeneous filler dispersion is exhibited in the case of composites. The electrical behavior of composites is enhanced drastically (7.7 × 10−5 S/cm) upon incorporation of Cu–Al2O3 into an insulating polymer matrix (4.4 × 10−16 S/cm). Moreover, mechanical (Young’s modulus, tensile strength and % elongation at break) and thermal (thermogravimetric analysis (TGA), derivative thermogravimetry (DTG), and differential scanning calorimetry (DSC)) properties of the nanocomposites also improve substantially. These composites are likely to meet the demands of modern high-strength electroconductive devices. PMID:28774110

  14. Passive forensics for copy-move image forgery using a method based on DCT and SVD.

    PubMed

    Zhao, Jie; Guo, Jichang

    2013-12-10

    As powerful image editing tools are widely used, the demand for identifying the authenticity of an image is much increased. Copy-move forgery is one of the tampering techniques which are frequently used. Most existing techniques to expose this forgery need to improve the robustness for common post-processing operations and fail to precisely locate the tampering region especially when there are large similar or flat regions in the image. In this paper, a robust method based on DCT and SVD is proposed to detect this specific artifact. Firstly, the suspicious image is divided into fixed-size overlapping blocks and 2D-DCT is applied to each block, then the DCT coefficients are quantized by a quantization matrix to obtain a more robust representation of each block. Secondly, each quantized block is divided non-overlapping sub-blocks and SVD is applied to each sub-block, then features are extracted to reduce the dimension of each block using its largest singular value. Finally, the feature vectors are lexicographically sorted, and duplicated image blocks will be matched by predefined shift frequency threshold. Experiment results demonstrate that our proposed method can effectively detect multiple copy-move forgery and precisely locate the duplicated regions, even when an image was distorted by Gaussian blurring, AWGN, JPEG compression and their mixed operations. Copyright © 2013 Elsevier Ireland Ltd. All rights reserved.

  15. Zinc sparks induce physiochemical changes in the egg zona pellucida that prevent polyspermy

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Que, Emily L.; Duncan, Francesca E.; Bayer, Amanda R.

    During fertilization or chemically-induced egg activation, the mouse egg releases billions of zinc atoms in brief bursts known as ‘zinc sparks.’ The zona pellucida (ZP), a glycoprotein matrix surrounding the egg, is the first structure zinc ions encounter as they diffuse away from the plasma membrane. Following fertilization, the ZP undergoes changes described as ‘hardening’, which prevent multiple sperm from fertilizing the egg and thereby establish a block to polyspermy. A major event in zona hardening is cleavage of ZP2 proteins by ovastacin; however, the overall physiochemical changes contributing to zona hardening are not well understood. Using x-ray fluorescence microscopy,more » transmission and scanning electron microscopy, and biological function assays, we tested the hypothesis that zinc release contributes to ZP hardening. We found that the zinc content in the ZP increases by 300% following activation and that zinc exposure modulates the architecture of the ZP matrix. Importantly, zinc-induced structural changes of the ZP have a direct biological consequence; namely, they reduce the ability of sperm to bind to the ZP. These results provide a paradigm-shifting model in which fertilization-induced zinc sparks contribute to the polyspermy block by altering conformations of the ZP matrix. Finally, this adds a previously unrecognized factor, namely zinc, to the process of ZP hardening.« less

  16. Zinc sparks induce physiochemical changes in the egg zona pellucida that prevent polyspermy

    DOE PAGES

    Que, Emily L.; Duncan, Francesca E.; Bayer, Amanda R.; ...

    2017-01-19

    During fertilization or chemically-induced egg activation, the mouse egg releases billions of zinc atoms in brief bursts known as ‘zinc sparks.’ The zona pellucida (ZP), a glycoprotein matrix surrounding the egg, is the first structure zinc ions encounter as they diffuse away from the plasma membrane. Following fertilization, the ZP undergoes changes described as ‘hardening’, which prevent multiple sperm from fertilizing the egg and thereby establish a block to polyspermy. A major event in zona hardening is cleavage of ZP2 proteins by ovastacin; however, the overall physiochemical changes contributing to zona hardening are not well understood. Using x-ray fluorescence microscopy,more » transmission and scanning electron microscopy, and biological function assays, we tested the hypothesis that zinc release contributes to ZP hardening. We found that the zinc content in the ZP increases by 300% following activation and that zinc exposure modulates the architecture of the ZP matrix. Importantly, zinc-induced structural changes of the ZP have a direct biological consequence; namely, they reduce the ability of sperm to bind to the ZP. These results provide a paradigm-shifting model in which fertilization-induced zinc sparks contribute to the polyspermy block by altering conformations of the ZP matrix. Finally, this adds a previously unrecognized factor, namely zinc, to the process of ZP hardening.« less

  17. A 2d Block Model For Landslide Simulation: An Application To The 1963 Vajont Case

    NASA Astrophysics Data System (ADS)

    Tinti, S.; Zaniboni, F.; Manucci, A.; Bortolucci, E.

    A 2D block model to study the motion of a sliding mass is presented. The slide is par- titioned into a matrix of blocks the basis of which are quadrilaterals. The blocks move on a specified sliding surface and follow a trajectory that is computed by the model. The forces acting on the blocks are gravity, basal friction, buoyancy in case of under- water motion, and interaction with neighbouring blocks. At any time step, the position of the blocks on the sliding surface is determined in curvilinear (local) co-ordinates by computing the position of the vertices of the quadrilaterals and the position of the block centre of mass. Mathematically, the topology of the system is invariant during the motion, which means that the number of blocks is constant and that each block has always the same neighbours. Physically, this means that blocks are allowed to change form, but not to penetrate into each other, not to coalesce, not to split. The change of form is compensated by the change of height, under the computational assumption that the block volume is constant during motion: consequently lateral expansion or contraction yield respectively height reduction or increment of the blocks. This model is superior to the analogous 1D model where the mass is partitioned into a chain of interacting blocks. 1D models require the a-priori specification of the sliding path, that is of the trajectory of the blocks, which the 2D block model supplies as one of its output. In continuation of previous studies on the catastrophic slide of Vajont that occurred in 1963 in northern Italy and caused more than 2000 victims, the 2D block model has been applied to the Vajont case. The results are compared to the outcome of the 1D model, and more importantly to the observational data concerning the deposit position and morphology. The agreement between simulation and data is found to be quite good.

  18. Magnostics: Image-Based Search of Interesting Matrix Views for Guided Network Exploration.

    PubMed

    Behrisch, Michael; Bach, Benjamin; Hund, Michael; Delz, Michael; Von Ruden, Laura; Fekete, Jean-Daniel; Schreck, Tobias

    2017-01-01

    In this work we address the problem of retrieving potentially interesting matrix views to support the exploration of networks. We introduce Matrix Diagnostics (or Magnostics), following in spirit related approaches for rating and ranking other visualization techniques, such as Scagnostics for scatter plots. Our approach ranks matrix views according to the appearance of specific visual patterns, such as blocks and lines, indicating the existence of topological motifs in the data, such as clusters, bi-graphs, or central nodes. Magnostics can be used to analyze, query, or search for visually similar matrices in large collections, or to assess the quality of matrix reordering algorithms. While many feature descriptors for image analyzes exist, there is no evidence how they perform for detecting patterns in matrices. In order to make an informed choice of feature descriptors for matrix diagnostics, we evaluate 30 feature descriptors-27 existing ones and three new descriptors that we designed specifically for MAGNOSTICS-with respect to four criteria: pattern response, pattern variability, pattern sensibility, and pattern discrimination. We conclude with an informed set of six descriptors as most appropriate for Magnostics and demonstrate their application in two scenarios; exploring a large collection of matrices and analyzing temporal networks.

  19. Unifying time evolution and optimization with matrix product states

    NASA Astrophysics Data System (ADS)

    Haegeman, Jutho; Lubich, Christian; Oseledets, Ivan; Vandereycken, Bart; Verstraete, Frank

    2016-10-01

    We show that the time-dependent variational principle provides a unifying framework for time-evolution methods and optimization methods in the context of matrix product states. In particular, we introduce a new integration scheme for studying time evolution, which can cope with arbitrary Hamiltonians, including those with long-range interactions. Rather than a Suzuki-Trotter splitting of the Hamiltonian, which is the idea behind the adaptive time-dependent density matrix renormalization group method or time-evolving block decimation, our method is based on splitting the projector onto the matrix product state tangent space as it appears in the Dirac-Frenkel time-dependent variational principle. We discuss how the resulting algorithm resembles the density matrix renormalization group (DMRG) algorithm for finding ground states so closely that it can be implemented by changing just a few lines of code and it inherits the same stability and efficiency. In particular, our method is compatible with any Hamiltonian for which ground-state DMRG can be implemented efficiently. In fact, DMRG is obtained as a special case of our scheme for imaginary time evolution with infinite time step.

  20. Exact algorithms for haplotype assembly from whole-genome sequence data.

    PubMed

    Chen, Zhi-Zhong; Deng, Fei; Wang, Lusheng

    2013-08-15

    Haplotypes play a crucial role in genetic analysis and have many applications such as gene disease diagnoses, association studies, ancestry inference and so forth. The development of DNA sequencing technologies makes it possible to obtain haplotypes from a set of aligned reads originated from both copies of a chromosome of a single individual. This approach is often known as haplotype assembly. Exact algorithms that can give optimal solutions to the haplotype assembly problem are highly demanded. Unfortunately, previous algorithms for this problem either fail to output optimal solutions or take too long time even executed on a PC cluster. We develop an approach to finding optimal solutions for the haplotype assembly problem under the minimum-error-correction (MEC) model. Most of the previous approaches assume that the columns in the input matrix correspond to (putative) heterozygous sites. This all-heterozygous assumption is correct for most columns, but it may be incorrect for a small number of columns. In this article, we consider the MEC model with or without the all-heterozygous assumption. In our approach, we first use new methods to decompose the input read matrix into small independent blocks and then model the problem for each block as an integer linear programming problem, which is then solved by an integer linear programming solver. We have tested our program on a single PC [a Linux (x64) desktop PC with i7-3960X CPU], using the filtered HuRef and the NA 12878 datasets (after applying some variant calling methods). With the all-heterozygous assumption, our approach can optimally solve the whole HuRef data set within a total time of 31 h (26 h for the most difficult block of the 15th chromosome and only 5 h for the other blocks). To our knowledge, this is the first time that MEC optimal solutions are completely obtained for the filtered HuRef dataset. Moreover, in the general case (without the all-heterozygous assumption), for the HuRef dataset our approach can optimally solve all the chromosomes except the most difficult block in chromosome 15 within a total time of 12 days. For both of the HuRef and NA12878 datasets, the optimal costs in the general case are sometimes much smaller than those in the all-heterozygous case. This implies that some columns in the input matrix (after applying certain variant calling methods) still correspond to false-heterozygous sites. Our program, the optimal solutions found for the HuRef dataset available at http://rnc.r.dendai.ac.jp/hapAssembly.html.

  1. Periodic Mechanical Stress INDUCES Chondrocyte Proliferation and Matrix Synthesis via CaMKII-Mediated Pyk2 Signaling.

    PubMed

    Liang, Wenwei; Li, Zeng; Wang, Zhen; Zhou, Jinchun; Song, Huanghe; Xu, Shun; Cui, Weiding; Wang, Qing; Chen, Zhefeng; Liu, Feng; Fan, Weimin

    2017-01-01

    Periodic mechanical stress can promote chondrocyte proliferation and matrix synthesis to improve the quality of tissue-engineered cartilage. Although the integrin β1-ERK1/2 signal cascade has been implicated in periodic mechanical stress-induced mitogenic effects in chondrocytes, the precise mechanisms have not been fully established. The current study was designed to probe the roles of CaMKII and Pyk2 signaling in periodic mechanical stress-mediated chondrocyte proliferation and matrix synthesis. Chondrocytes were subjected to periodic mechanical stress, proliferation was assessed by direct cell counting and CCK-8 assay; gene expressions were analyzed using quantitative real-time PCR, protein abundance by Western blotting. Mechanical stress, markedly enhanced the phosphorylation levels of Pyk2 at Tyr402 and CaMKII at Thr286. Both suppression of Pyk2 with Pyk2 inhibitor PF431396 or Pyk2 shRNA and suppression of CaMKII with CaMKII inhibitor KN-93 or CaMKII shRNA blocked periodic mechanical stress-induced chondrocyte proliferation and matrix synthesis. Additionally, either pretreatment with KN-93 or shRNA targeted to CaMKII prevented the activation of ERK1/2 and Pyk2 under conditions of periodic mechanical stress. Interestingly, in relation to periodic mechanical stress, in the context of Pyk2 inhibition with PF431396 or its targeted shRNA, only the phosphorylation levels of ERK1/2 were abrogated, while CaMKII signal activation was not affected. Moreover, the phosphorylation levels of CaMKII- Thr286 and Pyk2- Tyr402 were abolished after pretreatment with blocking antibody against integrinβ1 exposed to periodic mechanical stress. Our results collectively indicate that periodic mechanical stress promotes chondrocyte proliferation and matrix synthesis through the integrinβ1-CaMKII-Pyk2-ERK1/2 signaling cascade. © 2017 The Author(s). Published by S. Karger AG, Basel.

  2. Scalable non-negative matrix tri-factorization.

    PubMed

    Čopar, Andrej; Žitnik, Marinka; Zupan, Blaž

    2017-01-01

    Matrix factorization is a well established pattern discovery tool that has seen numerous applications in biomedical data analytics, such as gene expression co-clustering, patient stratification, and gene-disease association mining. Matrix factorization learns a latent data model that takes a data matrix and transforms it into a latent feature space enabling generalization, noise removal and feature discovery. However, factorization algorithms are numerically intensive, and hence there is a pressing challenge to scale current algorithms to work with large datasets. Our focus in this paper is matrix tri-factorization, a popular method that is not limited by the assumption of standard matrix factorization about data residing in one latent space. Matrix tri-factorization solves this by inferring a separate latent space for each dimension in a data matrix, and a latent mapping of interactions between the inferred spaces, making the approach particularly suitable for biomedical data mining. We developed a block-wise approach for latent factor learning in matrix tri-factorization. The approach partitions a data matrix into disjoint submatrices that are treated independently and fed into a parallel factorization system. An appealing property of the proposed approach is its mathematical equivalence with serial matrix tri-factorization. In a study on large biomedical datasets we show that our approach scales well on multi-processor and multi-GPU architectures. On a four-GPU system we demonstrate that our approach can be more than 100-times faster than its single-processor counterpart. A general approach for scaling non-negative matrix tri-factorization is proposed. The approach is especially useful parallel matrix factorization implemented in a multi-GPU environment. We expect the new approach will be useful in emerging procedures for latent factor analysis, notably for data integration, where many large data matrices need to be collectively factorized.

  3. An Energy-Efficient Compressive Image Coding for Green Internet of Things (IoT).

    PubMed

    Li, Ran; Duan, Xiaomeng; Li, Xu; He, Wei; Li, Yanling

    2018-04-17

    Aimed at a low-energy consumption of Green Internet of Things (IoT), this paper presents an energy-efficient compressive image coding scheme, which provides compressive encoder and real-time decoder according to Compressive Sensing (CS) theory. The compressive encoder adaptively measures each image block based on the block-based gradient field, which models the distribution of block sparse degree, and the real-time decoder linearly reconstructs each image block through a projection matrix, which is learned by Minimum Mean Square Error (MMSE) criterion. Both the encoder and decoder have a low computational complexity, so that they only consume a small amount of energy. Experimental results show that the proposed scheme not only has a low encoding and decoding complexity when compared with traditional methods, but it also provides good objective and subjective reconstruction qualities. In particular, it presents better time-distortion performance than JPEG. Therefore, the proposed compressive image coding is a potential energy-efficient scheme for Green IoT.

  4. Honey bee larval peritrophic matrix degradation during infection with Paenibacillus larvae, the aetiological agent of American foulbrood of honey bees, is a key step in pathogenesis.

    PubMed

    Garcia-Gonzalez, Eva; Genersch, Elke

    2013-11-01

    Paenibacillus larvae, the aetiological agent of American foulbrood (AFB) of honey bees, causes a fatal intestinal infection in larvae and invades the haemocoel by breaching the midgut. The peritrophic matrix lining the midgut epithelium in insects constitutes an effective barrier against abrasive food particles, xenobiotics, toxins and pathogens. Pathogens like P. larvae entering the host through the gut first need to overcome this barrier. To better understand AFB pathogenesis, we analysed the fate of the peritrophic matrix in honey bee larvae during P. larvae infection. Using histochemical techniques, we first established that chitin is a major component of the honey bee larval peritrophic matrix. Rearing larvae on a diet containing a fluorochrome blocking formation of the peritrophic matrix or a bacterial endochitinase revealed that a fully formed peritrophic matrix is essential for larval survival. Larvae infected by P. larvae showed total degradation of the peritrophic matrix enabling the bacteria to directly attack the epithelial cells. Carbon source utilization tests confirmed that P. larvae is able to metabolize colloidal chitin. We propose that P. larvae degrades the peritrophic matrix to allow direct access of the bacteria or of bacterial toxins to the epithelium to prepare the breakthrough of the epithelial layer. © 2013 Society for Applied Microbiology and John Wiley & Sons Ltd.

  5. High-Efficiency Heterojunction Photovoltaic Devices by Block Copolymer Nanotemplates

    DTIC Science & Technology

    2005-08-01

    membranes and the anodized aluminum oxide ( AAO ...substrate. Such structures could not be achieved by the electropolymerization of a conducting polymer inside an anodized alminium oxide ( AAO ) membrane ... oxide ( AAO ) membrane , where the nanowires were found to fall onto the substrate after the AAO was removed. After removal of the PS matrix, the HOMO

  6. Limited Memory Block Krylov Subspace Optimization for Computing Dominant Singular Value Decompositions

    DTIC Science & Technology

    2012-03-22

    with performance profiles, Math. Program., 91 (2002), pp. 201–213. [6] P. DRINEAS, R. KANNAN, AND M. W. MAHONEY , Fast Monte Carlo algorithms for matrices...computing invariant subspaces of non-Hermitian matri- ces, Numer. Math., 25 ( 1975 /76), pp. 123–136. [25] , Matrix algorithms Vol. II: Eigensystems

  7. Landscape ecology and forest management

    Treesearch

    Thomas R. Crow

    1999-01-01

    Almost all forest management activities affect landscape pattern to some extent. Among the most obvious impacts are those associated with forest harvesting and road building. These activities profoundly affect the size, shape, and configuration of patches in the landscape matrix. Even-age management such as clearcutting has been applied in blocks of uniform size, shape...

  8. Angelica archangelia Prevented Collagen Degradation by Blocking Production of Matrix Metalloproteinases in UVB-exposed Dermal Fibroblasts.

    PubMed

    Sun, Zhengwang; Hwang, Eunson; Park, Sang Yong; Zhang, Mengyang; Gao, Wei; Lin, Pei; Yi, Tae-Hoo

    2016-07-01

    Angelica archangelia (AA), a traditional herb, has attracted attention as an agent with potential for use in the prevention of chronic skin diseases. This study examined the photoprotective effects of AA on the inhibition of matrix metalloproteinases (MMPs) and collagen degradation in UVB-irradiated normal human dermal fibroblasts. Our results showed that AA markedly blocked collagen degradation by restraining the production of MMPs in UVB-exposed fibroblasts. We also investigated the underlying mechanism behind the effects of AA. AA attenuated UVB-triggered interleukin-6 (IL-6) and promoted the expression of transforming growth factor β1. Application of AA extract (10, 100 μg mL(-1) ) significantly diminished UVB-induced extracellular signal-regulated kinase and Jun-N-terminal kinase phosphorylation, which consequently reduced phosphorylated c-Fos and c-Jun. Our results indicated that AA inhibited the UVB-induced expression of MMPs by inhibiting mitogen-activated protein kinase signaling pathways and activator protein-1 activation. Our results suggest that AA is a promising botanical agent for use against skin photoaging. © 2016 The American Society of Photobiology.

  9. Analysis of mechanical properties anisotropy of nanomodified carbon fibre-reinforced woven composites

    NASA Astrophysics Data System (ADS)

    Ruslantsev, A. N.; Portnova, Ya M.; Tairova, L. P.; Dumansky, A. M.

    2016-10-01

    The polymer binder cracking problem arises while designing and maintaining polymer composite-based aircraft load-bearing members. Some technological methods are used to solve this problem. In particular the injection of nanoagents can block the initiation and growth of microscopic cracks. Crack propagation can also be blocked if the strain energy release is not related with fracturing. One of the possible ways for such energy release is creep. Testing of the anisotropy of the woven carbon fibre reinforced plastic elastic characteristics and creep have been conducted. The samples with different layouts have been made of woven carbon fibre laminate BMI-3/3692 with nanomodified bismaleimide matrix. This matrix has a higher glass transition temperature and improved mechanical properties. The deformation regularities have been analyzed, layer elastic characteristics have been determined. The constitutive equations describing composite material creep have been obtained and its parameters have been defined. Experimental and calculated creep curves have been plotted. It was found that the effects of rheology arise as the direction of load does not match the direction of reinforcing fibres of the material.

  10. HS-173, a Novel PI3K Inhibitor, Attenuates the Activation of Hepatic Stellate Cells in Liver Fibrosis

    PubMed Central

    Son, Mi Kwon; Ryu, Ye-Lim; Jung, Kyung Hee; Lee, Hyunseung; Lee, Hee Seung; Yan, Hong Hua; Park, Heon Joo; Ryu, Ji-Kan; Suh, Jun–Kyu; Hong, Sungwoo; Hong, Soon-Sun

    2013-01-01

    Hepatic stellate cells (HSCs) are the primary source of matrix components in liver disease such as fibrosis. Phosphatidylinositol 3-kinase (PI3K) signaling in HSCs has been shown to induce fibrogenesis. In this study, we evaluated the anti-fibrotic activity of a novel imidazopyridine analogue (HS-173) in human HSCs as well as mouse liver fibrosis. HS-173 strongly suppressed the growth and proliferation of HSCs and induced the arrest at the G2/M phase and apoptosis in HSCs. Furthermore, it reduced the expression of extracellular matrix components such as collagen type I, which was confirmed by an in vivo study. We also observed that HS-173 blocked the PI3K/Akt signaling pathway in vitro and in vivo. Taken together, HS-173 suppressed fibrotic responses such as cell proliferation and collagen synthesis by blocking PI3K/Akt signaling. Therefore, we suggest that this compound may be an effective therapeutic agent for ameliorating liver fibrosis through the inhibition of PI3K signaling. PMID:24326778

  11. Design of peptide mimetics to block pro-inflammatory functions of HA fragments.

    PubMed

    Hauser-Kawaguchi, Alexandra; Luyt, Leonard G; Turley, Eva

    2018-01-31

    Hyaluronan is a simple extracellular matrix polysaccharide that actively regulates inflammation in tissue repair and disease processes. The native HA polymer, which is large (>500 kDa), contributes to the maintenance of homeostasis. In remodeling and diseased tissues, polymer size is strikingly polydisperse, ranging from <10 kDa to >500 kDa. In a diseased or stressed tissue context, both smaller HA fragments and high molecular weight HA polymers can acquire pro-inflammatory functions, which result in the activation of multiple receptors, triggering pro-inflammatory signaling to diverse stimuli. Peptide mimics that bind and scavenge HA fragments have been developed, which show efficacy in animal models of inflammation. These studies indicate both that HA fragments are key to driving inflammation and that scavenging these is a viable therapeutic approach to blunting inflammation in disease processes. This mini-review summarizes the peptide-based methods that have been reported to date for blocking HA signaling events as an anti-inflammatory therapeutic approach. Copyright © 2017 International Society of Matrix Biology. Published by Elsevier B.V. All rights reserved.

  12. A Measurement and Simulation Based Methodology for Cache Performance Modeling and Tuning

    NASA Technical Reports Server (NTRS)

    Waheed, Abdul; Yan, Jerry; Saini, Subhash (Technical Monitor)

    1998-01-01

    We present a cache performance modeling methodology that facilitates the tuning of uniprocessor cache performance for applications executing on shared memory multiprocessors by accurately predicting the effects of source code level modifications. Measurements on a single processor are initially used for identifying parts of code where cache utilization improvements may significantly impact the overall performance. Cache simulation based on trace-driven techniques can be carried out without gathering detailed address traces. Minimal runtime information for modeling cache performance of a selected code block includes: base virtual addresses of arrays, virtual addresses of variables, and loop bounds for that code block. Rest of the information is obtained from the source code. We show that the cache performance predictions are as reliable as those obtained through trace-driven simulations. This technique is particularly helpful to the exploration of various "what-if' scenarios regarding the cache performance impact for alternative code structures. We explain and validate this methodology using a simple matrix-matrix multiplication program. We then apply this methodology to predict and tune the cache performance of two realistic scientific applications taken from the Computational Fluid Dynamics (CFD) domain.

  13. Selective Cell Adhesion and Biosensing Applications of Bio-Active Block Copolymers Prepared by CuAAC/Thiol-ene Double Click Reactions.

    PubMed

    Oyman Eyrilmez, Gizem; Doran, Sean; Murtezi, Eljesa; Demir, Bilal; Odaci Demirkol, Dilek; Coskunol, Hakan; Timur, Suna; Yagci, Yusuf

    2015-09-01

    N-Acetyl-l-cysteine (NAC)-capped poly(methyl methacrylate)-b-polycaprolactone block copolymer (PMMA-b-PCL-NAC) was prepared using the previously described one-pot photoinduced sequential CuAAC/thiol-ene double click procedure. PMMA-b-PCL-NAC had previously shown good applicability as a matrix for cell adhesion of cells from the Vero cell line (African green monkey kidney epithelial). Here, in this work, PMMA-b-PCL-NAC served as an excellent immobilization matrix for biomolecule conjugation. Covalent binding of RGD (R: arginine, G: glycine, and D: aspartic acid) peptide sequence onto the PMMA-b-PCL-NAC-coated surface was performed via EDC chemistry. RGD-modified PMMA-b-PCL-NAC (PMMA-b-PCL-NAC-RGD) as a non-toxic cell proliferation platform was used for selective "integrin αvβ3-mediated cell adhesion and biosensing studies. Both optical and electrochemical techniques were used to monitor the adhesion differences between "integrin αvβ3" receptor positive and negative cell lines on to the designed biofunctional surfaces. © 2015 WILEY-VCH Verlag GmbH & Co. KGaA, Weinheim.

  14. Generalized sidelobe canceller beamforming method for ultrasound imaging.

    PubMed

    Wang, Ping; Li, Na; Luo, Han-Wu; Zhu, Yong-Kun; Cui, Shi-Gang

    2017-03-01

    A modified generalized sidelobe canceller (IGSC) algorithm is proposed to enhance the resolution and robustness against the noise of the traditional generalized sidelobe canceller (GSC) and coherence factor combined method (GSC-CF). In the GSC algorithm, weighting vector is divided into adaptive and non-adaptive parts, while the non-adaptive part does not block all the desired signal. A modified steer vector of the IGSC algorithm is generated by the projection of the non-adaptive vector on the signal space constructed by the covariance matrix of received data. The blocking matrix is generated based on the orthogonal complementary space of the modified steer vector and the weighting vector is updated subsequently. The performance of IGSC was investigated by simulations and experiments. Through simulations, IGSC outperformed GSC-CF in terms of spatial resolution by 0.1 mm regardless there is noise or not, as well as the contrast ratio respect. The proposed IGSC can be further improved by combining with CF. The experimental results also validated the effectiveness of the proposed algorithm with dataset provided by the University of Michigan.

  15. Electromagnetic scattering of large structures in layered earths using integral equations

    NASA Astrophysics Data System (ADS)

    Xiong, Zonghou; Tripp, Alan C.

    1995-07-01

    An electromagnetic scattering algorithm for large conductivity structures in stratified media has been developed and is based on the method of system iteration and spatial symmetry reduction using volume electric integral equations. The method of system iteration divides a structure into many substructures and solves the resulting matrix equation using a block iterative method. The block submatrices usually need to be stored on disk in order to save computer core memory. However, this requires a large disk for large structures. If the body is discretized into equal-size cells it is possible to use the spatial symmetry relations of the Green's functions to regenerate the scattering impedance matrix in each iteration, thus avoiding expensive disk storage. Numerical tests show that the system iteration converges much faster than the conventional point-wise Gauss-Seidel iterative method. The numbers of cells do not significantly affect the rate of convergency. Thus the algorithm effectively reduces the solution of the scattering problem to an order of O(N2), instead of O(N3) as with direct solvers.

  16. Identification of multivariable nonlinear systems in the presence of colored noises using iterative hierarchical least squares algorithm.

    PubMed

    Jafari, Masoumeh; Salimifard, Maryam; Dehghani, Maryam

    2014-07-01

    This paper presents an efficient method for identification of nonlinear Multi-Input Multi-Output (MIMO) systems in the presence of colored noises. The method studies the multivariable nonlinear Hammerstein and Wiener models, in which, the nonlinear memory-less block is approximated based on arbitrary vector-based basis functions. The linear time-invariant (LTI) block is modeled by an autoregressive moving average with exogenous (ARMAX) model which can effectively describe the moving average noises as well as the autoregressive and the exogenous dynamics. According to the multivariable nature of the system, a pseudo-linear-in-the-parameter model is obtained which includes two different kinds of unknown parameters, a vector and a matrix. Therefore, the standard least squares algorithm cannot be applied directly. To overcome this problem, a Hierarchical Least Squares Iterative (HLSI) algorithm is used to simultaneously estimate the vector and the matrix of unknown parameters as well as the noises. The efficiency of the proposed identification approaches are investigated through three nonlinear MIMO case studies. Copyright © 2014 ISA. Published by Elsevier Ltd. All rights reserved.

  17. Sequential time interleaved random equivalent sampling for repetitive signal.

    PubMed

    Zhao, Yijiu; Liu, Jingjing

    2016-12-01

    Compressed sensing (CS) based sampling techniques exhibit many advantages over other existing approaches for sparse signal spectrum sensing; they are also incorporated into non-uniform sampling signal reconstruction to improve the efficiency, such as random equivalent sampling (RES). However, in CS based RES, only one sample of each acquisition is considered in the signal reconstruction stage, and it will result in more acquisition runs and longer sampling time. In this paper, a sampling sequence is taken in each RES acquisition run, and the corresponding block measurement matrix is constructed using a Whittaker-Shannon interpolation formula. All the block matrices are combined into an equivalent measurement matrix with respect to all sampling sequences. We implemented the proposed approach with a multi-cores analog-to-digital converter (ADC), whose ADC cores are time interleaved. A prototype realization of this proposed CS based sequential random equivalent sampling method has been developed. It is able to capture an analog waveform at an equivalent sampling rate of 40 GHz while sampled at 1 GHz physically. Experiments indicate that, for a sparse signal, the proposed CS based sequential random equivalent sampling exhibits high efficiency.

  18. A role for PVRL4-driven cell–cell interactions in tumorigenesis

    PubMed Central

    Pavlova, Natalya N; Pallasch, Christian; Elia, Andrew EH; Braun, Christian J; Westbrook, Thomas F; Hemann, Michael; Elledge, Stephen J

    2013-01-01

    During all stages of tumor progression, cancer cells are subjected to inappropriate extracellular matrix environments and must undergo adaptive changes in order to evade growth constraints associated with the loss of matrix attachment. A gain of function screen for genes that enable proliferation independently of matrix anchorage identified a cell adhesion molecule PVRL4 (poliovirus-receptor-like 4), also known as Nectin-4. PVRL4 promotes anchorage-independence by driving cell-to-cell attachment and matrix-independent integrin β4/SHP-2/c-Src activation. Solid tumors frequently have copy number gains of the PVRL4 locus and some have focal amplifications. We demonstrate that the transformation of breast cancer cells is dependent on PVRL4. Furthermore, growth of orthotopically implanted tumors in vivo is inhibited by blocking PVRL4-driven cell-to-cell attachment with monoclonal antibodies, demonstrating a novel strategy for targeted therapy of cancer. DOI: http://dx.doi.org/10.7554/eLife.00358.001 PMID:23682311

  19. Cyclic stretching of soft substrates induces spreading and growth

    PubMed Central

    Cui, Yidan; Hameed, Feroz M.; Yang, Bo; Lee, Kyunghee; Pan, Catherine Qiurong; Park, Sungsu; Sheetz, Michael

    2015-01-01

    In the body, soft tissues often undergo cycles of stretching and relaxation that may affect cell behaviour without changing matrix rigidity. To determine whether transient forces can substitute for a rigid matrix, we stretched soft pillar arrays. Surprisingly, 1–5% cyclic stretching over a frequency range of 0.01–10 Hz caused spreading and stress fibre formation (optimum 0.1 Hz) that persisted after 4 h of stretching. Similarly, stretching increased cell growth rates on soft pillars comparative to rigid substrates. Of possible factors linked to fibroblast growth, MRTF-A (myocardin-related transcription factor-A) moved to the nucleus in 2 h of cyclic stretching and reversed on cessation; but YAP (Yes-associated protein) moved much later. Knockdown of either MRTF-A or YAP blocked stretch-dependent growth. Thus, we suggest that the repeated pulling from a soft matrix can substitute for a stiff matrix in stimulating spreading, stress fibre formation and growth. PMID:25704457

  20. In Situ Gold Nanoparticle Gradient Formation in a 3D Meso- and Macroporous Polymer Matrix.

    PubMed

    Penders, Jelle; Rajasekharan, Anand K; Hulander, Mats; Andersson, Martin

    2017-08-01

    Herein, the development and characterization of a 3D gradient structure of gold nanoparticles is described. The gradient of gold nanoparticles is made in situ in a macroporous nonionic block copolymer hydrogel matrix, through gold ion diffusion control. The polymer provides a matrix for diffusion of gold ions, acts as a template for controlling nanoparticle growth, and facilitates the in situ reduction of gold ions to gold nanoparticles. A clear gradient in gold nanoparticles is observed across the 3D space of the polymer matrix using scanning electron microscopy, fluorescence microscopy, atomic force microscopy, and thermogravimetric analysis. The particle gradient is further functionalized with both hydrophobic and hydrophilic groups via thiol-gold linkage to demonstrate the ability to form gradients with different chemical functionalities. Using additive manufacturing, the polymer can also be printed as a porous network with possible applications for 3D cell culturing in, e.g., biomaterials research. © 2017 WILEY-VCH Verlag GmbH & Co. KGaA, Weinheim.

  1. The spectrum of a vertex model and related spin one chain sitting in a genus five curve

    NASA Astrophysics Data System (ADS)

    Martins, M. J.

    2017-11-01

    We derive the transfer matrix eigenvalues of a three-state vertex model whose weights are based on a R-matrix not of difference form with spectral parameters lying on a genus five curve. We have shown that the basic building blocks for both the transfer matrix eigenvalues and Bethe equations can be expressed in terms of meromorphic functions on an elliptic curve. We discuss the properties of an underlying spin one chain originated from a particular choice of the R-matrix second spectral parameter. We present numerical and analytical evidences that the respective low-energy excitations can be gapped or massless depending on the strength of the interaction coupling. In the massive phase we provide analytical and numerical evidences in favor of an exact expression for the lowest energy gap. We point out that the critical point separating these two distinct physical regimes coincides with the one in which the weights geometry degenerate into union of genus one curves.

  2. A Tensor Product Formulation of Strassen's Matrix Multiplication Algorithm with Memory Reduction

    DOE PAGES

    Kumar, B.; Huang, C. -H.; Sadayappan, P.; ...

    1995-01-01

    In this article, we present a program generation strategy of Strassen's matrix multiplication algorithm using a programming methodology based on tensor product formulas. In this methodology, block recursive programs such as the fast Fourier Transforms and Strassen's matrix multiplication algorithm are expressed as algebraic formulas involving tensor products and other matrix operations. Such formulas can be systematically translated to high-performance parallel/vector codes for various architectures. In this article, we present a nonrecursive implementation of Strassen's algorithm for shared memory vector processors such as the Cray Y-MP. A previous implementation of Strassen's algorithm synthesized from tensor product formulas required working storagemore » of size O(7 n ) for multiplying 2 n × 2 n matrices. We present a modified formulation in which the working storage requirement is reduced to O(4 n ). The modified formulation exhibits sufficient parallelism for efficient implementation on a shared memory multiprocessor. Performance results on a Cray Y-MP8/64 are presented.« less

  3. The Bioactivity of Cartilage Extracellular Matrix in Articular Cartilage Regeneration

    PubMed Central

    Sutherland, Amanda J.; Converse, Gabriel L.; Hopkins, Richard A.; Detamore, Michael S.

    2014-01-01

    Cartilage matrix is a particularly promising acellular material for cartilage regeneration given the evidence supporting its chondroinductive character. The ‘raw materials’ of cartilage matrix can serve as building blocks and signals for enhanced tissue regeneration. These matrices can be created by chemical or physical methods: physical methods disrupt cellular membranes and nuclei but may not fully remove all cell components and DNA, whereas chemical methods when combined with physical methods are particularly effective in fully decellularizing such materials. Critical endpoints include no detectable residual DNA or immunogenic antigens. It is important to first delineate between the sources of the cartilage matrix, i.e., derived from matrix produced by cells in vitro or from native tissue, and then to further characterize the cartilage matrix based on the processing method, i.e., decellularization or devitalization. With these distinctions, four types of cartilage matrices exist: decellularized native cartilage (DCC), devitalized native cartilage (DVC), decellularized cell derived matrix (DCCM), and devitalized cell derived matrix (DVCM). Delivery of cartilage matrix may be a straightforward approach without the need for additional cells or growth factors. Without additional biological additives, cartilage matrix may be attractive from a regulatory and commercialization standpoint. Source and delivery method are important considerations for clinical translation. Only one currently marketed cartilage matrix medical device is decellularized, although trends in filed patents suggest additional decellularized products may be available in the future. To choose the most relevant source and processing for cartilage matrix, qualifying testing needs to include targeting the desired application, optimizing delivery of the material, identify relevant FDA regulations, assess availability of raw materials, and immunogenic properties of the product. PMID:25044502

  4. Investigation of depth-of-interaction (DOI) effects in single- and dual-layer block detectors by the use of light sharing in scintillators.

    PubMed

    Yamamoto, Seiichi

    2012-01-01

    In block detectors for PET scanners that use different lengths of slits in scintillators to share light among photomultiplier tubes (PMTs), a position histogram is distorted when the depth of interaction (DOI) of the gamma photons is near the PMTs (DOI effect). However, it remains unclear whether a DOI effect is observed for block detectors that use light sharing in scintillators. To investigate the effect, I tested the effect for single- and dual-layer block detectors. In the single-layer block detector, Ce doped Gd₂SiO₅ (GSO) crystals of 1.9 × 1.9 × 15 mm³ (0.5 mol% Ce) were used. In the dual-layer block detector, GSO crystals of a 1.9 × 1.9 × 6 mm³ (1.5 mol% Ce) were used for the front layer and GSO crystals of 1.9 × 1.9 × 9 mm³ (0.5 mol% Ce) for the back layer. These scintillators were arranged to form an 8 × 8 matrix with multi-layer optical film inserted partly between the scintillators for obtaining an optimized position response with use of two dual-PMTs. Position histograms and energy responses were measured for these block detectors at three different DOI positions, and the flood histograms were obtained. The results indicated that DOI effects are observed in both block detectors, but the dual-layer block showed more severe distortion in the position histogram as well as larger energy variations. We conclude that, in the block detectors that use light sharing in the scintillators, the DOI effect is an important factor for the performance of the detectors, especially for DOI block detectors.

  5. Simplified microstrip discontinuity modeling using the transmission line matrix method interfaced to microwave CAD

    NASA Astrophysics Data System (ADS)

    Thompson, James H.; Apel, Thomas R.

    1990-07-01

    A technique for modeling microstrip discontinuities is presented which is derived from the transmission line matrix method of solving three-dimensional electromagnetic problems. In this technique the microstrip patch under investigation is divided into an integer number of square and half-square (triangle) subsections. An equivalent lumped-element model is calculated for each subsection. These individual models are then interconnected as dictated by the geometry of the patch. The matrix of lumped elements is then solved using either of two microwave CAD software interfaces with each port properly defined. Closed-form expressions for the lumped-element representation of the individual subsections is presented and experimentally verified through the X-band frequency range. A model demonstrating the use of symmetry and block construction of a circuit element is discussed, along with computer program development and CAD software interface.

  6. A Note on Substructuring Preconditioning for Nonconforming Finite Element Approximations of Second Order Elliptic Problems

    NASA Technical Reports Server (NTRS)

    Maliassov, Serguei

    1996-01-01

    In this paper an algebraic substructuring preconditioner is considered for nonconforming finite element approximations of second order elliptic problems in 3D domains with a piecewise constant diffusion coefficient. Using a substructuring idea and a block Gauss elimination, part of the unknowns is eliminated and the Schur complement obtained is preconditioned by a spectrally equivalent very sparse matrix. In the case of quasiuniform tetrahedral mesh an appropriate algebraic multigrid solver can be used to solve the problem with this matrix. Explicit estimates of condition numbers and implementation algorithms are established for the constructed preconditioner. It is shown that the condition number of the preconditioned matrix does not depend on either the mesh step size or the jump of the coefficient. Finally, numerical experiments are presented to illustrate the theory being developed.

  7. Gel polymer electrolytes for batteries

    DOEpatents

    Balsara, Nitash Pervez; Eitouni, Hany Basam; Gur, Ilan; Singh, Mohit; Hudson, William

    2014-11-18

    Nanostructured gel polymer electrolytes that have both high ionic conductivity and high mechanical strength are disclosed. The electrolytes have at least two domains--one domain contains an ionically-conductive gel polymer and the other domain contains a rigid polymer that provides structure for the electrolyte. The domains are formed by block copolymers. The first block provides a polymer matrix that may or may not be conductive on by itself, but that can soak up a liquid electrolyte, thereby making a gel. An exemplary nanostructured gel polymer electrolyte has an ionic conductivity of at least 1.times.10.sup.-4 S cm.sup.-1 at 25.degree. C.

  8. Double diffusion in arbitrary porous cavity: Part II

    NASA Astrophysics Data System (ADS)

    Ahamad, N. Ameer; Kamangar, Sarfaraz; Salman Ahmed N., J.; Soudagar, Manzoor Elahi M.; Khan, T. M. Yunus

    2017-07-01

    Heat and mass transfer in porous medium is one of the fundamental topics of interest. The present article is dedicated to study the effect of a small block placed at center of left vertical surface of the cavity. The block is maintained at isothermal temperature That three of its edges attached with porous medium. The left surface of cavity is maintained at highest concentration and right surface at lowest concentration. The right surface of cavity is at cold isothermal temperature Tc. Governing equations are converted into matrix form of equations with the help of finite element method and solved iteratively by using a computer code generated in MATLAB.

  9. Meros Preconditioner Package

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    2004-04-01

    Meros uses the compositional, aggregation, and overload operator capabilities of TSF to provide an object-oriented package providing segregated/block preconditioners for linear systems related to fully-coupled Navier-Stokes problems. This class of preconditioners exploits the special properties of these problems to segregate the equations and use multi-level preconditioners (through ML) on the matrix sub-blocks. Several preconditioners are provided, including the Fp and BFB preconditioners of Kay & Loghin and Silvester, Elman, Kay & Wathen. The overall performance and scalability of these preconditioners approaches that of multigrid for certain types of problems. Meros also provides more traditional pressure projection methods including SIMPLE andmore » SIMPLEC.« less

  10. Lava ultimate resin nano ceramic for CAD/ CAM: customization case study.

    PubMed

    Koller, M; Arnetzl, G V; Holly, L; Arnetzl, G

    2012-01-01

    Lava Ultimate Resin Nano Ceramic (RNC) blocks are innovative new CAD/CAM materials that make it possible to achieve superior esthetic results in easy steps. The blocks are made of nano ceramic particles embedded in a highly cured resin matrix. Therefore, composite materials can be used to characterize and adjust resin nano ceramic restorations after milling. The milled RNC restorations can be individualized intra-orally or extra-orally, either before or after insertion. Unlike conventional ceramic restorations, customization and glaze firing is neither necessary nor possible with RNC restorations. This opens up the opportunity for intraoral individualization and adaptation of the restorations.

  11. Ultrastructure and biological function of matrix vesicles in bone mineralization.

    PubMed

    Hasegawa, Tomoka

    2018-04-01

    Bone mineralization is initiated by matrix vesicles, small extracellular vesicles secreted by osteoblasts, inducing the nucleation and subsequent growth of calcium phosphate crystals inside. Although calcium ions (Ca 2+ ) are abundant throughout the tissue fluid close to the matrix vesicles, the influx of phosphate ions (PO4 3- ) into matrix vesicles is a critical process mediated by several enzymes and transporters such as ecto-nucleotide pyrophosphatase/phosphodiesterase 1 (ENPP1), ankylosis (ANK), and tissue nonspecific alkaline phosphatase (TNSALP). The catalytic activity of ENPP1 in osteoblasts generates inorganic pyrophosphate (PPi) intracellularly and extracellularly, and ANK may allow the intracellular PPi to pass through the plasma membrane to the outside of the osteoblasts. Although the extracellular PPi binds to growing hydroxyapatite crystals to prevent crystal overgrowth, TNSALP on the osteoblasts and matrix vesicles hydrolyzes PPi into PO4 3- monomers: the prevention of crystal growth is blocked, and PO4 3- monomers are supplied to matrix vesicles. In addition, PHOSPHO1 is thought to function inside matrix vesicles to catalyze phosphocoline, a constituent of the plasma membrane, consequently increasing PO4 3- in the vesicles. Accumulation of Ca 2+ and PO4 3- inside the matrix vesicles then initiates crystalline nucleation associated with the inner leaflet of the matrix vesicles. Calcium phosphate crystals elongate radially, penetrate the matrix vesicle's membrane, and finally grow out of the vesicles to form calcifying nodules, globular assemblies of needle-shaped mineral crystals retaining some of those transporters and enzymes. The subsequent growth of calcifying nodules appears to be regulated by surrounding organic compounds, finally leading to collagen mineralization.

  12. Numerical simulation of weakly ionized hypersonic flow over reentry capsules

    NASA Astrophysics Data System (ADS)

    Scalabrin, Leonardo C.

    The mathematical and numerical formulation employed in the development of a new multi-dimensional Computational Fluid Dynamics (CFD) code for the simulation of weakly ionized hypersonic flows in thermo-chemical non-equilibrium over reentry configurations is presented. The flow is modeled using the Navier-Stokes equations modified to include finite-rate chemistry and relaxation rates to compute the energy transfer between different energy modes. The set of equations is solved numerically by discretizing the flowfield using unstructured grids made of any mixture of quadrilaterals and triangles in two-dimensions or hexahedra, tetrahedra, prisms and pyramids in three-dimensions. The partial differential equations are integrated on such grids using the finite volume approach. The fluxes across grid faces are calculated using a modified form of the Steger-Warming Flux Vector Splitting scheme that has low numerical dissipation inside boundary layers. The higher order extension of inviscid fluxes in structured grids is generalized in this work to be used in unstructured grids. Steady state solutions are obtained by integrating the solution over time implicitly. The resulting sparse linear system is solved by using a point implicit or by a line implicit method in which a tridiagonal matrix is assembled by using lines of cells that are formed starting at the wall. An algorithm that assembles these lines using completely general unstructured grids is developed. The code is parallelized to allow simulation of computationally demanding problems. The numerical code is successfully employed in the simulation of several hypersonic entry flows over space capsules as part of its validation process. Important quantities for the aerothermodynamics design of capsules such as aerodynamic coefficients and heat transfer rates are compared to available experimental and flight test data and other numerical results yielding very good agreement. A sensitivity analysis of predicted radiative heating of a space capsule to several thermo-chemical non-equilibrium models is also performed.

  13. Double-porosity models for a fissured groundwater reservoir with fracture skin

    USGS Publications Warehouse

    Moench, Allen F.

    1984-01-01

    Theories of flow to a well in a double-porosity groundwater reservoir are modified to incorporate effects of a thin layer of low-permeability material or fracture skin that may be present at fracture-block interfaces as a result of mineral deposition or alteration. The commonly used theory for flow in double- porosity formations that is based upon the assumption of pseudo–steady state block-to-fissure flow is shown to be a special case of the theory presented in this paper. The latter is based on the assumption of transient block-to-fissure flow with fracture skin. Under conditions where fracture skin has a hydraulic conductivity that is less than that of the matrix rock, it may be assumed to impede the interchange of fluid between the fissures and blocks. Resistance to flow at fracture-block interfaces tends to reduce spatial variation of hydraulic head gradients within the blocks. This provides theoretical justification for neglecting the divergence of flow in the blocks as required by the pseudo–steady state flow model. Coupled boundary value problems for flow to a well discharging at a constant rate were solved in the Laplace domain. Both slab-shaped and sphere-shaped blocks were considered, as were effects of well bore storage and well bore skin. Results obtained by numerical inversion were used to construct dimensionless-type curves that were applied to well test data, for a pumped well and for an observation well, from the fractured volcanic rock terrane of the Nevada Test Site.

  14. Stability and stabilisation of a class of networked dynamic systems

    NASA Astrophysics Data System (ADS)

    Liu, H. B.; Wang, D. Q.

    2018-04-01

    We investigate the stability and stabilisation of a linear time invariant networked heterogeneous system with arbitrarily connected subsystems. A new linear matrix inequality based sufficient and necessary condition for the stability is derived, based on which the stabilisation is provided. The obtained conditions efficiently utilise the block-diagonal characteristic of system parameter matrices and the sparseness of subsystem connection matrix. Moreover, a sufficient condition only dependent on each individual subsystem is also presented for the stabilisation of the networked systems with a large scale. Numerical simulations show that these conditions are computationally valid in the analysis and synthesis of a large-scale networked system.

  15. Probabilistic low-rank factorization accelerates tensor network simulations of critical quantum many-body ground states.

    PubMed

    Kohn, Lucas; Tschirsich, Ferdinand; Keck, Maximilian; Plenio, Martin B; Tamascelli, Dario; Montangero, Simone

    2018-01-01

    We provide evidence that randomized low-rank factorization is a powerful tool for the determination of the ground-state properties of low-dimensional lattice Hamiltonians through tensor network techniques. In particular, we show that randomized matrix factorization outperforms truncated singular value decomposition based on state-of-the-art deterministic routines in time-evolving block decimation (TEBD)- and density matrix renormalization group (DMRG)-style simulations, even when the system under study gets close to a phase transition: We report linear speedups in the bond or local dimension of up to 24 times in quasi-two-dimensional cylindrical systems.

  16. Probabilistic low-rank factorization accelerates tensor network simulations of critical quantum many-body ground states

    NASA Astrophysics Data System (ADS)

    Kohn, Lucas; Tschirsich, Ferdinand; Keck, Maximilian; Plenio, Martin B.; Tamascelli, Dario; Montangero, Simone

    2018-01-01

    We provide evidence that randomized low-rank factorization is a powerful tool for the determination of the ground-state properties of low-dimensional lattice Hamiltonians through tensor network techniques. In particular, we show that randomized matrix factorization outperforms truncated singular value decomposition based on state-of-the-art deterministic routines in time-evolving block decimation (TEBD)- and density matrix renormalization group (DMRG)-style simulations, even when the system under study gets close to a phase transition: We report linear speedups in the bond or local dimension of up to 24 times in quasi-two-dimensional cylindrical systems.

  17. Shuttle cryogenic supply system optimization study. Volume 3: Technical report, section 10, 11 and 12

    NASA Technical Reports Server (NTRS)

    1973-01-01

    The evaluation of candidate cryogenic fuel systems for space shuttle vehicles is discussed. A set of guidelines was used to establish a matrix of possible combinations for the integration of potential cryogenic systems. The various concepts and combinations which resulted from the integration efforts are described. The parameters which were considered in developing the matrix are: (1) storage of cryogenic materials, (2) fuel lines, (3) tank pressure control, (4) thermal control, (5) fluid control, and (6) fluid conditioning. Block diagrams and drawings of the candidate systems are provided. Performance predictions for the systems are outlined in tables of data.

  18. Quantitative measurement of channel-block hydraulic interactions by experimental saturation of a large, natural, fissured rock mass.

    PubMed

    Guglielmi, Y; Mudry, J

    2001-01-01

    The hydrodynamic behavior of fissured media relies on the relationships between a few very conductive fractures (channels) and the remaining low-conductivity fractures and matrix (blocks). We made a quantitative measurement of those relationships and their effect on water drainage and storage in a 19,000 m3 natural reservoir consisting of karstified limestones. This reservoir was artificially saturated with water by closing a water gate on the main outlet during a varying time (delta t) fixed by the operator. The water gate was completely or partly closed until the water pressure reached a particular specified value. If the water gate was left completely closed long enough, the water pressure was fixed by the elevation of temporary outlets at the site boundaries. The water elevation within the reservoir was monitored by means of pressure cells located on single fractures representative of the bedding plane and the two families of fractures of the massif network. The comparison of pressure variations with the network geometry allows us to identify a typical double permeability characterized by a few very conductive channels along 10 vertical faults. These channels limit blocks consisting of low-conductivity bedding planes and a rather impervious matrix. Depending on the closure interval, delta t, of the water gate, the total volume of water stored in the reservoir can vary from 0.8 m3 (delta t = 5 minutes) to 18.6 m3 (delta t = 2 days). Such a variance of storage versus closure time is explained by the reservoir's double permeability that is characterized by blocks that saturate much more slowly than channels. If plotted versus time, this injected volume fits a power relationship, according to the saturation state of the blocks. In less than 34 minutes, storage is close to zero in the blocks and to 1.6 to 2 m3 in the channels. For closing times shorter than 1 hour, only 1% of the volume that flows in the channels is stored into the blocks. Depending on the water pressure and for a given delta t = 3000 minutes, the volume of water stored is controlled by the geometry of the joint network and of the aquifer boundaries. Such an experiment shows that the flow is concentrated in about 10% of the fractured network (channels). The water storage that takes place in the 90% remaining fractures (blocks) depends mainly on time during which pressure remains high into the 10% channels. The accurate modeling of such typical double-permeability media needs a careful study of the geometry of the channels whose narrowings modify the flow and induce dam effects that maintain a high pressure gradient with surrounding blocks.

  19. A Performance Comparison of the Parallel Preconditioners for Iterative Methods for Large Sparse Linear Systems Arising from Partial Differential Equations on Structured Grids

    NASA Astrophysics Data System (ADS)

    Ma, Sangback

    In this paper we compare various parallel preconditioners such as Point-SSOR (Symmetric Successive OverRelaxation), ILU(0) (Incomplete LU) in the Wavefront ordering, ILU(0) in the Multi-color ordering, Multi-Color Block SOR (Successive OverRelaxation), SPAI (SParse Approximate Inverse) and pARMS (Parallel Algebraic Recursive Multilevel Solver) for solving large sparse linear systems arising from two-dimensional PDE (Partial Differential Equation)s on structured grids. Point-SSOR is well-known, and ILU(0) is one of the most popular preconditioner, but it is inherently serial. ILU(0) in the Wavefront ordering maximizes the parallelism in the natural order, but the lengths of the wave-fronts are often nonuniform. ILU(0) in the Multi-color ordering is a simple way of achieving a parallelism of the order N, where N is the order of the matrix, but its convergence rate often deteriorates as compared to that of natural ordering. We have chosen the Multi-Color Block SOR preconditioner combined with direct sparse matrix solver, since for the Laplacian matrix the SOR method is known to have a nondeteriorating rate of convergence when used with the Multi-Color ordering. By using block version we expect to minimize the interprocessor communications. SPAI computes the sparse approximate inverse directly by least squares method. Finally, ARMS is a preconditioner recursively exploiting the concept of independent sets and pARMS is the parallel version of ARMS. Experiments were conducted for the Finite Difference and Finite Element discretizations of five two-dimensional PDEs with large meshsizes up to a million on an IBM p595 machine with distributed memory. Our matrices are real positive, i. e., their real parts of the eigenvalues are positive. We have used GMRES(m) as our outer iterative method, so that the convergence of GMRES(m) for our test matrices are mathematically guaranteed. Interprocessor communications were done using MPI (Message Passing Interface) primitives. The results show that in general ILU(0) in the Multi-Color ordering ahd ILU(0) in the Wavefront ordering outperform the other methods but for symmetric and nearly symmetric 5-point matrices Multi-Color Block SOR gives the best performance, except for a few cases with a small number of processors.

  20. Structures and microfabrics of the Franciscan Complex (California): Inferences on the rheology and kinematics of a subduction channel

    NASA Astrophysics Data System (ADS)

    Krohe, A.; Wassmann, S.; Trepmann, C.; Stoeckhert, B.

    2009-12-01

    The characteristic feature of the Franciscan Subduction Complex (FSC) is a chaotic mélange structure with centimeter- to about one kilometer-sized tectonic blocks composed of metabasalts, floating in a matrix of oceanic meta-sediments or, locally, serpentinites. Investigating map scale structures, microfabrics, and P-T-histories of the FSC, we try to gain information on the mechanical properties of rocks and their influence on the kinematics of material transport in a subduction channel. Structures and microfabrics indicate that metabasalts from the oceanic crust as well as mantle-derived ultramafic rocks (i) underwent fragmentation and sealing under high pore fluid pressure, (ii) remaining internally undeformed, or (iii) deform by dissolution precipitation creep. Importantly, microfabrics which would indicate crystal plastic deformation or dislocation creep are systematically absent. This means that, during the entire P-T history, differential stresses generally remained too low to activate crystal plastic deformation or dislocation creep. Hence the material in the subduction channel is characterized by a low strength, being either limited by brittle failure at high pore fluid pressure, or a Newton viscosity, which is expected for dissolution precipitation creep. We interpret the characteristic mélange structure as to reflect this mechanical state of the system: Brittle failure at quasi-lithostatic fluid pressures down to great depths is recorded in the tectonic blocks by the widespread occurrence of aragonite-bearing veins. This leads to fragmentation into the blocks of variable size and moderate aspect ratios, which behave as rigid inclusions in a flowing matrix with distributed deformation by dissolution precipitation creep. In contrast, a power law rheology characteristic for dislocation creep, would favor strain localization into shear zones at sites of stress concentration. However, such shear zones formed at high-P metamorphic conditions are not identified. Mechanical contrasts within the mélange are presumably governed by variations in grain sizes and the nature of interphase boundaries, which both control viscous deformation by dissolution precipitation creep. As such, huge viscosity contrasts between matrix and rigid blocks can persist during burial to HP metamorphic conditions and decompression, while the mélange is deformed to very high bulk strain. These findings pose constraints on the large scale properties of a subduction channel presently active at depth, to be identified by geophysical methods.

  1. An emerging pore-making strategy: confined swelling-induced pore generation in block copolymer materials.

    PubMed

    Wang, Yong; Li, Fengbin

    2011-05-17

    Block copolymers (BCPs) composed of two or more thermodynamically incompatible homopolymers self-assemble into periodic microdomains. Exposing self-assembled BCPs with solvents selective to one block causes a swelling of the domains composed of this block. Strong swelling in the confinement imposed by the matrix of the other glassy block leads to well-defined porous structures via morphology reconstruction. This confined swelling-induced pore-making process has emerged recently as a new strategy to produce porous materials due to synergic advantages that include extreme simplicity, high pore regularity, involvement of no chemical reactions, no weight loss, reversibility of the pore forming process, etc. The mechanism, kinetics, morphology, and governing parameters of the confined swelling-induced pore-making process in BCP thin films are discussed, and the main applications of nanoporous thin films in the fields of template synthesis, surface patterning, and guidance for the areal arrangements of nanomaterials and biomolecules are summarized. Recent, promising results of extending this mechanism to produce BCP nanofibers or nanotubes and bulk materials with well-defined porosity, which makes this strategy also attractive to researchers outside the nanocommunity, are also presented. Copyright © 2011 WILEY-VCH Verlag GmbH & Co. KGaA, Weinheim.

  2. Behavioural improvement in a minimally conscious state after caloric vestibular stimulation: evidence from two single case studies.

    PubMed

    Vanzan, Serena; Wilkinson, David; Ferguson, Heather; Pullicino, Patrick; Sakel, Mohamed

    2017-04-01

    To investigate whether caloric vestibular stimulation, a non-invasive form of neuro-modulation, alters the level of awareness in people residing in a minimally conscious state. Single-case ( n = 2), prospective, controlled (ABAB) efficacy study. Tertiary, neuro-rehabilitation inpatient ward within a university hospital. Two individuals in a minimally conscious state. Left ear caloric vestibular stimulation was performed in two four/five-week blocks interleaved with two four/five-week blocks of sham stimulation. Session duration and frequency gradually increased within each block from once per day for 10 minutes (Week 1) to once per day for 20 minutes (Week 2) to 20 minutes twice per day in the remaining weeks. Wessex Head Injury Matrix, JFK Coma Recovery Scale - Revised. Both participants' Wessex Head Injury Matrix scores indicated a transition from involuntary (i.e. mechanical vocalization) to voluntary (i.e. gesture making, selective responses to family members) behaviour that was time-locked to the onset of active stimulation. In one participant, this improvement persisted for at least four weeks after active stimulation, while in the other it diminished two weeks after stimulation. Allied, although less dramatic, changes were seen on the arousal and auditory subscales of the JFK Coma Recovery Scale - Revised. The data provide the first evidence that vestibular stimulation may help improve outcome in a low awareness state, although further studies are needed to replicate effect and determine longer-term benefit.

  3. WAIS-IV subtest covariance structure: conceptual and statistical considerations.

    PubMed

    Ward, L Charles; Bergman, Maria A; Hebert, Katina R

    2012-06-01

    D. Wechsler (2008b) reported confirmatory factor analyses (CFAs) with standardization data (ages 16-69 years) for 10 core and 5 supplemental subtests from the Wechsler Adult Intelligence Scale-Fourth Edition (WAIS-IV). Analyses of the 15 subtests supported 4 hypothesized oblique factors (Verbal Comprehension, Working Memory, Perceptual Reasoning, and Processing Speed) but also revealed unexplained covariance between Block Design and Visual Puzzles (Perceptual Reasoning subtests). That covariance was not included in the final models. Instead, a path was added from Working Memory to Figure Weights (Perceptual Reasoning subtest) to improve fit and achieve a desired factor pattern. The present research with the same data (N = 1,800) showed that the path from Working Memory to Figure Weights increases the association between Working Memory and Matrix Reasoning. Specifying both paths improves model fit and largely eliminates unexplained covariance between Block Design and Visual Puzzles but with the undesirable consequence that Figure Weights and Matrix Reasoning are equally determined by Perceptual Reasoning and Working Memory. An alternative 4-factor model was proposed that explained theory-implied covariance between Block Design and Visual Puzzles and between Arithmetic and Figure Weights while maintaining compatibility with WAIS-IV Index structure. The proposed model compared favorably with a 5-factor model based on Cattell-Horn-Carroll theory. The present findings emphasize that covariance model comparisons should involve considerations of conceptual coherence and theoretical adherence in addition to statistical fit. (c) 2012 APA, all rights reserved

  4. Fast Electromagnetic Solvers for Large-Scale Naval Scattering Problems

    DTIC Science & Technology

    2008-09-27

    IEEE Trans. Antennas Propag., vol. 52, no. 8, pp. 2141–2146, 2004. [12] R. J. Burkholder and J. F. Lee, “Fast dual-MGS block-factorization algorithm...Golub and C. F. V. Loan, Matrix Computations. Baltimore: The Johns Hopkins University Press, 1996. [20] W. D. Li, W. Hong, and H. X. Zhou, “Integral

  5. Joint spatial-spectral hyperspectral image clustering using block-diagonal amplified affinity matrix

    NASA Astrophysics Data System (ADS)

    Fan, Lei; Messinger, David W.

    2018-03-01

    The large number of spectral channels in a hyperspectral image (HSI) produces a fine spectral resolution to differentiate between materials in a scene. However, difficult classes that have similar spectral signatures are often confused while merely exploiting information in the spectral domain. Therefore, in addition to spectral characteristics, the spatial relationships inherent in HSIs should also be considered for incorporation into classifiers. The growing availability of high spectral and spatial resolution of remote sensors provides rich information for image clustering. Besides the discriminating power in the rich spectrum, contextual information can be extracted from the spatial domain, such as the size and the shape of the structure to which one pixel belongs. In recent years, spectral clustering has gained popularity compared to other clustering methods due to the difficulty of accurate statistical modeling of data in high dimensional space. The joint spatial-spectral information could be effectively incorporated into the proximity graph for spectral clustering approach, which provides a better data representation by discovering the inherent lower dimensionality from the input space. We embedded both spectral and spatial information into our proposed local density adaptive affinity matrix, which is able to handle multiscale data by automatically selecting the scale of analysis for every pixel according to its neighborhood of the correlated pixels. Furthermore, we explored the "conductivity method," which aims at amplifying the block diagonal structure of the affinity matrix to further improve the performance of spectral clustering on HSI datasets.

  6. Derivation of an eigenvalue probability density function relating to the Poincaré disk

    NASA Astrophysics Data System (ADS)

    Forrester, Peter J.; Krishnapur, Manjunath

    2009-09-01

    A result of Zyczkowski and Sommers (2000 J. Phys. A: Math. Gen. 33 2045-57) gives the eigenvalue probability density function for the top N × N sub-block of a Haar distributed matrix from U(N + n). In the case n >= N, we rederive this result, starting from knowledge of the distribution of the sub-blocks, introducing the Schur decomposition and integrating over all variables except the eigenvalues. The integration is done by identifying a recursive structure which reduces the dimension. This approach is inspired by an analogous approach which has been recently applied to determine the eigenvalue probability density function for random matrices A-1B, where A and B are random matrices with entries standard complex normals. We relate the eigenvalue distribution of the sub-blocks to a many-body quantum state, and to the one-component plasma, on the pseudosphere.

  7. One-step route to the fabrication of highly porous polyaniline nanofiber films by using PS-b-PVP diblock copolymers as templates.

    PubMed

    Li, Xue; Tian, Shengjun; Ping, Yang; Kim, Dong Ha; Knoll, Wolfgang

    2005-10-11

    We report a new method to control both the nucleation and growth of highly porous polyaniline (PANI) nanofiber films using porous poly(styrene-block-2-vinylpyridine) diblock copolymer (PS-b-P2VP) films as templates. A micellar thin film composed of P2VP spheres within a PS matrix is prepared by spin coating a PS-b-P2VP micellar solution onto substrates. The P2VP domains are swollen in a selective solvent of acetic acid, which results in the formation of pores in the block copolymer film. PANI is then deposited onto the substrates modified with such a porous film using electrochemical methods. During the deposition, the nucleation and growth of PANI occur only at the pores of the block copolymer film. After the continued growth of PANI by the electrochemical deposition, a porous PANI nanofiber film is obtained.

  8. Eigenvalue routines in NASTRAN: A comparison with the Block Lanczos method

    NASA Technical Reports Server (NTRS)

    Tischler, V. A.; Venkayya, Vipperla B.

    1993-01-01

    The NASA STRuctural ANalysis (NASTRAN) program is one of the most extensively used engineering applications software in the world. It contains a wealth of matrix operations and numerical solution techniques, and they were used to construct efficient eigenvalue routines. The purpose of this paper is to examine the current eigenvalue routines in NASTRAN and to make efficiency comparisons with a more recent implementation of the Block Lanczos algorithm by Boeing Computer Services (BCS). This eigenvalue routine is now available in the BCS mathematics library as well as in several commercial versions of NASTRAN. In addition, CRAY maintains a modified version of this routine on their network. Several example problems, with a varying number of degrees of freedom, were selected primarily for efficiency bench-marking. Accuracy is not an issue, because they all gave comparable results. The Block Lanczos algorithm was found to be extremely efficient, in particular, for very large size problems.

  9. Cyclic Multiblock Copolymers via Combination of Iterative Cu(0)-Mediated Radical Polymerization and Cu(I)-Catalyzed Azide-Alkyne Cycloaddition Reaction.

    PubMed

    Xiao, Lifen; Zhu, Wen; Chen, Jiqiang; Zhang, Ke

    2017-02-01

    Cyclic multiblock polymers with high-order blocks are synthesized via the combination of single-electron transfer living radical polymerization (SET-LRP) and copper-catalyzed azide-alkyne cycloaddition (CuAAC). The linear α,ω-telechelic multiblock copolymer is prepared via SET-LRP by sequential addition of different monomers. The SET-LRP approach allows well control of the block length and sequence as A-B-C-D-E, etc. The CuAAC is then performed to intramolecularly couple the azide and alkyne end groups of the linear copolymer and produce the corresponding cyclic copolymer. The block sequence and the cyclic topology of the resultant cyclic copolymer are confirmed by the characterization of 1 H nuclear magnetic resonance spectroscopy, gel permeation chromatography, Fourier transform infrared spectroscopy, and matrix-assisted laser desorption/ionization time-of-flight mass spectrometry. © 2017 WILEY-VCH Verlag GmbH & Co. KGaA, Weinheim.

  10. The Magnet Cove Rutile Company mine, Hot Spring County, Arkansas

    USGS Publications Warehouse

    Kinney, Douglas M.

    1949-01-01

    The Magnet Cove Rutile Company mine was mapped by the U.S. Geological Survey in November 1944. The pits are on the northern edge of Magnet Cove and have been excavated in the oxidized zone of highly weathered and altered volcanic agglomerate. The agglomerate is composed of altered mafic igneous rocks in a matrix of white to gray clay, a highly altered tuff. The agglomerate appears layered and is composed of tuffaceous clay material below and igneous blocks above. The agglomerate is cut by aplite and lamprophyre dikes. Alkalic syenite dikes crop out on the ridge north of the pits. At the present stage of mine development the rutile seems to be concentrated in a narrow zone beneath the igneous blocks of the agglomerate. Rutile, associated with calcite and pyrite, occurs as disseminated acicular crystals and discontinuous vein-like masses in the altered tuff. Thin veins of rutile locally penetrate the mafic igneous blocks of the agglomerate.

  11. Universality for 1d Random Band Matrices: Sigma-Model Approximation

    NASA Astrophysics Data System (ADS)

    Shcherbina, Mariya; Shcherbina, Tatyana

    2018-02-01

    The paper continues the development of the rigorous supersymmetric transfer matrix approach to the random band matrices started in (J Stat Phys 164:1233-1260, 2016; Commun Math Phys 351:1009-1044, 2017). We consider random Hermitian block band matrices consisting of W× W random Gaussian blocks (parametrized by j,k \\in Λ =[1,n]^d\\cap Z^d ) with a fixed entry's variance J_{jk}=δ _{j,k}W^{-1}+β Δ _{j,k}W^{-2} , β >0 in each block. Taking the limit W→ ∞ with fixed n and β , we derive the sigma-model approximation of the second correlation function similar to Efetov's one. Then, considering the limit β , n→ ∞, we prove that in the dimension d=1 the behaviour of the sigma-model approximation in the bulk of the spectrum, as β ≫ n , is determined by the classical Wigner-Dyson statistics.

  12. Response of rotation-translation blocked proteins using Langevin dynamics on a locally harmonic landscape.

    PubMed

    Manson, Anthony C; Coalson, Rob D

    2012-10-11

    Langevin dynamics is used to compute the time evolution of the nonequilibrium motion of the atomic coordinates of a protein in response to ligand dissociation. The protein potential energy surface (PES) is approximated by a harmonic basin about the minimum of the unliganded state. Upon ligand dissociation, the protein undergoes relaxation from the bound to the unbound state. A coarse graining scheme based on rotation translation blocks (RTB) is applied to the relaxation of the two domain iron transport protein, ferric binding protein. This scheme provides a natural and efficient way to freeze out the small amplitude, high frequency motions within each rigid fragment, thereby allowing for the number of dynamical degrees of freedom to be reduced. The results obtained from all flexible atom (constraint free) dynamics are compared to those obtained using RTB-Langevin dynamics. To assess the impact of the assumed rigid fragment clustering on the temporal relaxation dynamics of the protein molecule, three distinct rigid block decompositions were generated and their responses compared. Each of the decompositions was a variant of the one-block-per-residue grouping, with their force and friction matrices being derived from their fully flexible counterpart. Monitoring the time evolution of the distance separating a selected pair of amino acids, the response curves of the blocked decompositions were similar in shape to each other and to the control system in which all atomic degrees of freedom are fully independent. The similar shape of the blocked responses showed that the variations in grouping had only a minor impact on the kinematics. Compared with the all atom responses, however, the blocked responses were faster as a result of the instantaneous transmission of force throughout each rigid block. This occurred because rigid blocking does not permit any intrablock deformation that could store or divert energy. It was found, however, that this accelerated response could be successfully corrected by scaling each eigenvalue in the appropriate propagation matrix by the least-squares fitted slope of the blocked vs nonblocked eigenvalue spectra. The RTB responses for each test system were dominated by small eigenvalue overdamped Langevin modes. The large eigenvalue members of each response dissipated within the first 5 ps, after which the long time response was dominated by a modest set of low energy, overdamped normal modes, that were characterized by highly cooperative, functionally relevant displacements. The response assuming that the system is in the overdamped limit was compared to the full phase space Langevin dynamics results. The responses after the first 5 ps were nearly identical, confirming that the inertial components were significant only in the initial stages of the relaxation. Since the propagator matrix in the overdamped formulation is real-symmetric and does not require the inertial component in the propagator, the computation time and memory footprint was reduced by 1 order of magnitude.

  13. Biocompatibility of Synthetic Poly(ester urethane)/Polyhedral Oligomeric Silsesquioxane Matrices with Embryonic Stem Cell Proliferation and Differentiation

    PubMed Central

    Guo, Yan-Lin; Wang, Wenshou; Otaigbe, Joshua U.

    2010-01-01

    Incorporation of polyhedral oligomeric silsesquioxanes (POSS) into poly (ester urethane)s (PEU) as a building block results in a PEU/POSS hybrid polymer with increased mechanical strength and thermostability. An attractive feature of the new polymer is that it forms a porous matrix when cast in the form of a thin film, making it potentially useful in tissue engineering. In this study, we present detailed microscopic analysis of the PEU/POSS matrix and demonstrate its biocompatibility with cell culture. The PEU/POSS polymer forms a continuous porous matrix with open pores and interconnected grooves. From SEM image analysis, it is calculated that there are about 950 pores per mm2 of the matrix area with pore size ranging from 1 to 15 μm in diameter. The area occupied by the pores represents approximately 7.6 % of matrix area. Using mouse embryonic stem cells (ESCs), we demonstrate that the PEU/POSS matrix provides excellent support for cell proliferation and differentiation. Under the cell culture condition optimized to maintain self-renewal, ESCs grown on a PEU/POSS matrix exhibit undifferentiated morphology, express pluripotency markers, and have similar growth rate to cells grown on gelatin. When induced for differentiation, ESCs underwent dramatic morphological change, characterized by the loss of clonogenecity and increased cell size with well-expanded cytoskeleton networks. Differentiated cells are able to form a continuous monolayer that is closely embedded on the matrix. The excellent compatibility between the PEU/POSS matrix and ESC proliferation/differentiation demonstrates the potential of using PEU/POSS polymers in future ESC-based tissue engineering. PMID:20213627

  14. Container and method for absorbing and reducing hydrogen concentration

    DOEpatents

    Wicks, George G.; Lee, Myung W.; Heung, Leung K.

    2001-01-01

    A method for absorbing hydrogen from an enclosed environment comprising providing a vessel; providing a hydrogen storage composition in communication with a vessel, the hydrogen storage composition further comprising a matrix defining a pore size which permits the passage of hydrogen gas while blocking the passage of gaseous poisons; placing a material within the vessel, the material evolving hydrogen gas; sealing the vessel; and absorbing the hydrogen gas released into the vessel by the hydrogen storage composition. A container for absorbing evolved hydrogen gas comprising: a vessel having an interior and adapted for receiving materials which release hydrogen gas; a hydrogen absorbing composition in communication with the interior, the composition defining a matrix surrounding a hydrogen absorber, the matrix permitting the passage of hydrogen gas while excluding gaseous poisons; wherein, when the vessel is sealed, hydrogen gas, which is released into the vessel interior, is absorbed by the hydrogen absorbing composition.

  15. Functional role of EMMPRIN in the formation and mineralisation of dental matrix in mouse molars.

    PubMed

    Xie, Ming; Xing, Guofang; Hou, Liwen; Bao, Jing; Chen, Yuqing; Jiao, Ting; Zhang, Fuqiang

    2015-02-01

    Our previous research has shown that the extracellular matrix metalloproteinase inducer (EMMPRIN) is expressed during and may function in the early development of tooth germs. In the present study, we observed the specific expression of EMMPRIN in ameloblasts and odontoblasts during the middle and late stages of tooth germ development using immunohistochemistry. Furthermore, to extend our understanding of the function of EMMPRIN in odontogenesis, we used an anti-EMMPRIN function-blocking antibody to remove EMMPRIN activity in tooth germ culture in vitro. Both the formation and mineralisation of dental hard tissues were suppressed in the tooth germ culture after the abrogation of EMMPRIN. Meanwhile, significant reductions in VEGF, MMP-9, ALPL, ameloblastin, amelogenin and enamelin expression were observed in antibody-treated tooth germ explants compared to control and normal serum-treated explants. The current results illustrate that EMMPRIN may play a critical role in the processing and maturation of the dental matrix.

  16. Efficiency of solution-processed multilayer polymer light-emitting diodes using charge blocking layers

    NASA Astrophysics Data System (ADS)

    Kasparek, Christian; Rörich, Irina; Blom, Paul W. M.; Wetzelaer, Gert-Jan A. H.

    2018-01-01

    By blending semiconducting polymers with the cross-linkable matrix ethoxylated-(4)-bisphenol-a-dimethacrylate (SR540), an insoluble layer is acquired after UV-illumination. Following this approach, a trilayer polymer light-emitting diode (PLED) consisting of a blend of poly[N,N'-bis(4-butylphenyl)-N,N'-bis(phenyl)-benzidine] (poly-TPD) and SR540 as an electron-blocking layer, Super Yellow-Poly(p-phenylene vinylene) (SY-PPV) blended with SR540 as an emissive layer, and poly(9,9-di-n-octylfluorenyl-2,7-diyl) as a hole-blocking layer is fabricated from solution. The trilayer PLED shows a 23% increase in efficiency at low voltage as compared to a single layer SY-PPV PLED. However, at higher voltage, the advantage in current efficiency gradually decreases. A combined experimental and modelling study shows that the increased efficiency is not only due to the elimination of exciton quenching at the electrodes but also due to suppressed nonradiative trap-assisted recombination due to carrier confinement. At high voltages, holes can overcome the hole-blocking barrier, which explains the efficiency roll-off.

  17. Biomimetic surface coatings from modular amphiphilic proteins

    NASA Astrophysics Data System (ADS)

    Harden, James; Wan, Fan; Fischer, Stephen; Dick, Scott

    2010-03-01

    Recombinant DNA methods have been used to develop a library of diblock protein polymers for creating designer biofunctional interfaces. These proteins are composed of a surface-active, amphiphilic block joined to a disordered, water soluble block with an end terminal bioactive domain. The amphiphilic block has a strong affinity for many synthetic polymer surfaces, providing a facile means of imparting biological functionality to otherwise bio-neutral materials through physical self-assembly. We have incorporated a series of bioactive end domains into this diblock motif, including sequences that encode specific cell binding and signaling functions of extracellular matrix constituents (e.g. RGD and YIGSR). In this talk, we show that these diblock constructs self-assemble into biofunctional surface coatings on several model synthetic polymer materials. We demonstrate that surface adsorption of the proteins has minimal impacts on the presentation of the bioactive domains in the soluble block, and through the use of microscopic and cell proliferation assays, we show that the resulting biofunctional interfaces are capable of inducing appropriate cellular responses in a variety of human cell types.

  18. Block copolymers for alkaline fuel cell membrane materials

    NASA Astrophysics Data System (ADS)

    Li, Yifan

    Alkaline fuel cells (AFCs) using anion exchange membranes (AEMs) as electrolyte have recently received considerable attention. AFCs offer some advantages over proton exchange membrane fuel cells, including the potential of non-noble metal (e.g. nickel, silver) catalyst on the cathode, which can dramatically lower the fuel cell cost. The main drawback of traditional AFCs is the use of liquid electrolyte (e.g. aqueous potassium hydroxide), which can result in the formation of carbonate precipitates by reaction with carbon dioxide. AEMs with tethered cations can overcome the precipitates formed in traditional AFCs. Our current research focuses on developing different polymer systems (blend, block, grafted, and crosslinked polymers) in order to understand alkaline fuel cell membrane in many aspects and design optimized anion exchange membranes with better alkaline stability, mechanical integrity and ionic conductivity. A number of distinct materials have been produced and characterized. A polymer blend system comprised of poly(vinylbenzyl chloride)-b-polystyrene (PVBC-b-PS) diblock copolymer, prepared by nitroxide mediated polymerization (NMP), with poly(2,6-dimethyl-1,4-phenylene oxide) (PPO) or brominated PPO was studied for conversion into a blend membrane for AEM. The formation of a miscible blend matrix improved mechanical properties while maintaining high ionic conductivity through formation of phase separated ionic domains. Using anionic polymerization, a polyethylene based block copolymer was designed where the polyethylene-based block copolymer formed bicontinuous morphological structures to enhance the hydroxide conductivity (up to 94 mS/cm at 80 °C) while excellent mechanical properties (strain up to 205%) of the polyethylene block copolymer membrane was observed. A polymer system was designed and characterized with monomethoxy polyethylene glycol (mPEG) as a hydrophilic polymer grafted through substitution of pendent benzyl chloride groups of a PVBC-b-PS. The incorporation of the hydrophilic polymer allows for an investigation of the effect of hydration on ionic conductivity, resulting in the increase in membrane water affinity, enhancement of conductivity and reduced dependence of conductivity on relative humidity. A study of crosslinking of block copolymers was done wherein the crosslinking occurs in the non-matrix phase in order to maintain mechanical properties. The formation of a cationic crosslinked structure improves the mechanical integrity of the membrane in water while showing little deleterious effect on ionic conductivity and mechanical properties.

  19. Methods and codes for neutronic calculations of the MARIA research reactor.

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Andrzejewski, K.; Kulikowska, T.; Bretscher, M. M.

    2002-02-18

    The core of the MARIA high flux multipurpose research reactor is highly heterogeneous. It consists of beryllium blocks arranged in 6 x 8 matrix, tubular fuel assemblies, control rods and irradiation channels. The reflector is also heterogeneous and consists of graphite blocks clad with aluminum. Its structure is perturbed by the experimental beam tubes. This paper presents methods and codes used to calculate the MARIA reactor neutronics characteristics and experience gained thus far at IAE and ANL. At ANL the methods of MARIA calculations were developed in connection with the RERTR program. At IAE the package of programs was developedmore » to help its operator in optimization of fuel utilization.« less

  20. Einstein-Yang-Mills scattering amplitudes from scattering equations

    NASA Astrophysics Data System (ADS)

    Cachazo, Freddy; He, Song; Yuan, Ellis Ye

    2015-01-01

    We present the building blocks that can be combined to produce tree-level S-matrix elements of a variety of theories with various spins mixed in arbitrary dimensions. The new formulas for the scattering of n massless particles are given by integrals over the positions of n points on a sphere restricted to satisfy the scattering equations. As applications, we obtain all single-trace amplitudes in Einstein-Yang-Mills (EYM) theory, and generalizations to include scalars. Also in EYM but extended by a B-field and a dilaton, we present all double-trace gluon amplitudes. The building blocks are made of Pfaffians and Parke-Taylor-like factors of subsets of particle labels.

  1. Design of Cancelable Palmprint Templates Based on Look Up Table

    NASA Astrophysics Data System (ADS)

    Qiu, Jian; Li, Hengjian; Dong, Jiwen

    2018-03-01

    A novel cancelable palmprint templates generation scheme is proposed in this paper. Firstly, the Gabor filter and chaotic matrix are used to extract palmprint features. It is then arranged into a row vector and divided into equal size blocks. These blocks are converted to corresponding decimals and mapped to look up tables, forming final cancelable palmprint features based on the selected check bits. Finally, collaborative representation based classification with regularized least square is used for classification. Experimental results on the Hong Kong PolyU Palmprint Database verify that the proposed cancelable templates can achieve very high performance and security levels. Meanwhile, it can also satisfy the needs of real-time applications.

  2. Monolithic InP strictly non-blocking 8×8 switch for high-speed WDM optical interconnection.

    PubMed

    Kwack, Myung-Joon; Tanemura, Takuo; Higo, Akio; Nakano, Yoshiaki

    2012-12-17

    A strictly non-blocking 8 × 8 switch for high-speed WDM optical interconnection is realized on InP by using the phased-array scheme for the first time. The matrix switch architecture consists of over 200 functional devices such as star couplers, phase-shifters and so on without any waveguide cross-section. We demonstrate ultra-broad optical bandwidth covering the entire C-band through several Input/Output ports combination with extinction ratio performance of more than 20dB. Also, nanoseconds reconfiguration time was successfully achieved by dynamic switching experiment. Error-free transmission was verified for 40-Gbps (10-Gbps × 4ch) WDM signal.

  3. Multi-scale analysis of the effect of nano-filler particle diameter on the physical properties of CAD/CAM composite resin blocks.

    PubMed

    Yamaguchi, Satoshi; Inoue, Sayuri; Sakai, Takahiko; Abe, Tomohiro; Kitagawa, Haruaki; Imazato, Satoshi

    2017-05-01

    The objective of this study was to assess the effect of silica nano-filler particle diameters in a computer-aided design/manufacturing (CAD/CAM) composite resin (CR) block on physical properties at the multi-scale in silico. CAD/CAM CR blocks were modeled, consisting of silica nano-filler particles (20, 40, 60, 80, and 100 nm) and matrix (Bis-GMA/TEGDMA), with filler volume contents of 55.161%. Calculation of Young's moduli and Poisson's ratios for the block at macro-scale were analyzed by homogenization. Macro-scale CAD/CAM CR blocks (3 × 3 × 3 mm) were modeled and compressive strengths were defined when the fracture loads exceeded 6075 N. MPS values of the nano-scale models were compared by localization analysis. As the filler size decreased, Young's moduli and compressive strength increased, while Poisson's ratios and MPS decreased. All parameters were significantly correlated with the diameters of the filler particles (Pearson's correlation test, r = -0.949, 0.943, -0.951, 0.976, p < 0.05). The in silico multi-scale model established in this study demonstrates that the Young's moduli, Poisson's ratios, and compressive strengths of CAD/CAM CR blocks can be enhanced by loading silica nanofiller particles of smaller diameter. CAD/CAM CR blocks by using smaller silica nano-filler particles have a potential to increase fracture resistance.

  4. Field-theoretic simulations of block copolymer nanocomposites in a constant interfacial tension ensemble.

    PubMed

    Koski, Jason P; Riggleman, Robert A

    2017-04-28

    Block copolymers, due to their ability to self-assemble into periodic structures with long range order, are appealing candidates to control the ordering of functionalized nanoparticles where it is well-accepted that the spatial distribution of nanoparticles in a polymer matrix dictates the resulting material properties. The large parameter space associated with block copolymer nanocomposites makes theory and simulation tools appealing to guide experiments and effectively isolate parameters of interest. We demonstrate a method for performing field-theoretic simulations in a constant volume-constant interfacial tension ensemble (nVγT) that enables the determination of the equilibrium properties of block copolymer nanocomposites, including when the composites are placed under tensile or compressive loads. Our approach is compatible with the complex Langevin simulation framework, which allows us to go beyond the mean-field approximation. We validate our approach by comparing our nVγT approach with free energy calculations to determine the ideal domain spacing and modulus of a symmetric block copolymer melt. We analyze the effect of numerical and thermodynamic parameters on the efficiency of the nVγT ensemble and subsequently use our method to investigate the ideal domain spacing, modulus, and nanoparticle distribution of a lamellar forming block copolymer nanocomposite. We find that the nanoparticle distribution is directly linked to the resultant domain spacing and is dependent on polymer chain density, nanoparticle size, and nanoparticle chemistry. Furthermore, placing the system under tension or compression can qualitatively alter the nanoparticle distribution within the block copolymer.

  5. Polymer brushes on nanoparticles: their positioning in and influence on block copolymer morphology.

    NASA Astrophysics Data System (ADS)

    Kim, Bumjoon

    2007-03-01

    Polymers brushes grafted to the nanoparticle surface enable the precise positioning of particles within a block copolymer matrix by determining the compatibility of nanoparticles within a polymeric matrix and modifying the interfacial properties between polymers and inorganic nanoparticle. Short thiol terminated polystyrene (PS-SH), poly(2-vinylpyridine) (P2VP-SH) and PS-r-P2VP with the molecular weight (Mn) of 3 kg/mol were used to control the location of Au nanoparticles over PS-b-P2VP diblock copolymer template. We will discuss further the approach of varying the areal chain density (σ) of PS-SH brushes on the PS coated particles, which utilizes the preferential wetting of one block of a copolymer (P2VP) on the Au substrate. Such favorable interaction provides the strong binding of Au particles to the PS/P2VP interface as σ of PS chains on the Au particle decreases. We find that at σ above a certain value, the nanoparticles are segregated to the center of the PS domains while below this value they are segregated to the interface. The transition σ for PS-SH chains (Mn = 3.4 kg/mol) is 1.3 chains/nm^2 but unexpectedly scales as Mn-0.55 as Mn is varied from 1.5 to 13 kg/mol. In addition, we will discuss changes in block copolymer morphology that occur as the nanoparticle volume fraction (φ) is increased for nanoparticles that segregate to the domain center as well as those that segregate to the interface, the latter behaving as nanoparticle surfactants. Small φ of such surfactants added to lamellar diblock copolymers lead initially to a decrease in lamellar thickness, a consequence of decreasing interfacial tension, up to a critical value of φ beyond which the block copolymer adopts a bicontinuous morphology. I thank my collaborators G. H. Fredrickson, J. Bang, C. J. Hawker, and E. J. Kramer as well as funding by the MRL as UCSB from the NSF-MRSEC-Program Award DMR05-20418.

  6. Fracture labelling of boar spermatozoa for the fucose-binding-protein (FBP).

    PubMed

    Friess, A E; Toepfer-Petersen, E; Schill, W B

    1987-01-01

    Labelling of fractured boar spermatozoa with the FUC-HRP gold method for a fucose-binding-protein (FBP) gave evidence the FBP is localized in the acrosomal matrix. All fracture faces through the acrosome from the rostral end towards the equatorial segment show similar labelling pattern. This labelling is completely blocked by preincubation of the fractured tissue with focoidan.

  7. Some Factors Underlying Mathematical Performance: The Role of Visuospatial Working Memory and Non-Verbal Intelligence

    ERIC Educational Resources Information Center

    Kyttala, Minna; Lehto, Juhani E.

    2008-01-01

    Passive and active visuospatial working memory (VSWM) were investigated in relation to maths performance. The mental rotation task was employed as a measure of active VSWM whereas passive VSWM was investigated using a modified Corsi Blocks task and a matrix pattern task. The Raven Progressive Matrices Test measured fluid intelligence. A total of…

  8. Compressed sensing for energy-efficient wireless telemonitoring of noninvasive fetal ECG via block sparse Bayesian learning.

    PubMed

    Zhang, Zhilin; Jung, Tzyy-Ping; Makeig, Scott; Rao, Bhaskar D

    2013-02-01

    Fetal ECG (FECG) telemonitoring is an important branch in telemedicine. The design of a telemonitoring system via a wireless body area network with low energy consumption for ambulatory use is highly desirable. As an emerging technique, compressed sensing (CS) shows great promise in compressing/reconstructing data with low energy consumption. However, due to some specific characteristics of raw FECG recordings such as nonsparsity and strong noise contamination, current CS algorithms generally fail in this application. This paper proposes to use the block sparse Bayesian learning framework to compress/reconstruct nonsparse raw FECG recordings. Experimental results show that the framework can reconstruct the raw recordings with high quality. Especially, the reconstruction does not destroy the interdependence relation among the multichannel recordings. This ensures that the independent component analysis decomposition of the reconstructed recordings has high fidelity. Furthermore, the framework allows the use of a sparse binary sensing matrix with much fewer nonzero entries to compress recordings. Particularly, each column of the matrix can contain only two nonzero entries. This shows that the framework, compared to other algorithms such as current CS algorithms and wavelet algorithms, can greatly reduce code execution in CPU in the data compression stage.

  9. Controlling autonomous underwater floating platforms using bacterial fermentation.

    PubMed

    Biffinger, Justin C; Fitzgerald, Lisa A; Howard, Erinn C; Petersen, Emily R; Fulmer, Preston A; Wu, Peter K; Ringeisen, Bradley R

    2013-01-01

    Biogenic gas has a wide range of energy applications from being used as a source for crude bio-oil components to direct ignition for heating. The current study describes the use of biogenic gases from Clostridium acetobutylicum for a new application-renewable ballast regeneration for autonomous underwater devices. Uninterrupted (continuous) and blocked flow (pressurization) experiments were performed to determine the overall biogas composition and total volume generated from a semirigid gelatinous matrix. For stopped flow experiments, C. acetobutylicum generated a maximum pressure of 55 psi over 48 h composed of 60 % hydrogen gas when inoculated in a 5 % agar (w/v) support with 5 % glucose (w/v) in the matrix. Typical pressures over 24 h at 318 K ranged from 10 to 33 psi. These blocked flow experiments show for the first time the use of microbial gas production as a way to repressurize gas cylinders. Continuous flow experiments successfully demonstrated how to deliver biogas to an open ballast control configuration for deployable underwater platforms. This study is a starting point for engineering and microbiology investigations of biogas which will advance the integration of biology within autonomous systems.

  10. Application of copulas to improve covariance estimation for partial least squares.

    PubMed

    D'Angelo, Gina M; Weissfeld, Lisa A

    2013-02-20

    Dimension reduction techniques, such as partial least squares, are useful for computing summary measures and examining relationships in complex settings. Partial least squares requires an estimate of the covariance matrix as a first step in the analysis, making this estimate critical to the results. In addition, the covariance matrix also forms the basis for other techniques in multivariate analysis, such as principal component analysis and independent component analysis. This paper has been motivated by an example from an imaging study in Alzheimer's disease where there is complete separation between Alzheimer's and control subjects for one of the imaging modalities. This separation occurs in one block of variables and does not occur with the second block of variables resulting in inaccurate estimates of the covariance. We propose the use of a copula to obtain estimates of the covariance in this setting, where one set of variables comes from a mixture distribution. Simulation studies show that the proposed estimator is an improvement over the standard estimators of covariance. We illustrate the methods from the motivating example from a study in the area of Alzheimer's disease. Copyright © 2012 John Wiley & Sons, Ltd.

  11. Distributed Storage Algorithm for Geospatial Image Data Based on Data Access Patterns.

    PubMed

    Pan, Shaoming; Li, Yongkai; Xu, Zhengquan; Chong, Yanwen

    2015-01-01

    Declustering techniques are widely used in distributed environments to reduce query response time through parallel I/O by splitting large files into several small blocks and then distributing those blocks among multiple storage nodes. Unfortunately, however, many small geospatial image data files cannot be further split for distributed storage. In this paper, we propose a complete theoretical system for the distributed storage of small geospatial image data files based on mining the access patterns of geospatial image data using their historical access log information. First, an algorithm is developed to construct an access correlation matrix based on the analysis of the log information, which reveals the patterns of access to the geospatial image data. Then, a practical heuristic algorithm is developed to determine a reasonable solution based on the access correlation matrix. Finally, a number of comparative experiments are presented, demonstrating that our algorithm displays a higher total parallel access probability than those of other algorithms by approximately 10-15% and that the performance can be further improved by more than 20% by simultaneously applying a copy storage strategy. These experiments show that the algorithm can be applied in distributed environments to help realize parallel I/O and thereby improve system performance.

  12. Dual-Functional Hydrazide-Reactive and Anhydride-Containing Oligomeric Hydrogel Building Blocks.

    PubMed

    Kascholke, Christian; Loth, Tina; Kohn-Polster, Caroline; Möller, Stephanie; Bellstedt, Peter; Schulz-Siegmund, Michaela; Schnabelrauch, Matthias; Hacker, Michael C

    2017-03-13

    Biomimetic hydrogels are advanced biomaterials that have been developed following different synthetic routes. Covalent postfabrication functionalization is a promising strategy to achieve efficient matrix modification decoupled of general material properties. To this end, dual-functional macromers were synthesized by free radical polymerization of maleic anhydride with diacetone acrylamide (N-(1,1-dimethyl-3-oxobutyl)acrylamide) and pentaerythritol diacrylate monostearate. Amphiphilic oligomers (M n < 7.5 kDa) with anhydride contents of 7-20% offered cross-linking reactivity to yield rigid hydrogels with gelatinous peptides (E = 4-13 kPa) and good cell adhesion properties. Mildly reactive methyl ketones as second functionality remained intact during hydrogel formation and potential of covalent matrix modification was shown using hydrazide and hydrazine model compounds. Successful secondary dihydrazide cross-linking was demonstrated by an increase of hydrogel stiffness (>40%). Efficient hydrazide/hydrazine immobilization depending on solution pH, hydrogel ketone content as well as ligand concentration for bioconjugation was shown and reversibility of hydrazone formation was indicated by physiologically relevant hydrazide release over 7 days. Proof-of-concept experiments with hydrazido-functionalized hyaluronan demonstrated potential for covalent aECM immobilization. The presented dual-functional macromers have perspective as reactive hydrogel building blocks for various biomedical applications.

  13. Development of high resolution phoswich depth-of-interaction block detectors utilizing Mg co-doped new scintillators

    NASA Astrophysics Data System (ADS)

    Kobayashi, Takahiro; Yamamoto, Seiichi; Yeom, Jung-Yeol; Kamada, Kei; Yoshikawa, Akira

    2017-12-01

    To correct for parallax error in positron emission tomography (PET), phoswich depth-of-interaction (DOI) detector using multiple scintillators with different decay times is a practical approach. However not many scintillator combinations suitable for phoswich DOI detector have been reported. Ce doped Gd3Ga3Al2O12 (GFAG) is a newly developed promising scintillator for PET detector, which has high density, high light output, appropriate light emission wavelength for silicon-photomultiplier (Si-PM) and faster decay time than that of Ce doped Gd3Al2Ga3O12 (GAGG). In this study, we developed a Si-PM based phoswich DOI block detector of GFAG with GAGG crystal arrays and evaluated its performance. We assembled a GFAG block and a GAGG block and they were optically coupled in depth direction to form a phoswich detector block. The phoswich block was optically coupled to a Si-PM array with a 1 mm thick light guide. The sizes of the GFAG and GAGG pixels were 0.9 mm x 0.9 mm x 7.5 mm and they were arranged into 24 x 24 matrix with 0.1 mm thick BaSO4 as reflector. We conducted the performance evaluation for two types of configurations; GFAG block arranged in upper layer (GFAG/GAGG) and GAGG arranged in upper layer (GAGG/GFAG). The measured two dimensional position histograms of these block detectors showed good separation and pulse shape spectra produced two distinct peaks for both configurations although some difference in energy spectra were observed. These results indicate phoswich block detectors composed of GFAG and GAGG are promising for high resolution DOI PET systems.

  14. Primitive Fine-Grained Matrix in the Unequilbrated Enstatite Chondrites

    NASA Technical Reports Server (NTRS)

    Weisberg, M. K.; Zolensky, M. E.; Kimura, M.; Ebel, D. S.

    2014-01-01

    Enstatite chondrites (EC) have important implications for constraining conditions in the early solar system and for understanding the evolution of the Earth and other inner planets. They are among the most reduced solar system materials as reflected in their mineral compositions and assemblage. They are the only chondrites with oxygen as well as Cr, Ti, Ni and Zn stable isotope compositions similar to the earth and moon and most are completely dry, lacking any evidence of hydrous alteration; the only exception are EC clasts in the Kaidun breccia which have hydrous minerals. Thus, ECs likely formed within the snow line and are good candidates to be building blocks of the inner planets. Our goals are to provide a more detailed characterization the fine-grained matrix in E3 chondrites, understand its origin and relationship to chondrules, decipher the relationship between EH and EL chondrites and compare E3 matrix to matrices in C and O chondrites as well as other fine-grained solar system materials. Is E3 matrix the dust remaining from chondrule formation or a product of parent body processing or both?

  15. Mechanically Strong Aerogels Formed by Templated Growth of Polymer Cross- Linkers on Inorganic Nanoparticles

    NASA Technical Reports Server (NTRS)

    Leventis, Nicholas; Fabrizio, Eve F.; Johnston, Chris; Meador, Maryann

    2004-01-01

    In the search for materials with better mechanical, thermal, and electrical properties, it is becoming evident that oftentimes dispersing ceramic nanoparticles in plastics improves performance. Along these lines, chemical bonding (both covalent and noncovalent) between a filler and a polymer improves their compatibility, and thus enhances certain properties of the polymeric matrix above and beyond what is accomplished by simple doping with the filler. When a similarly sized dopant and matrix are used, elementary building blocks may also have certain distinct advantages (e.g., in catalysis). In this context, researchers at the NASA Glenn Research Center reasoned that in the extreme case, where the dopant and the matrix (e.g., a filler and a polymer) are not only sized similarly, but their relative amounts are comparable, the relative roles of the dopant and matrix can be reversed. Then, if the "filler," or a certain form thereof, possesses desirable properties of its own, such properties could be magnified by cross-linking with a polymer. We at Glenn have identified silica as such a filler in its lowest-density form, namely the silica aerogel.

  16. Effect of process parameters on the density and porosity of laser melted AlSi10Mg/SiC metal matrix composite

    NASA Astrophysics Data System (ADS)

    Famodimu, Omotoyosi H.; Stanford, Mark; Oduoza, Chike F.; Zhang, Lijuan

    2018-06-01

    Laser melting of aluminium alloy—AlSi10Mg has increasingly been used to create specialised products in various industrial applications, however, research on utilising laser melting of aluminium matrix composites in replacing specialised parts have been slow on the uptake. This has been attributed to the complexity of the laser melting process, metal/ceramic feedstock for the process and the reaction of the feedstock material to the laser. Thus, an understanding of the process, material microstructure and mechanical properties is important for its adoption as a manufacturing route of aluminium metal matrix composites. The effects of several parameters of the laser melting process on the mechanical blended composite were thus investigated in this research. This included single track formations of the matrix alloy and the composite alloyed with 5% and 10% respectively for their reaction to laser melting and the fabrication of density blocks to investigate the relative density and porosity over different scan speeds. The results from these experiments were utilised in determining a process window in fabricating near-fully dense parts.

  17. Morphological studies on block copolymer modified PA 6 blends

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Poindl, M., E-mail: marcus.poindl@ikt.uni-stuttgart.de, E-mail: christian.bonten@ikt.uni-stuttgart.de; Bonten, C., E-mail: marcus.poindl@ikt.uni-stuttgart.de, E-mail: christian.bonten@ikt.uni-stuttgart.de

    Recent studies show that compounding polyamide 6 (PA 6) with a PA 6 polyether block copolymers made by reaction injection molding (RIM) or continuous anionic polymerization in a reactive extrusion process (REX) result in blends with high impact strength and high stiffness compared to conventional rubber blends. In this paper, different high impact PA 6 blends were prepared using a twin screw extruder. The different impact modifiers were an ethylene propylene copolymer, a PA PA 6 polyether block copolymer made by reaction injection molding and one made by reactive extrusion. To ensure good particle matrix bonding, the ethylene propylene copolymermore » was grafted with maleic anhydride (EPR-g-MA). Due to the molecular structure of the two block copolymers, a coupling agent was not necessary. The block copolymers are semi-crystalline and partially cross-linked in contrast to commonly used amorphous rubbers which are usually uncured. The combination of different analysis methods like atomic force microscopy (AFM), transmission electron microscopy (TEM) and scanning electron microscopy (SEM) gave a detailed view in the structure of the blends. Due to the partial cross-linking, the particles of the block copolymers in the blends are not spherical like the ones of ethylene propylene copolymer. The differences in molecular structure, miscibility and grafting of the impact modifiers result in different mechanical properties and different blend morphologies.« less

  18. Effect of poly(ethylene oxide) homopolymer and two different poly(ethylene oxide-b-poly(propylene oxide)-b-poly(ethylene oxide) triblock copolymers on morphological, optical, and mechanical properties of nanostructured unsaturated polyester.

    PubMed

    Builes, Daniel H; Hernández-Ortiz, Juan P; Corcuera, Ma Angeles; Mondragon, Iñaki; Tercjak, Agnieszka

    2014-01-22

    Novel nanostructured unsaturated polyester resin-based thermosets, modified with poly(ethylene oxide) (PEO), poly(propylene oxide) (PPO), and two poly(ethylene oxide-b-propylene oxide-b-ethylene oxide) block copolymers (BCP), were developed and analyzed. The effects of molecular weights, blocks ratio, and curing temperatures on the final morphological, optical, and mechanical properties were reported. The block influence on the BCP miscibility was studied through uncured and cured mixtures of unsaturated polyester (UP) resins with PEO and PPO homopolymers having molecular weights similar to molecular weights of the blocks of BCP. The final morphology of the nanostructured thermosetting systems, containing BCP or homopolymers, was investigated, and multiple mechanisms of nanostructuration were listed and explained. By considering the miscibility of each block before and after curing, it was determined that the formation of the nanostructured matrices followed a self-assembly mechanism or a polymerization-induced phase separation mechanism. The miscibility between PEO or PPO blocks with one of two phases of UP matrix was highlighted due to its importance in the final thermoset properties. Relationships between the final morphology and thermoset optical and mechanical properties were examined. The mechanisms and physics behind the morphologies lead toward the design of highly transparent, nanostructured, and toughened thermosetting UP systems.

  19. Immobilized fluid membranes for gas separation

    DOEpatents

    Liu, Wei; Canfield, Nathan L; Zhang, Jian; Li, Xiaohong Shari; Zhang, Jiguang

    2014-03-18

    Provided herein are immobilized liquid membranes for gas separation, methods of preparing such membranes and uses thereof. In one example, the immobilized membrane includes a porous metallic host matrix and an immobilized liquid fluid (such as a silicone oil) that is immobilized within one or more pores included within the porous metallic host matrix. The immobilized liquid membrane is capable of selective permeation of one type of molecule (such as oxygen) over another type of molecule (such as water). In some examples, the selective membrane is incorporated into a device to supply oxygen from ambient air to the device for electrochemical reactions, and at the same time, to block water penetration and electrolyte loss from the device.

  20. Implementation of an ADI method on parallel computers

    NASA Technical Reports Server (NTRS)

    Fatoohi, Raad A.; Grosch, Chester E.

    1987-01-01

    The implementation of an ADI method for solving the diffusion equation on three parallel/vector computers is discussed. The computers were chosen so as to encompass a variety of architectures. They are: the MPP, an SIMD machine with 16K bit serial processors; FLEX/32, an MIMD machine with 20 processors; and CRAY/2, an MIMD machine with four vector processors. The Gaussian elimination algorithm is used to solve a set of tridiagonal systems on the FLEX/32 and CRAY/2 while the cyclic elimination algorithm is used to solve these systems on the MPP. The implementation of the method is discussed in relation to these architectures and measures of the performance on each machine are given. Simple performance models are used to describe the performance. These models highlight the bottlenecks and limiting factors for this algorithm on these architectures. Finally, conclusions are presented.

  1. Implementation of an ADI method on parallel computers

    NASA Technical Reports Server (NTRS)

    Fatoohi, Raad A.; Grosch, Chester E.

    1987-01-01

    In this paper the implementation of an ADI method for solving the diffusion equation on three parallel/vector computers is discussed. The computers were chosen so as to encompass a variety of architectures. They are the MPP, an SIMD machine with 16-Kbit serial processors; Flex/32, an MIMD machine with 20 processors; and Cray/2, an MIMD machine with four vector processors. The Gaussian elimination algorithm is used to solve a set of tridiagonal systems on the Flex/32 and Cray/2 while the cyclic elimination algorithm is used to solve these systems on the MPP. The implementation of the method is discussed in relation to these architectures and measures of the performance on each machine are given. Simple performance models are used to describe the performance. These models highlight the bottlenecks and limiting factors for this algorithm on these architectures. Finally conclusions are presented.

  2. Off surface matrix based on-chip electrochemical biosensor platform for protein biomarker detection in undiluted serum.

    PubMed

    Arya, Sunil K; Kongsuphol, Patthara; Park, Mi Kyoung

    2017-06-15

    The manuscript describes a concept of using off surface matrix modified with capturing biomolecule for on-chip electrochemical biosensing. 3D matrix made by laser engraving of polymethyl methacrylate (PMMA) sheet as off surface matrix was integrated in very close vicinity of the electrode surface. Laser engraving and holes in PMMA along with spacing from surface provide fluidic channel and incubation chamber. Covalent binding of capturing biomolecule (anti-TNF-α antibody) on off-surface matrix was achieved via azide group activity of 4-fluoro-3-nitro-azidobenzene (FNAB), which act as cross-linker and further covalently binds to anti-TNF-α antibody via thermal reaction. Anti-TNF-α/FNAB/PMMA matrix was then integrated over comb structured gold electrode array based sensor chip. Separate surface modification followed by integration of sensor helped to prevent the sensor chip surface from fouling during functionalization. Nonspecific binding was prevented using starting block T20 (PBS). Results for estimating protein biomarker (TNF-α) in undiluted serum using Anti-TNF-α/FNAB/PMMA/Au reveal that system can detect TNF-α in 100pg/ml to 100ng/ml range with high sensitivity of 119nA/(ng/ml), with negligible interference from serum proteins and other cytokines. Thus, use of off surface matrix may provide the opportunity to electrochemically sense biomarkers sensitively to ng/ml range with negligible nonspecific binding and false signal in undiluted serum. Copyright © 2016 Elsevier B.V. All rights reserved.

  3. Fibronectin Deposition Participates in Extracellular Matrix Assembly and Vascular Morphogenesis

    PubMed Central

    Hielscher, Abigail; Ellis, Kim; Qiu, Connie; Porterfield, Josh; Gerecht, Sharon

    2016-01-01

    The extracellular matrix (ECM) has been demonstrated to facilitate angiogenesis. In particular, fibronectin has been documented to activate endothelial cells, resulting in their transition from a quiescent state to an active state in which the cells exhibit enhanced migration and proliferation. The goal of this study is to examine the role of polymerized fibronectin during vascular tubulogenesis using a 3 dimensional (3D) cell-derived de-cellularized matrix. A fibronectin-rich 3D de-cellularized ECM was used as a scaffold to study vascular morphogenesis of endothelial cells (ECs). Confocal analyses of several matrix proteins reveal high intra- and extra-cellular deposition of fibronectin in formed vascular structures. Using a small peptide inhibitor of fibronectin polymerization, we demonstrate that inhibition of fibronectin fibrillogenesis in ECs cultured atop de-cellularized ECM resulted in decreased vascular morphogenesis. Further, immunofluorescence and ultrastructural analyses reveal decreased expression of stromal matrix proteins in the absence of polymerized fibronectin with high co-localization of matrix proteins found in association with polymerized fibronectin. Evaluating vascular kinetics, live cell imaging showed that migration, migration velocity, and mean square displacement, are disrupted in structures grown in the absence of polymerized fibronectin. Additionally, vascular organization failed to occur in the absence of a polymerized fibronectin matrix. Consistent with these observations, we tested vascular morphogenesis following the disruption of EC adhesion to polymerized fibronectin, demonstrating that block of integrins α5β1 and αvβ3, abrogated vascular morphogenesis. Overall, fibronectin deposition in a 3D cell-derived de-cellularized ECM appears to be imperative for matrix assembly and vascular morphogenesis. PMID:26811931

  4. Fabric defect detection based on visual saliency using deep feature and low-rank recovery

    NASA Astrophysics Data System (ADS)

    Liu, Zhoufeng; Wang, Baorui; Li, Chunlei; Li, Bicao; Dong, Yan

    2018-04-01

    Fabric defect detection plays an important role in improving the quality of fabric product. In this paper, a novel fabric defect detection method based on visual saliency using deep feature and low-rank recovery was proposed. First, unsupervised training is carried out by the initial network parameters based on MNIST large datasets. The supervised fine-tuning of fabric image library based on Convolutional Neural Networks (CNNs) is implemented, and then more accurate deep neural network model is generated. Second, the fabric images are uniformly divided into the image block with the same size, then we extract their multi-layer deep features using the trained deep network. Thereafter, all the extracted features are concentrated into a feature matrix. Third, low-rank matrix recovery is adopted to divide the feature matrix into the low-rank matrix which indicates the background and the sparse matrix which indicates the salient defect. In the end, the iterative optimal threshold segmentation algorithm is utilized to segment the saliency maps generated by the sparse matrix to locate the fabric defect area. Experimental results demonstrate that the feature extracted by CNN is more suitable for characterizing the fabric texture than the traditional LBP, HOG and other hand-crafted features extraction method, and the proposed method can accurately detect the defect regions of various fabric defects, even for the image with complex texture.

  5. Fabrication of honeycomb-structured poly(ethylene glycol)-block-poly(lactic acid) porous films and biomedical applications for cell growth

    NASA Astrophysics Data System (ADS)

    Yao, Bingjian; Zhu, Qingzeng; Yao, Linli; Hao, Jingcheng

    2015-03-01

    A series of poly(ethylene glycol)-block-poly(lactic acid) (PEG-PLA) copolymers with a hydrophobic PLA block of different molecular weights and a fixed length hydrophilic PEG were synthesized successfully and characterized. These amphiphilic block copolymers were used to fabricate honeycomb-structured porous films using the breath figure (BF) templating technique. The surface topology and composition of the highly ordered pattern film were further characterized by scanning electron microscopy (SEM), atomic force microscopy (AFM), X-ray photoelectron spectroscopy (XPS) and fluorescence microscopy. The results indicated that the PEG-to-PLA block molecular weight ratio influenced the BF film surface topology. The film with the best ordered pores was obtained with a PEG-to-PLA ratio of 2.0 × 103:3.0 × 104. The self-organization of the hydrophilic PEG chains within the pores was confirmed by XPS and fluorescence labeled PEG. A model is proposed to elucidate the stabilization process of the amphiphilic PEG-PLA aggregated architecture on the water droplet-based templates. In addition, GFP-U87 cell viability has been investigated by MTS test and the cell morphology on the honeycomb-structured PEG-PLA porous film has been evaluated using phase-contrast microscope. This porous film is shown to be suitable as a matrix for cell growth.

  6. Adjustable bridge blocks make huge difference to the self-assembly of multiblock copolymers

    NASA Astrophysics Data System (ADS)

    Li, Weihua

    We present theoretical studies on two types of multiblock copolymers, whose self-assemblies lead to a lot of novel ordered nanostructures. The first example is BABCB multiblock terpolymer, where A- and C-blocks separately aggregate into isolated domains and the three B-blocks with adjustable lengths form the matrix. As a result, the middle B-block forms a natural bridge connecting A- and C-domains. In contrast to ABC, the BABCB can form many binary spherical and cylindrical phases with tunable coordination numbers. In addition, the ABCB solution can form a lot of planet-satellite micellar superstructures with tunable number of satellites that varies from 3 to 20. The another system is AB-type multiblock copolymers. In contrast to the above system, there is no natural bridge. Accordingly, we introduce multiple arms into the architecture which tend to partition themselves into different domains to maximize their configurational entropy, thus forming effective bridges. Furthermore, each arm is devised as BAB triblock to enable adjustable length of bridges. With this copolymer, we predict a few non-classical ordered phases, including a square array cylinder. Our study opens the possibilities of fabricating desired nanostructures using designed block copolymers. National Natural Science Foundation of China (No. 21322407, 21574026).

  7. Tablet fragmentation without a disintegrant: A novel design approach for accelerating disintegration and drug release from 3D printed cellulosic tablets.

    PubMed

    Arafat, Basel; Wojsz, Magdalena; Isreb, Abdullah; Forbes, Robert T; Isreb, Mohammad; Ahmed, Waqar; Arafat, Tawfiq; Alhnan, Mohamed A

    2018-06-15

    Fused deposition modelling (FDM) 3D printing has shown the most immediate potential for on-demand dose personalisation to suit particular patient's needs. However, FDM 3D printing often involves employing a relatively large molecular weight thermoplastic polymer and results in extended release pattern. It is therefore essential to fast-track drug release from the 3D printed objects. This work employed an innovative design approach of tablets with unique built-in gaps (Gaplets) with the aim of accelerating drug release. The novel tablet design is composed of 9 repeating units (blocks) connected with 3 bridges to allow the generation of 8 gaps. The impact of size of the block, the number of bridges and the spacing between different blocks was investigated. Increasing the inter-block space reduced mechanical resistance of the unit, however, tablets continued to meet pharmacopeial standards for friability. Upon introduction into gastric medium, the 1 mm spaces gaplet broke into mini-structures within 4 min and met the USP criteria of immediate release products (86.7% drug release at 30 min). Real-time ultraviolet (UV) imaging indicated that the cellulosic matrix expanded due to swelling of hydroxypropyl cellulose (HPC) upon introduction to the dissolution medium. This was followed by a steady erosion of the polymeric matrix at a rate of 8 μm/min. The design approach was more efficient than a comparison conventional formulation approach of adding disintegrants to accelerate tablet disintegration and drug release. This work provides a novel example where computer-aided design was instrumental at modifying the performance of solid dosage forms. Such an example may serve as the foundation for a new generation of dosage forms with complicated geometric structures to achieve functionality that is usually achieved by a sophisticated formulation approach. Copyright © 2018 Elsevier B.V. All rights reserved.

  8. Plasma Membrane Factor XIIIA Transglutaminase Activity Regulates Osteoblast Matrix Secretion and Deposition by Affecting Microtubule Dynamics

    PubMed Central

    Al-Jallad, Hadil F.; Myneni, Vamsee D.; Piercy-Kotb, Sarah A.; Chabot, Nicolas; Mulani, Amina; Keillor, Jeffrey W.; Kaartinen, Mari T.

    2011-01-01

    Transglutaminase activity, arising potentially from transglutaminase 2 (TG2) and Factor XIIIA (FXIIIA), has been linked to osteoblast differentiation where it is required for type I collagen and fibronectin matrix deposition. In this study we have used an irreversible TG-inhibitor to ‘block –and-track’ enzyme(s) targeted during osteoblast differentiation. We show that the irreversible TG-inhibitor is highly potent in inhibiting osteoblast differentiation and mineralization and reduces secretion of both fibronectin and type I collagen and their release from the cell surface. Tracking of the dansyl probe by Western blotting and immunofluorescence microscopy demonstrated that the inhibitor targets plasma membrane-associated FXIIIA. TG2 appears not to contribute to crosslinking activity on the osteoblast surface. Inhibition of FXIIIA with NC9 resulted in defective secretory vesicle delivery to the plasma membrane which was attributable to a disorganized microtubule network and decreased microtubule association with the plasma membrane. NC9 inhibition of FXIIIA resulted in destabilization of microtubules as assessed by cellular Glu-tubulin levels. Furthermore, NC9 blocked modification of Glu-tubulin into 150 kDa high-molecular weight Glu-tubulin form which was specifically localized to the plasma membrane. FXIIIA enzyme and its crosslinking activity were colocalized with plasma membrane-associated tubulin, and thus, it appears that FXIIIA crosslinking activity is directed towards stabilizing the interaction of microtubules with the plasma membrane. Our work provides the first mechanistic cues as to how transglutaminase activity could affect protein secretion and matrix deposition in osteoblasts and suggests a novel function for plasma membrane FXIIIA in microtubule dynamics. PMID:21283799

  9. Bipolar radiofrequency ablation with 2 × 2 electrodes as a building block for matrix radiofrequency ablation: Ex vivo liver experiments and finite element method modelling.

    PubMed

    Mulier, Stefaan; Jiang, Yansheng; Jamart, Jacques; Wang, Chong; Feng, Yuanbo; Marchal, Guy; Michel, Luc; Ni, Yicheng

    2015-01-01

    Size and geometry of the ablation zone obtained by currently available radiofrequency (RF) electrodes is highly variable. Reliability might be improved by matrix radiofrequency ablation (MRFA), in which the whole tumour volume is contained within a cage of x × y parallel electrodes. The aim of this study was to optimise the smallest building block for matrix radiofrequency ablation: a recently developed bipolar 2 × 2 electrode system. In ex vivo bovine liver, the parameters of the experimental set-up were changed one by one. In a second step, a finite element method (FEM) modelling of the experiment was performed to better understand the experimental findings. The optimal power to obtain complete ablation in the shortest time was 50-60 W. Performing an ablation until impedance rise was superior to ablation for a fixed duration. Increasing electrode diameter improved completeness of ablation due to lower temperature along the electrodes. A chessboard pattern of electrode polarity was inferior to a row pattern due to an electric field void in between the electrodes. Variability of ablation size was limited. The FEM correctly simulated and explained the findings in ex vivo liver. These experiments and FEM modelling allowed a better insight in the factors influencing the ablation zone in a bipolar 2 × 2 electrode RF system. With optimal parameters, complete ablation was obtained quickly and with limited variability. This knowledge will be useful to build a larger system with x × y electrodes for MRFA.

  10. A multi-directional tracer test in the fractured Chalk aquifer of E. Yorkshire, UK.

    PubMed

    Hartmann, S; Odling, N E; West, L J

    2007-12-07

    A multi-borehole radial tracer test has been conducted in the confined Chalk aquifer of E. Yorkshire, UK. Three different tracer dyes were injected into three injection boreholes and a central borehole, 25 m from the injection boreholes, was pumped at 330 m(3)/d for 8 days. The breakthrough curves show that initial breakthrough and peak times were fairly similar for all dyes but that recoveries varied markedly from 9 to 57%. The breakthrough curves show a steep rise to a peak and long tail, typical of dual porosity aquifers. The breakthrough curves were simulated using a 1D dual porosity model. Model input parameters were constrained to acceptable ranges determined from estimations of matrix porosity and diffusion coefficient, fracture spacing, initial breakthrough times and bulk transmissivity of the aquifer. The model gave equivalent hydraulic apertures for fractures in the range 363-384 microm, dispersivities of 1 to 5 m and matrix block sizes of 6 to 9 cm. Modelling suggests that matrix block size is the primary controlling parameter for solute transport in the aquifer, particularly for recovery. The observed breakthrough curves suggest results from single injection-borehole tracer tests in the Chalk may give initial breakthrough and peak times reasonably representative of the aquifer but that recovery is highly variable and sensitive to injection and abstraction borehole location. Consideration of aquifer heterogeneity suggests that high recoveries may be indicative of a high flow pathway adjacent, but not necessarily connected, to the injection and abstraction boreholes whereas low recoveries may indicate more distributed flow through many fractures of similar aperture.

  11. Release of Matrix Metalloproteinases-2 and 9 by S-Nitrosylated Caveolin-1 Contributes to Degradation of Extracellular Matrix in tPA-Treated Hypoxic Endothelial Cells

    PubMed Central

    Bi, Gang; Zhu, Yihui; Jun, Wei; Ma, Wenlin; Wu, Huimin

    2016-01-01

    Intracranial hemorrhage remains the most feared complication in tissue plasminogen activator (tPA) thrombolysis for ischemic stroke. However, the underlying molecular mechanisms are still poorly elucidated. In this study, we reported an important role of caveolin-1 (Cav-1) s-nitrosylation in matrix metalloproteinase (MMP)-2 and 9 secretion from tPA-treated ischemic endothelial cells. Brain vascular endothelial cells (bEND3) were exposed to oxygen-glucose deprivation (OGD) for 2 h before adding recombinant human tPA for 6 h. This treatment induced a significant increase of MMP2 and 9 in the media of bEND3 cells and a simultaneous degradation of fibronectin and laminin β-1, the two main components of extracellular matrix (ECM). Inhibition of MMP2 and 9 with SB-3CT completely blocked the degradation of fibronectin and laminin β-1. ODG+tPA treatment led to Cav-1 shedding from bEND3 cells into the media. Notably, OGD triggered nitric oxide (NO) production and S-nitrosylationof Cav-1 (SNCav-1). Meanwhile tPA induced activation of ERK signal pathway and stimulates the secretion of SNCav-1. Pretreatment of bEND3 cells with C-PTIO (a NO scavenger) or U0126 (a specific ERK inhibitor) significantly reduced OGD-induced S-nitrosylation of Cav-1 in cells and blocked the secretion of Cav-1 and MMP2 and 9 into the media as well as the degradation of fibronectin and laminin β-1 in OGD and tPA-treated cells. These data indicate that OGD-triggered Cav-1 S-nitrosylation interacts with tPA-induced ERK activation to augment MMP2 and 9 secretion and subsequent ECM degradation, which may account for the exacerbation of ischemic blood brain barrier damage following tPA thrombolysis for ischemic stroke. PMID:26881424

  12. Release of Matrix Metalloproteinases-2 and 9 by S-Nitrosylated Caveolin-1 Contributes to Degradation of Extracellular Matrix in tPA-Treated Hypoxic Endothelial Cells.

    PubMed

    Song, Haoming; Cheng, Youjun; Bi, Gang; Zhu, Yihui; Jun, Wei; Ma, Wenlin; Wu, Huimin

    2016-01-01

    Intracranial hemorrhage remains the most feared complication in tissue plasminogen activator (tPA) thrombolysis for ischemic stroke. However, the underlying molecular mechanisms are still poorly elucidated. In this study, we reported an important role of caveolin-1 (Cav-1) s-nitrosylation in matrix metalloproteinase (MMP)-2 and 9 secretion from tPA-treated ischemic endothelial cells. Brain vascular endothelial cells (bEND3) were exposed to oxygen-glucose deprivation (OGD) for 2 h before adding recombinant human tPA for 6 h. This treatment induced a significant increase of MMP2 and 9 in the media of bEND3 cells and a simultaneous degradation of fibronectin and laminin β-1, the two main components of extracellular matrix (ECM). Inhibition of MMP2 and 9 with SB-3CT completely blocked the degradation of fibronectin and laminin β-1. ODG+tPA treatment led to Cav-1 shedding from bEND3 cells into the media. Notably, OGD triggered nitric oxide (NO) production and S-nitrosylationof Cav-1 (SNCav-1). Meanwhile tPA induced activation of ERK signal pathway and stimulates the secretion of SNCav-1. Pretreatment of bEND3 cells with C-PTIO (a NO scavenger) or U0126 (a specific ERK inhibitor) significantly reduced OGD-induced S-nitrosylation of Cav-1 in cells and blocked the secretion of Cav-1 and MMP2 and 9 into the media as well as the degradation of fibronectin and laminin β-1 in OGD and tPA-treated cells. These data indicate that OGD-triggered Cav-1 S-nitrosylation interacts with tPA-induced ERK activation to augment MMP2 and 9 secretion and subsequent ECM degradation, which may account for the exacerbation of ischemic blood brain barrier damage following tPA thrombolysis for ischemic stroke.

  13. Ultralow-Carbon Nanotube-Toughened Epoxy: The Critical Role of a Double-Layer Interface.

    PubMed

    Liu, Jingwei; Chen, Chao; Feng, Yuezhan; Liao, Yonggui; Ye, Yunsheng; Xie, Xiaolin; Mai, Yiu-Wing

    2018-01-10

    Understanding the chemistry and structure of interfaces within epoxy resins is important for studying the mechanical properties of nanofiller-filled nanocomposites as well as for developing high-performance polymer nanocomposites. Despite the intensive efforts to construct nanofiller/matrix interfaces, few studies have demonstrated an enhanced stress-transferring efficiency while avoiding unfavorable deformation due to undesirable interface fractures. Here, we report an optimized method to prepare epoxy-based nanocomposites whose interfaces are chemically modulated by poly(glycidyl methacrylate)-block-poly(hexyl methacrylate) (PGMA-b-PHMA)-functionalized multiwalled carbon nanotubes (bc@fMWNTs) and also offer a fundamental explanation of crack growth behavior and the toughening mechanism of the resulting nanocomposites. The presence of block copolymers on the surface of the MWNT results in a promising double-layered interface, in which (1) the outer-layered PGMA segment provides good dispersion in and strong interface bonding with the epoxy matrix, which enhances load transfer efficiency and debonding stress, and (2) the interlayered rubbery PHMA segment around the MWNT provides the maximum removable space for nanotubes as well as triggering cavitation while promoting local plastic matrix deformation, for example, shear banding to dissipate fracture energy. An outstanding toughening effect is achieved with only a 0.05 wt % carbon nanotube loading with the bc@fMWNT, that is, needing only a 20-times lower loading to obtain improvements in fracture toughness comparable to epoxy-based nanocomposites. The enhancements of their corresponding ultimate mode-I fracture toughnesses and fracture energies are 4 times higher than those of pristine MWNT-filled epoxy. These results demonstrate that a MWNT/epoxy interface could be optimized by changing the component structure of grafted modifiers, thereby facilitating the transfer of both mechanical load and energy dissipation across the nanofiller/matrix interface. This work provides a new route for the rational design and development of polymer nanocomposites with exceptional mechanical performance.

  14. A conjugate of camptothecin and a somatostatin analog against prostate cancer cell invasion via a possible signaling pathway involving PI3K/Akt, alphaVbeta3/alphaVbeta5 and MMP-2/-9.

    PubMed

    Sun, Li-Chun; Luo, Jing; Mackey, L Vienna; Fuselier, Joseph A; Coy, David H

    2007-02-08

    Camptothecin (CPT) was conjugated to the N-terminal of a somatostatin analog (SSA) directly via a carbamate group and a basic N-terminal linking motif, D-Lys-D-Tyr-Lys-D-Tyr-D-Lys. This new CPT-SSA conjugate termed JF-10-81 was evaluated as a receptor-specific delivery system for its anti-invasive and anti-angiogenic activities. It was found that, in addition to blocking migration and invasion of highly invasive prostate cancer PC-3 cells, this conjugate also inhibited in vitro capillary-like tube formation of endothelial cells and in vivo angiogenesis in C57B1/6N female mice. JF-10-81 was found to block PC-3 cell attachment to various extracellular matrix components, mainly to vitronectin, the ligand of cell surface receptors integrin alphaVbeta3 and alphaVbeta5. Additionally, JF-10-81 reduced expression of integrins alphaVbeta3 and alphaVbeta5 on PC-3 cell surfaces, without effects on beta1 or any alphabeta1 heterodimers. This conjugate also inactivated phosphorylation of protein kinase B (PKB/Akt), down-regulated the expression of latent matrix metalloproteinase (MMP) -2 and MMP-9, but had little effect on MMP-3/-10. Meanwhile, membrane type-1 matrix metalloproteinase (MT1-MMP) and the tissue inhibitor of matrix metalloproteinase-2 (TIMP-2) were not detectable in PC-3 cells. alphaVbeta3/alphaVbeta5 and MMP-2/-9 are known to be highly expressed in many tumor cells and play an important role in tumor progression. Our results support that this conjugate could possibly inhibit prostate cancer PC-3 cell invasion through a signaling pathway involving PI3K/Akt, alphaVbeta3/alphaVbeta5 and MMP-2/-9, and this SSA could be used as an efficient vector to deliver CPT or other cytotoxic agents to target sites for cancer therapy.

  15. Targeting Discoidin Domain Receptors in Prostate Cancer

    DTIC Science & Technology

    2016-08-01

    DDRs), a set of kinase receptors that signal in response to collagen . The project’s goal is to define the expression and therapeutic potential of...antibody, which blocks receptor activation by collagen I. Mice were inoculated with PC3 cells and anti-DDR1 or control antibody treatment. The study... collagen , the major organic component of the bone extracellular matrix. Purpose: To investigate the expression, therapeutic potential, and

  16. Research Notes - An Introduction to Openness and Evolvability Assessment

    DTIC Science & Technology

    2016-08-01

    importance of different business and technical characteristics that combine to achieve an open solution. The complexity of most large-scale systems of...process characteristic)  Granularity of the architecture (size of functional blocks)  Modularity (cohesion and coupling)  Support for multiple...Description)  OV-3 (Operational Information Exchange Matrix)  SV-1 (Systems Interface Description)  TV-1 ( Technical Standards Profile). Note that there

  17. Symbolic Dynamics and Grammatical Complexity

    NASA Astrophysics Data System (ADS)

    Hao, Bai-Lin; Zheng, Wei-Mou

    The following sections are included: * Formal Languages and Their Complexity * Formal Language * Chomsky Hierarchy of Grammatical Complexity * The L-System * Regular Language and Finite Automaton * Finite Automaton * Regular Language * Stefan Matrix as Transfer Function for Automaton * Beyond Regular Languages * Feigenbaum and Generalized Feigenbaum Limiting Sets * Even and Odd Fibonacci Sequences * Odd Maximal Primitive Prefixes and Kneading Map * Even Maximal Primitive Prefixes and Distinct Excluded Blocks * Summary of Results

  18. A Block Coordinate Descent Method for Multi-Convex Optimization with Applications to Nonnegative Tensor Factorization and Completion

    DTIC Science & Technology

    2012-08-01

    model appears in cosmic microwave background analysis [10] which solves min A,Y λ 2 trace ( (ABY − X)>C−1(ABY − X) ) + r(Y), subject to A ∈ D (1.5...and “×n” represent outer product and tensor-matrix multiplication, respectively. (The necessary background of tensor is reviewed in Sec. 3) Most

  19. Blinding the Eyes of the Corps: Foresight at Last?

    DTIC Science & Technology

    1992-06-01

    Figure 2: RF-4B ADAS Code Matrix Block ..................... 69 vii TABLE OF ABBREVIATIONS AGL above ground level ATARS Advanced Air Reconnaissance...prior to 1995, the currently projected year for initial operational capability (IOC) of the Advanced Tactical Air Reconnaissance System ( ATARS ). 59...made a conscious commitment to participate in the development of the Advanced Tactical Airborne Reconnaissance System ( ATARS ), a CCD-based, "electro

  20. The direction of stretch-induced cell and stress fiber orientation depends on collagen matrix stress.

    PubMed

    Tondon, Abhishek; Kaunas, Roland

    2014-01-01

    Cell structure depends on both matrix strain and stiffness, but their interactive effects are poorly understood. We investigated the interactive roles of matrix properties and stretching patterns on cell structure by uniaxially stretching U2OS cells expressing GFP-actin on silicone rubber sheets supporting either a surface-adsorbed coating or thick hydrogel of type-I collagen. Cells and their actin stress fibers oriented perpendicular to the direction of cyclic stretch on collagen-coated sheets, but oriented parallel to the stretch direction on collagen gels. There was significant alignment parallel to the direction of a steady increase in stretch for cells on collagen gels, while cells on collagen-coated sheets did not align in any direction. The extent of alignment was dependent on both strain rate and duration. Stretch-induced alignment on collagen gels was blocked by the myosin light-chain kinase inhibitor ML7, but not by the Rho-kinase inhibitor Y27632. We propose that active orientation of the actin cytoskeleton perpendicular and parallel to direction of stretch on stiff and soft substrates, respectively, are responses that tend to maintain intracellular tension at an optimal level. Further, our results indicate that cells can align along directions of matrix stress without collagen fibril alignment, indicating that matrix stress can directly regulate cell morphology.

  1. An extracellular-matrix-specific GEF-GAP interaction regulates Rho GTPase crosstalk for 3D collagen migration.

    PubMed

    Kutys, Matthew L; Yamada, Kenneth M

    2014-09-01

    Rho-family GTPases govern distinct types of cell migration on different extracellular matrix proteins in tissue culture or three-dimensional (3D) matrices. We searched for mechanisms selectively regulating 3D cell migration in different matrix environments and discovered a form of Cdc42-RhoA crosstalk governing cell migration through a specific pair of GTPase activator and inhibitor molecules. We first identified βPix, a guanine nucleotide exchange factor (GEF), as a specific regulator of migration in 3D collagen using an affinity-precipitation-based GEF screen. Knockdown of βPix specifically blocks cell migration in fibrillar collagen microenvironments, leading to hyperactive cellular protrusion accompanied by increased collagen matrix contraction. Live FRET imaging and RNAi knockdown linked this βPix knockdown phenotype to loss of polarized Cdc42 but not Rac1 activity, accompanied by enhanced, de-localized RhoA activity. Mechanistically, collagen phospho-regulates βPix, leading to its association with srGAP1, a GTPase-activating protein (GAP), needed to suppress RhoA activity. Our results reveal a matrix-specific pathway controlling migration involving a GEF-GAP interaction of βPix with srGAP1 that is critical for maintaining suppressive crosstalk between Cdc42 and RhoA during 3D collagen migration.

  2. Microstructural study of brass matrix internal tin multifilamentary Nb3Sn superconductors

    NASA Astrophysics Data System (ADS)

    Banno, Nobuya; Miyamoto, Yasuo; Tachikawa, Kyoji

    2018-03-01

    Zn addition to the Cu matrix in internal-tin-processed Nb3Sn superconductors is attractive in terms of the growth kinetics of the Nb3Sn layers. Sn activity is enhanced in the Cu-Zn (brass) matrix, which accelerates Nb3Sn layer formation. Here, we prepared multifilamentary wires using a brass matrix with a Nb core diameter of less than 10 μm and investigated the potential for further Jc improvement through microstructural and microchemical studies. Ti was added into the Sn cores in the precursor wire. Microchemical analysis showed that Ti accumulates between subelements consisting of Nb cores, which blocks Sn diffusion through this region when the spacing between the subelements in the precursor wire is a few microns. The average grain size was found to be about 230 nm through image analysis. To date, matrix Jc values of 1470 and 640 A/mm-2 have been obtained at 12 and 16 T, respectively. The area fraction of Nb cores in the filamentary region of the precursor wire was about 36.3%. There was still some unreacted Nb core area after heat treatment. Insufficient Ti diffusion into the Nb3Sn layers was identified in the outer subelements. These findings suggest that there is still room for improvement in Jc.

  3. Poster – 41: External marker block placement on the breast or chest wall for left-sided deep inspiration breath-hold radiotherapy

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Conroy, Leigh; Guebert, Alexandra; Smith, Wendy

    Purpose: We investigate DIBH breast radiotherapy using the Real-time Position Management (RPM) system with the marker-block placed on the target breast or chest wall. Methods: We measured surface dose for three different RPM marker-blocks using EBT3 Gafchromic film at 0° and 30° incidence. A registration study was performed to determine the breast surface position that best correlates with overall internal chest wall position. Surface and chest wall contours from MV images of the medial tangent field were extracted for 15 patients. Surface contours were divided into three potential marker-block positions on the breast: Superior, Middle, and Inferior. Translational registration wasmore » used to align the partial contours to the first-fraction contour. Each resultant transformation matrix was applied to the chest wall contour, and the minimum distance between the reference chest wall contour and the transformed chest wall contour was evaluated for each pixel. Results: The measured surface dose for the 2-dot, 6-dot, and 4-dot marker-blocks at 0° incidence were 74%, 71%, and 77% of dose to dmax respectively. At 30° beam incidence this increased to 76%, 72%, and 81%. The best external surface position was patient and fraction dependent, with no consistent best choice. Conclusions: The increase in surface dose directly under the RPM block is approximately equivalent to 3 mm of bolus. No marker-block position on the breast surface was found to be more representative of overall chest wall motion; therefore block positional stability and reproducibility can be used to determine optimal placement on the breast or chest wall.« less

  4. Multi-Bit Quantum Private Query

    NASA Astrophysics Data System (ADS)

    Shi, Wei-Xu; Liu, Xing-Tong; Wang, Jian; Tang, Chao-Jing

    2015-09-01

    Most of the existing Quantum Private Queries (QPQ) protocols provide only single-bit queries service, thus have to be repeated several times when more bits are retrieved. Wei et al.'s scheme for block queries requires a high-dimension quantum key distribution system to sustain, which is still restricted in the laboratory. Here, based on Markus Jakobi et al.'s single-bit QPQ protocol, we propose a multi-bit quantum private query protocol, in which the user can get access to several bits within one single query. We also extend the proposed protocol to block queries, using a binary matrix to guard database security. Analysis in this paper shows that our protocol has better communication complexity, implementability and can achieve a considerable level of security.

  5. Local entanglement entropy of fermions as a marker of quantum phase transition in the one-dimensional Hubbard model

    NASA Astrophysics Data System (ADS)

    Cha, Min-Chul; Chung, Myung-Hoon

    2018-05-01

    We study quantum phase transition of interacting fermions by measuring the local entanglement entropy in the one-dimensional Hubbard model. The reduced density matrices for blocks of a few sites are constructed from the ground state wave function in infinite systems by adopting the matrix product state representation where time-evolving block decimations are performed to obtain the lowest energy states. The local entanglement entropy, constructed from the reduced density matrices, as a function of the chemical potential shows clear signatures of the Mott transition. The value of the central charge, numerically determined from the universal properties of the local entanglement entropy, confirms that the transition is caused by the suppression of the charge degrees of freedom.

  6. Hybrid Materials Based on the Embedding of Organically Modified Transition Metal Oxoclusters or Polyoxometalates into Polymers for Functional Applications: A Review

    PubMed Central

    Carraro, Mauro; Gross, Silvia

    2014-01-01

    The covalent incorporation of inorganic building blocks into a polymer matrix to obtain stable and robust materials is a widely used concept in the field of organic-inorganic hybrid materials, and encompasses the use of different inorganic systems including (but not limited to) nanoparticles, mono- and polynuclear metal complexes and clusters, polyhedral oligomeric silsesquioxanes (POSS), polyoxometalates (POM), layered inorganic systems, inorganic fibers, and whiskers. In this paper, we will review the use of two particular kinds of structurally well-defined inorganic building blocks, namely transition metals oxoclusters (TMO) and polyoxometalates (POM), to obtain hybrid materials with enhanced functional (e.g., optical, dielectric, magnetic, catalytic) properties. PMID:28788659

  7. AX-5 space suit bearing torque investigation

    NASA Technical Reports Server (NTRS)

    Loewenthal, Stuart; Vykukal, Vic; Mackendrick, Robert; Culbertson, Philip, Jr.

    1990-01-01

    The symptoms and eventual resolution of a torque increase problem occurring with ball bearings in the joints of the AX-5 space suit are described. Starting torques that rose 5 to 10 times initial levels were observed in crew evaluation tests of the suit in a zero-g water tank. This bearing problem was identified as a blocking torque anomaly, observed previously in oscillatory gimbal bearings. A large matrix of lubricants, ball separator designs and materials were evaluated. None of these combinations showed sufficient tolerance to lubricant washout when repeatedly cycled in water. The problem was resolved by retrofitting a pressure compensated, water exclusion seal to the outboard side of the bearing cavity. The symptoms and possible remedies to blocking are discussed.

  8. Heavy and Light chain amyloidosois presenting as complete heart block: A rare presentation of a rare disease.

    PubMed

    Priyamvada, P S; Morkhandikar, S; Srinivas, B H; Parameswaran, S

    2015-01-01

    Amyloidosis is an uncommon disease characterized by deposition of proteinaceous material in the extracellular matrix, which results from abnormal protein folding. Even though more than 25 precursor proteins are identified, majority of systemic amyloidosis results from deposition of abnormal immunoglobulin (Ig) light chains. In heavy chain amyloidosis (AH), deposits are derived from both heavy chain alone, whereas in heavy and light chain amyloidosis (AHL), the deposits are derived from Ig heavy chains and light chains. Both AH and AHL are extremely rare diseases. Here, we report an unusual presentation of IgG (lambda) AHL amyloidosis in the background of multiple myeloma, where the initial clinical presentation was complete heart block, which preceded the definitive diagnosis by 18 months.

  9. Biomimetic, Strong, Tough, and Self-Healing Composites Using Universal Sealant-Loaded, Porous Building Blocks.

    PubMed

    Hwang, Sung Hoon; Miller, Joseph B; Shahsavari, Rouzbeh

    2017-10-25

    Many natural materials, such as nacre and dentin, exhibit multifunctional mechanical properties via structural interplay between compliant and stiff constituents arranged in a particular architecture. Herein, we present, for the first time, the bottom-up synthesis and design of strong, tough, and self-healing composite using simple but universal spherical building blocks. Our composite system is composed of calcium silicate porous nanoparticles with unprecedented monodispersity over particle size, particle shape, and pore size, which facilitate effective loading and unloading with organic sealants, resulting in 258% and 307% increases in the indentation hardness and elastic modulus of the compacted composite. Furthermore, heating the damaged composite triggers the controlled release of the nanoconfined sealant into the surrounding area, enabling moderate recovery in strength and toughness. This work paves the path towards fabricating a novel class of biomimetic composites using low-cost spherical building blocks, potentially impacting bone-tissue engineering, insulation, refractory and constructions materials, and ceramic matrix composites.

  10. Quantum transverse-field Ising model on an infinite tree from matrix product states

    NASA Astrophysics Data System (ADS)

    Nagaj, Daniel; Farhi, Edward; Goldstone, Jeffrey; Shor, Peter; Sylvester, Igor

    2008-06-01

    We give a generalization to an infinite tree geometry of Vidal’s infinite time-evolving block decimation (iTEBD) algorithm [G. Vidal, Phys. Rev. Lett. 98, 070201 (2007)] for simulating an infinite line of quantum spins. We numerically investigate the quantum Ising model in a transverse field on the Bethe lattice using the matrix product state ansatz. We observe a second order phase transition, with certain key differences from the transverse field Ising model on an infinite spin chain. We also investigate a transverse field Ising model with a specific longitudinal field. When the transverse field is turned off, this model has a highly degenerate ground state as opposed to the pure Ising model whose ground state is only doubly degenerate.

  11. Unusual square roots in the ghost-free theory of massive gravity

    NASA Astrophysics Data System (ADS)

    Golovnev, Alexey; Smirnov, Fedor

    2017-06-01

    A crucial building block of the ghost free massive gravity is the square root function of a matrix. This is a problematic entity from the viewpoint of existence and uniqueness properties. We accurately describe the freedom of choosing a square root of a (non-degenerate) matrix. It has discrete and (in special cases) continuous parts. When continuous freedom is present, the usual perturbation theory in terms of matrices can be critically ill defined for some choices of the square root. We consider the new formulation of massive and bimetric gravity which deals directly with eigenvalues (in disguise of elementary symmetric polynomials) instead of matrices. It allows for a meaningful discussion of perturbation theory in such cases, even though certain non-analytic features arise.

  12. Block Gauss elimination followed by a classical iterative method for the solution of linear systems

    NASA Astrophysics Data System (ADS)

    Alanelli, Maria; Hadjidimos, Apostolos

    2004-02-01

    In the last two decades many papers have appeared in which the application of an iterative method for the solution of a linear system is preceded by a step of the Gauss elimination process in the hope that this will increase the rates of convergence of the iterative method. This combination of methods has been proven successful especially when the matrix A of the system is an M-matrix. The purpose of this paper is to extend the idea of one to more Gauss elimination steps, consider other classes of matrices A, e.g., p-cyclic consistently ordered, and generalize and improve the asymptotic convergence rates of some of the methods known so far.

  13. The Twist Tensor Nuclear Norm for Video Completion.

    PubMed

    Hu, Wenrui; Tao, Dacheng; Zhang, Wensheng; Xie, Yuan; Yang, Yehui

    2017-12-01

    In this paper, we propose a new low-rank tensor model based on the circulant algebra, namely, twist tensor nuclear norm (t-TNN). The twist tensor denotes a three-way tensor representation to laterally store 2-D data slices in order. On one hand, t-TNN convexly relaxes the tensor multirank of the twist tensor in the Fourier domain, which allows an efficient computation using fast Fourier transform. On the other, t-TNN is equal to the nuclear norm of block circulant matricization of the twist tensor in the original domain, which extends the traditional matrix nuclear norm in a block circulant way. We test the t-TNN model on a video completion application that aims to fill missing values and the experiment results validate its effectiveness, especially when dealing with video recorded by a nonstationary panning camera. The block circulant matricization of the twist tensor can be transformed into a circulant block representation with nuclear norm invariance. This representation, after transformation, exploits the horizontal translation relationship between the frames in a video, and endows the t-TNN model with a more powerful ability to reconstruct panning videos than the existing state-of-the-art low-rank models.

  14. Gyroid Nickel Nanostructures from Diblock Copolymer Supramolecules

    PubMed Central

    Vukovic, Ivana; Punzhin, Sergey; Voet, Vincent S. D.; Vukovic, Zorica; de Hosson, Jeff Th. M.; ten Brinke, Gerrit; Loos, Katja

    2014-01-01

    Nanoporous metal foams possess a unique combination of properties - they are catalytically active, thermally and electrically conductive, and furthermore, have high porosity, high surface-to-volume and strength-to-weight ratio. Unfortunately, common approaches for preparation of metallic nanostructures render materials with highly disordered architecture, which might have an adverse effect on their mechanical properties. Block copolymers have the ability to self-assemble into ordered nanostructures and can be applied as templates for the preparation of well-ordered metal nanofoams. Here we describe the application of a block copolymer-based supramolecular complex - polystyrene-block-poly(4-vinylpyridine)(pentadecylphenol) PS-b-P4VP(PDP) - as a precursor for well-ordered nickel nanofoam. The supramolecular complexes exhibit a phase behavior similar to conventional block copolymers and can self-assemble into the bicontinuous gyroid morphology with two PS networks placed in a P4VP(PDP) matrix. PDP can be dissolved in ethanol leading to the formation of a porous structure that can be backfilled with metal. Using electroless plating technique, nickel can be inserted into the template's channels. Finally, the remaining polymer can be removed via pyrolysis from the polymer/inorganic nanohybrid resulting in nanoporous nickel foam with inverse gyroid morphology. PMID:24797367

  15. Two-dimensional segmentation for analyzing Hi-C data

    PubMed Central

    Lévy-Leduc, Celine; Delattre, M.; Mary-Huard, T.; Robin, S.

    2014-01-01

    Motivation: The spatial conformation of the chromosome has a deep influence on gene regulation and expression. Hi-C technology allows the evaluation of the spatial proximity between any pair of loci along the genome. It results in a data matrix where blocks corresponding to (self-)interacting regions appear. The delimitation of such blocks is critical to better understand the spatial organization of the chromatin. From a computational point of view, it results in a 2D segmentation problem. Results: We focus on the detection of cis-interacting regions, which appear to be prominent in observed data. We define a block-wise segmentation model for the detection of such regions. We prove that the maximization of the likelihood with respect to the block boundaries can be rephrased in terms of a 1D segmentation problem, for which the standard dynamic programming applies. The performance of the proposed methods is assessed by a simulation study on both synthetic and resampled data. A comparative study on public data shows good concordance with biologically confirmed regions. Availability and implementation: The HiCseg R package is available from the Comprehensive R Archive Network and from the Web page of the corresponding author. Contact: celine.levy-leduc@agroparistech.fr PMID:25161224

  16. Gyroid nickel nanostructures from diblock copolymer supramolecules.

    PubMed

    Vukovic, Ivana; Punzhin, Sergey; Voet, Vincent S D; Vukovic, Zorica; de Hosson, Jeff Th M; ten Brinke, Gerrit; Loos, Katja

    2014-04-28

    Nanoporous metal foams possess a unique combination of properties - they are catalytically active, thermally and electrically conductive, and furthermore, have high porosity, high surface-to-volume and strength-to-weight ratio. Unfortunately, common approaches for preparation of metallic nanostructures render materials with highly disordered architecture, which might have an adverse effect on their mechanical properties. Block copolymers have the ability to self-assemble into ordered nanostructures and can be applied as templates for the preparation of well-ordered metal nanofoams. Here we describe the application of a block copolymer-based supramolecular complex - polystyrene-block-poly(4-vinylpyridine)(pentadecylphenol) PS-b-P4VP(PDP) - as a precursor for well-ordered nickel nanofoam. The supramolecular complexes exhibit a phase behavior similar to conventional block copolymers and can self-assemble into the bicontinuous gyroid morphology with two PS networks placed in a P4VP(PDP) matrix. PDP can be dissolved in ethanol leading to the formation of a porous structure that can be backfilled with metal. Using electroless plating technique, nickel can be inserted into the template's channels. Finally, the remaining polymer can be removed via pyrolysis from the polymer/inorganic nanohybrid resulting in nanoporous nickel foam with inverse gyroid morphology.

  17. Relationships between the morphology and thermoresponsive behavior in micro/nanostructured thermosetting matrixes containing a 4'-(hexyloxy)-4-biphenylcarbonitrile liquid crystal.

    PubMed

    Tercjak, Agnieszka; Mondragon, Iñaki

    2008-10-07

    Meso/nanostructured thermoresponsive thermosetting materials based on an epoxy resin modified with two different molecular weight amphiphilic poly(styrene- block-ethylene oxide) block copolymers (PSEO) and a low molecular weight liquid crystal, 4'-(hexyloxy)-4-biphenylcarbonitrile (HOBC), were investigated. A strong influence of the addition of PSEO on the morphology generated in HOBC--(diglicydyl ether of bisphenol A epoxy resin/ m-xylylenediamine) was detected, especially in the case of the addition of PSEO block copolymers with a higher PEO-block content and a lower molecular weight. The morphologies generated in the ternary systems also influenced the thermoresponsive behavior of the HOBC separated phase provoked by applying an external field, such as a temperature gradient and an electrical field. Thermal analysis of the investigated materials allowed for a better understanding of the relationships between generated morphology/thermo-optical properties/PSEO:HOBC ratio, and HOBC content. Controlling the relationship between the morphology and thermoresponsive behavior in micro/nanostructured thermosetting materials based on a 4'-(hexyloxy)-4-biphenylcarbonitrile liquid crystal allows the development of materials which can find application in thermo- and in some cases electroresponsive devices, with a high contrast ratio between transparent and opaque states.

  18. Density-cluster NMA: A new protein decomposition technique for coarse-grained normal mode analysis.

    PubMed

    Demerdash, Omar N A; Mitchell, Julie C

    2012-07-01

    Normal mode analysis has emerged as a useful technique for investigating protein motions on long time scales. This is largely due to the advent of coarse-graining techniques, particularly Hooke's Law-based potentials and the rotational-translational blocking (RTB) method for reducing the size of the force-constant matrix, the Hessian. Here we present a new method for domain decomposition for use in RTB that is based on hierarchical clustering of atomic density gradients, which we call Density-Cluster RTB (DCRTB). The method reduces the number of degrees of freedom by 85-90% compared with the standard blocking approaches. We compared the normal modes from DCRTB against standard RTB using 1-4 residues in sequence in a single block, with good agreement between the two methods. We also show that Density-Cluster RTB and standard RTB perform well in capturing the experimentally determined direction of conformational change. Significantly, we report superior correlation of DCRTB with B-factors compared with 1-4 residue per block RTB. Finally, we show significant reduction in computational cost for Density-Cluster RTB that is nearly 100-fold for many examples. Copyright © 2012 Wiley Periodicals, Inc.

  19. Singular boundary method for wave propagation analysis in periodic structures

    NASA Astrophysics Data System (ADS)

    Fu, Zhuojia; Chen, Wen; Wen, Pihua; Zhang, Chuanzeng

    2018-07-01

    A strong-form boundary collocation method, the singular boundary method (SBM), is developed in this paper for the wave propagation analysis at low and moderate wavenumbers in periodic structures. The SBM is of several advantages including mathematically simple, easy-to-program, meshless with the application of the concept of origin intensity factors in order to eliminate the singularity of the fundamental solutions and avoid the numerical evaluation of the singular integrals in the boundary element method. Due to the periodic behaviors of the structures, the SBM coefficient matrix can be represented as a block Toeplitz matrix. By employing three different fast Toeplitz-matrix solvers, the computational time and storage requirements are significantly reduced in the proposed SBM analysis. To demonstrate the effectiveness of the proposed SBM formulation for wave propagation analysis in periodic structures, several benchmark examples are presented and discussed The proposed SBM results are compared with the analytical solutions, the reference results and the COMSOL software.

  20. The Incremental Multiresolution Matrix Factorization Algorithm

    PubMed Central

    Ithapu, Vamsi K.; Kondor, Risi; Johnson, Sterling C.; Singh, Vikas

    2017-01-01

    Multiresolution analysis and matrix factorization are foundational tools in computer vision. In this work, we study the interface between these two distinct topics and obtain techniques to uncover hierarchical block structure in symmetric matrices – an important aspect in the success of many vision problems. Our new algorithm, the incremental multiresolution matrix factorization, uncovers such structure one feature at a time, and hence scales well to large matrices. We describe how this multiscale analysis goes much farther than what a direct “global” factorization of the data can identify. We evaluate the efficacy of the resulting factorizations for relative leveraging within regression tasks using medical imaging data. We also use the factorization on representations learned by popular deep networks, providing evidence of their ability to infer semantic relationships even when they are not explicitly trained to do so. We show that this algorithm can be used as an exploratory tool to improve the network architecture, and within numerous other settings in vision. PMID:29416293

Top