├── CMakeLists.txt ├── Readme.txt ├── its_sphere_box.prm ├── its_sphere_box_transfer.prm ├── its_symbol_halfsphere.prm ├── its_symbol_halfsphere_transfer.prm ├── obstacle_file.pbm ├── p1_adaptive.prm ├── p1_global.prm ├── p2_adaptive.prm ├── p2_global.prm ├── scaling.prm ├── step-42.cc └── symbol_sphere_its.prm /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tjhei/plasticity/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tjhei/plasticity/HEAD/Readme.txt -------------------------------------------------------------------------------- /its_sphere_box.prm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tjhei/plasticity/HEAD/its_sphere_box.prm -------------------------------------------------------------------------------- /its_sphere_box_transfer.prm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tjhei/plasticity/HEAD/its_sphere_box_transfer.prm -------------------------------------------------------------------------------- /its_symbol_halfsphere.prm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tjhei/plasticity/HEAD/its_symbol_halfsphere.prm -------------------------------------------------------------------------------- /its_symbol_halfsphere_transfer.prm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tjhei/plasticity/HEAD/its_symbol_halfsphere_transfer.prm -------------------------------------------------------------------------------- /obstacle_file.pbm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tjhei/plasticity/HEAD/obstacle_file.pbm -------------------------------------------------------------------------------- /p1_adaptive.prm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tjhei/plasticity/HEAD/p1_adaptive.prm -------------------------------------------------------------------------------- /p1_global.prm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tjhei/plasticity/HEAD/p1_global.prm -------------------------------------------------------------------------------- /p2_adaptive.prm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tjhei/plasticity/HEAD/p2_adaptive.prm -------------------------------------------------------------------------------- /p2_global.prm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tjhei/plasticity/HEAD/p2_global.prm -------------------------------------------------------------------------------- /scaling.prm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tjhei/plasticity/HEAD/scaling.prm -------------------------------------------------------------------------------- /step-42.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tjhei/plasticity/HEAD/step-42.cc -------------------------------------------------------------------------------- /symbol_sphere_its.prm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tjhei/plasticity/HEAD/symbol_sphere_its.prm --------------------------------------------------------------------------------