96 research outputs found

    Regularity of Minimizers in Nonlinear Elasticity – the Case of a One-Well Problem in Nonlinear Elasticity

    Get PDF
    In this note sufficient conditions for bounds on the deformation gradient of a minimizer of a variational problem in nonlinear elasticity are reviewed. As a specific model class, energy densities which are the relaxation of the squared distance function to compact sets are considered and estimates in the space of functions with bounded oscillation are presented. An explicit example related to a one-well problem shows that assumptions of convexity are essential for uniform bounds on the deformation gradient. As an application of the relaxation of the energy in this special case it is indicated how general relaxation formulas for energies with p-growth can be obtained if the relaxation with quadratic growth satisfies natural assumptions

    Adapting Real Quantifier Elimination Methods for Conflict Set Computation

    Get PDF
    The satisfiability problem in real closed fields is decidable. In the context of satisfiability modulo theories, the problem restricted to conjunctive sets of literals, that is, sets of polynomial constraints, is of particular importance. One of the central problems is the computation of good explanations of the unsatisfiability of such sets, i.e.\ obtaining a small subset of the input constraints whose conjunction is already unsatisfiable. We adapt two commonly used real quantifier elimination methods, cylindrical algebraic decomposition and virtual substitution, to provide such conflict sets and demonstrate the performance of our method in practice

    Soft elastic response of stretched sheets of nematic elastomers: a numerical study

    Get PDF
    Abstract. Stretching experiments on sheets of nematic elastomers have revealed soft deformation modes and formation of microstructure in parts of the sample. Both phenomena are manifestations of the existence of a symmetrybreaking phase transformation from a random, isotropic phase to an aligned, nematic phase. The microscopic energy proposed by Bladon, Terentjev and Warner [Phys. Rev. E 47 (1993), 3838] to model this transition delivers a continuum of symmetry-related zero-energy states, which can be combined in different ways to achieve a variety of zero-energy macroscopic deformations. We replace the microscopic energy with a macroscopic effective energy, the so-called quasiconvexification. This procedure yields a coarse-grained description of the physics of the system, with (energetically optimal) small-scale oscillations of the state variables correctly accounted for in the energetics, but averaged out in the kinematics. Knowledge of the quasiconvexified energy enables us to compute efficiently with finite elements, and to simulate numerically stretching experiments on sheets of nematic elastomers. Our numerical experiments show that up to a critical, geometry-dependent stretch, no reaction force arises. At larger stretches, a force is transmitted through parts of the sheet and, although fine phase mixtures disappear from most of the sample, microstructures survive in some pockets. We reconstruct from the computed deformation gradients a possible composition of the microstructure, thereby resolving the local orientation of the nematic director

    Applying machine learning to the problem of choosing a heuristic to select the variable ordering for cylindrical algebraic decomposition

    Get PDF
    Cylindrical algebraic decomposition(CAD) is a key tool in computational algebraic geometry, particularly for quantifier elimination over real-closed fields. When using CAD, there is often a choice for the ordering placed on the variables. This can be important, with some problems infeasible with one variable ordering but easy with another. Machine learning is the process of fitting a computer model to a complex function based on properties learned from measured data. In this paper we use machine learning (specifically a support vector machine) to select between heuristics for choosing a variable ordering, outperforming each of the separate heuristics.Comment: 16 page

    Korn's second inequality and geometric rigidity with mixed growth conditions

    Full text link
    Geometric rigidity states that a gradient field which is LpL^p-close to the set of proper rotations is necessarily LpL^p-close to a fixed rotation, and is one key estimate in nonlinear elasticity. In several applications, as for example in the theory of plasticity, energy densities with mixed growth appear. We show here that geometric rigidity holds also in Lp+LqL^p+L^q and in Lp,qL^{p,q} interpolation spaces. As a first step we prove the corresponding linear inequality, which generalizes Korn's inequality to these spaces

    Green's functions for parabolic systems of second order in time-varying domains

    Full text link
    We construct Green's functions for divergence form, second order parabolic systems in non-smooth time-varying domains whose boundaries are locally represented as graph of functions that are Lipschitz continuous in the spatial variables and 1/2-H\"older continuous in the time variable, under the assumption that weak solutions of the system satisfy an interior H\"older continuity estimate. We also derive global pointwise estimates for Green's function in such time-varying domains under the assumption that weak solutions of the system vanishing on a portion of the boundary satisfy a certain local boundedness estimate and a local H\"older continuity estimate. In particular, our results apply to complex perturbations of a single real equation.Comment: 25 pages, 0 figur

    Derivation of a linearised elasticity model from singularly perturbed multiwell energy functionals

    Get PDF
    Linear elasticity can be rigorously derived from finite elasticity under the assumption of small loadings in terms of Gamma-convergence. This was first done in the case of one-well energies with super-quadratic growth and later generalised to different settings, in particular to the case of multi-well energies where the distance between the wells is very small (comparable to the size of the load). In this paper we study the case when the distance between the wells is independent of the size of the load. In this context linear elasticity can be derived by adding to the multi-well energy a singular higher order term which penalises jumps from one well to another. The size of the singular term has to satisfy certain scaling assumptions whose optimality is shown in most of the cases. Finally, the derivation of linear elasticty from a two-well discrete model is provided, showing that the role of the singular perturbation term is played in this setting by interactions beyond nearest neighbours

    Adapting Real Quantifier Elimination Methods for Conflict Set Computation

    Get PDF
    International audienceThe satisfiability problem in real closed fields is decidable. In the context of satisfiability modulo theories, the problem restricted to conjunctive sets of literals, that is, sets of polynomial constraints, is of particular importance. One of the central problems is the computation of good explanations of the unsatisfiability of such sets, i.e. obtaining a small subset of the input constraints whose conjunction is already unsatisfiable. We adapt two commonly used real quantifier elimination methods, cylindrical algebraic decomposition and virtual substitution, to provide such conflict sets and demonstrate the performance of our method in practice

    Satisfiability Checking and Symbolic Computation

    Get PDF
    Symbolic Computation and Satisfiability Checking are viewed as individual research areas, but they share common interests in the development, implementation and application of decision procedures for arithmetic theories. Despite these commonalities, the two communities are currently only weakly connected. We introduce a new project SC-square to build a joint community in this area, supported by a newly accepted EU (H2020-FETOPEN-CSA) project of the same name. We aim to strengthen the connection between these communities by creating common platforms, initiating interaction and exchange, identifying common challenges, and developing a common roadmap. This abstract and accompanying poster describes the motivation and aims for the project, and reports on the first activities.Comment: 3 page Extended Abstract to accompany an ISSAC 2016 poster. Poster available at http://www.sc-square.org/SC2-AnnouncementPoster.pd

    Comparing machine learning models to choose the variable ordering for cylindrical algebraic decomposition

    Get PDF
    There has been recent interest in the use of machine learning (ML) approaches within mathematical software to make choices that impact on the computing performance without affecting the mathematical correctness of the result. We address the problem of selecting the variable ordering for cylindrical algebraic decomposition (CAD), an important algorithm in Symbolic Computation. Prior work to apply ML on this problem implemented a Support Vector Machine (SVM) to select between three existing human-made heuristics, which did better than anyone heuristic alone. The present work extends to have ML select the variable ordering directly, and to try a wider variety of ML techniques. We experimented with the NLSAT dataset and the Regular Chains Library CAD function for Maple 2018. For each problem, the variable ordering leading to the shortest computing time was selected as the target class for ML. Features were generated from the polynomial input and used to train the following ML models: k-nearest neighbours (KNN) classifier, multi-layer perceptron (MLP), decision tree (DT) and SVM, as implemented in the Python scikit-learn package. We also compared these with the two leading human constructed heuristics for the problem: Brown's heuristic and sotd. On this dataset all of the ML approaches outperformed the human made heuristics, some by a large margin.Comment: Accepted into CICM 201
    • 

    corecore