From 5d2a32a7ded5cabbfd992802c8cf14d1d9c3eedf Mon Sep 17 00:00:00 2001 From: bnewbold Date: Tue, 14 May 2019 00:30:38 -0700 Subject: random reading finding "just doing it" to feel appealing, with old/classic techniques: fast visualization of n-body and simple physics systems, using numerical techniques. maybe build a rust/compiled runtime that eats models? compile-time? --- 2019/computational_physics.txt | 10 ++++++++++ 2019/side_projects.txt | 16 ++++++++++++++++ scratch | 15 +++++++++++++++ 3 files changed, 41 insertions(+) create mode 100644 2019/computational_physics.txt create mode 100644 2019/side_projects.txt diff --git a/2019/computational_physics.txt b/2019/computational_physics.txt new file mode 100644 index 0000000..3d4d75e --- /dev/null +++ b/2019/computational_physics.txt @@ -0,0 +1,10 @@ + +https://en.wikipedia.org/wiki/Advanced_Simulation_Library + => free software multiphysics + => GPU/OpenCL + => equations in docs! + http://asl.org.il/doc/Developer-Guide/group___elasticity.html + +https://en.wikipedia.org/wiki/Lunar_theory + +https://www.compadre.org/osp/ diff --git a/2019/side_projects.txt b/2019/side_projects.txt new file mode 100644 index 0000000..d84287f --- /dev/null +++ b/2019/side_projects.txt @@ -0,0 +1,16 @@ + +agent-based natural modeling + +point/particle graphics + => n-body simulations + => cloth, water, gas + => GPUs + +optics and GEANT + +computational physics + +re-implement classic numerical routines + => runge-kutta + +BPF and other sub-turing-complete languages? diff --git a/scratch b/scratch index 23c217b..e5c5b1e 100644 --- a/scratch +++ b/scratch @@ -52,3 +52,18 @@ http://www.christimperley.co.uk/Wallace.jl/ https://en.wikipedia.org/wiki/World_Brain https://www.wolframalpha.com/docs/timeline/computable-knowledge-history-5.html + +https://ocw.mit.edu/courses/find-by-topic/#cat=engineering&subcat=systemsengineering&spec=computationalmodelingandsimulation + +Modeling Environmental Complexity +https://ocw.mit.edu/courses/earth-atmospheric-and-planetary-sciences/12-086-modeling-environmental-complexity-fall-2014/syllabus/ + +Essential Numerical Methods +https://ocw.mit.edu/courses/nuclear-engineering/22-15-essential-numerical-methods-fall-2014/ + +Identification, Estimation, and Learning +https://ocw.mit.edu/courses/mechanical-engineering/2-160-identification-estimation-and-learning-spring-2006/ + +System Identification +https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-435-system-identification-spring-2005/ + -- cgit v1.2.3