Welcome

Welcome to CSCI-5636: Numerical Solution of Partial Differential Equations

Logistics

  • Meeting Time: MWF 11:30-12:20 in ECEE 283

  • Office hours:

    • Monday 1:45-3pm

    • Wednesday 9-10am

    • Friday 1-2pm

  • Join in Zoom

  • Canvas page

Activities

Name

Objectives

2021-08-25-derivatives

Use GitHub classroom and observe two kinds of numerical error: rounding error and discretization (aka. truncation) error.

2021-09-03-boundaries

Implement symmetric Dirichlet and Neumann boundary conditions with at least second order. Show results to demonstrate order of accuracy, constants on coarse grids, and impact of unevenly spaced grids. Discuss the code complexity for handling boundary conditions compared to the complexity interior to the domain.

2021-09-22-multiscale

Investigate diffusion problems in which the coefficient structure varies rapidly, typically on a scale finer than the forcing or observation scales.

2021-10-08-plaplace2d

Make discretization choices for staggered grids, Newton methods, and boundary conditions in 2D. Explain methods and verification with words and figures.

2021-community

This has three parts: community presentation, contribution, and retrospective presentation about the contribution experience. The goal is to build a deeper understanding of how open source communities function, what metrics and implicit criteria are valued, and the design decisions and norms that went into making libraries and applications successful. In the first stage, you’ll survey the community, and in the second, you’ll gain experience making a specific contribution of your choosing.