Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
C++ in Space Plasma Model Development
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Overview
- 3 Motivation: Plasma
- 4 Motivation: Modeling
- 5 Numerical Modeling (Of Space Plasma)
- 6 Computational Complexity
- 7 Physical Approximations
- 8 Advanced Algorithms: Grid / Mesh
- 9 Advanced Algorithms: Solvers
- 10 Distributed Memory Concurrency
- 11 Advanced Algorithms: Concurrency
- 12 Shared Memory Concurrency
- 13 Advanced Algorithms: Load Balancing
- 14 Frameworks: Pros
- 15 Motivation: C++11
- 16 Reminder About Abstractions
- 17 Generic Simulation Cell Method
- 18 Generic Simulation Cell Class