76 research outputs found

    Using quicksand to improve debugging practice in post-novice level students

    Get PDF
    The ability to debug existing code is an important skill to develop in student programmers. However, debugging may not receive the same amount of explicit teaching attention as other material and the main expression of debugging competence is students' ability to undo problems which they themselves have injected into their assignments. Further, as the literature points out, debugging skills do not necessarily develop at the same rate as code writing skills. This paper discusses an intervention in a second year course designed to improve students' application of simple debugging techniques. We use a puzzle based approach where students are graded based on the number of attempts they take to locate misbehaving code in a program which they did not write but whose function they understand. An existing assignment component addresses another aspect of debugging practice

    esys-escript 5.2

    Get PDF
    Escript is a programming tool for implementing mathematical models in python using the finite element method (FEM). As users do not access the data structures it is very easy to use and scripts can run on desktop computers as well as highly parallel supercomputer without changes. Application areas for escript include earth mantle convection, geophysical inversion, earthquakes, porous media flow, reactive transport, plate subduction, erosion, and tsunamis

    The escript cookbook: Release - 3.2.1 (r3613)

    Get PDF
    escript is a python based environment that has been developed to solve complex mathematical models, particularly coupled, non-linear and time-dependent partial differential equations. The intention of this cookbook is to introduce new users to escript and provide a set of examples which demonstrate the major concepts and can be adapted to new problems. Although most of the examples in this cookbook are focused on the disciplines of geophysics and geology, they provide a solid introduction to escript and its capabilities

    The escript cookbook: Release - 3.2 (r3422)

    Get PDF
    escript is a python based environment that has been developed to solve complex mathematical models, particularly coupled, non-linear and time-dependent partial differential equations. The intention of this cookbook is to introduce new users to escript and provide a set of examples which demonstrate the major concepts and can be adapted to new problems. Although most of the examples in this cookbook are focused on the disciplines of geophysics and geology, they provide a solid introduction to escript and its capabilities

    esys-escript 5.4

    Get PDF
    Escript is a programming tool for implementing mathematical models in python using the finite element method (FEM). As users do not access the data structures it is very easy to use and scripts can run on desktop computers as well as highly parallel supercomputer without changes. Application areas for escript include earth mantle convection, geophysical inversion, earthquakes, porous media flow, reactive transport, plate subduction, erosion, and tsunamis

    esys-escript 5.3

    Get PDF
    Escript is a programming tool for implementing mathematical models in python using the finite element method (FEM). As users do not access the data structures it is very easy to use and scripts can run on desktop computers as well as highly parallel supercomputer without changes. Application areas for escript include earth mantle convection, geophysical inversion, earthquakes, porous media flow, reactive transport, plate subduction, erosion, and tsunamis

    esys User's guide: Solving partial differential equations with Escript and Finley. Release 3.0 (r2601)

    Get PDF
    esys.escript is a python-based environment for implementing mathematical models, in particular those based on coupled, non-linear, time-dependent partial differential equations. It consists of four major components: • esys.escript core library • finite element solver esys.finley (which uses fast vendor-supplied solvers or our paso linear solver library) • the meshing interface esys.pycad • a model library. The current version supports parallelization through both MPI for distributed memory and OpenMP for distributed shared memory. The esys.pyvisi module from previous releases has been deprecated. For more info on this and other changes from previous releases see Appendix A.2. If you use this software in your research, then we would appreciate (but do not require) a citation. Some relevant references can be found in Appendix A.3

    esys-Escript User’s Guide: Solving Partial Differential Equations with Escript and Finley Release - 3.3.1 (r4302)

    Get PDF
    esys.escript is a python-based environment for implementing mathematical models, in particular those based on coupled, non-linear, time-dependent partial differential equations. It consists of five major components • esys.escript core library • finite element solver esys.finley (which uses fast vendor-supplied solvers or our paso linear solver library) • the meshing interface esys.pycad • a model library. • an inversion library. The current version supports parallelization through both MPI for distributed memory and OpenMP for distributed shared memory. In this release there are a number of small changes which are not backwards compatible. Please see Appendix B to see if your scripts will be affected. If you use this software in your research, then we would appreciate (but do not require) a citation. Some relevant references can be found in Appendix D. For Python3 support, see Appendix E

    esys-Escript User’s Guide: Solving Partial Differential Equations with Escript and Finley. Release - 3.4.1 (r4596)

    Get PDF
    esys.escript is a python-based environment for implementing mathematical models, in particular those based on coupled, non-linear, time-dependent partial differential equations. It consists of four major components • esys.escript core library • finite element solver esys.finley (which uses fast vendor-supplied solvers or our paso linear solver library) • the meshing interface esys.pycad • a model library. The current version supports parallelization through both MPI for distributed memory and OpenMP for distributed shared memory. Please see Chapter 2 for changes to the way to launch esys.escript scripts. For more info on this and other changes from previous releases see Appendix B. If you use this software in your research, then we would appreciate (but do not require) a citation. Some relevant references can be found in Appendix D

    esys-Escript User’s Guide: Solving Partial Differential Equations with Escript and Finley Release - 3.4 (r4488)

    Get PDF
    esys.escript is a python-based environment for implementing mathematical models, in particular those based on coupled, non-linear, time-dependent partial differential equations. It consists of five major components • esys.escript core library • finite element solver esys.finley (which uses fast vendor-supplied solvers or our paso linear solver library) • the meshing interface esys.pycad • a model library. • an inversion library. The current version supports parallelization through both MPI for distributed memory and OpenMP for distributed shared memory. In this release there are a number of small changes which are not backwards compatible. Please see Appendix B to see if your scripts will be affected. If you use this software in your research, then we would appreciate (but do not require) a citation. Some relevant references can be found in Appendix D. For Python3 support, see Appendix E
    • …
    corecore