Numerical Relativity for everyone: The Einstein Toolkit

Size: px
Start display at page:

Download "Numerical Relativity for everyone: The Einstein Toolkit"

Transcription

1 Numerical Relativity for everyone: The Einstein Toolkit Frank Löffler Center for Computation and Technology Louisiana State University, Baton Rouge, LA Supported by NFS grants / / /

2 What is the Einstein Toolkit?

3 What is the Einstein Toolkit? Not quite so fast

4 Challenges in Computational Astrophysics

5 Challenges

6 Challenges Astrophysical Challenges Computational Challenges

7 Challenges Astrophysiıcal Challenges Computatiıonal Challenges

8 Astrophysics Challenges 天体物理的难题 Black Holes and Neutron Stars 黑洞和中子星 Supernovae 超新星 Cosmology 宇宙学 Gravitational Wave Data Analysis 引力波数据分析 Frank Lo ffler The Einstein Toolkit

9 Gravitational Wave Physics

10 Models, Equations Einstein equations: Theoretical form in 4-dimensional spacetime... G µν = 8πT µν When reformulated for 3-dimensional space with time evolution fully 2nd order PDE ( 偏微分方程 ) evolution equations 4 coupled constraint equations 4 gauge conditions GRMHD hydrodynamics ( 广义相对论磁流体 ) Radiation transport ( 辐射输运 ) Fully numerical 3D models needed

11 Challenges Astrophysical Challenges Computational Challenges

12 Challenges Astrophysiıcal Challenges Computatiıonal Challenges

13

14

15

16 More and more diverse hardware

17

18 Computational Challenges 计算难题 Simulate cutting edge science Use latest numerical methods Make use of latest hardware Cache Vector SMP parallelism Scale to many nodes

19 Challenges Astrophysical Challenges Computational Challenges

20 Challenges Astrophysiıcal Computatiıonal Challenges Collaboratiıve Challenges Challenges

21 group group? computation group group

22 group group community group group

23 group group community group group

24

25 group group! problems group group

26 group group! standards group group

27 C/C++ C! tools Perl/C Fortran

28 group group! credit group group

29 What is the Einstein Toolkit?

30 What is the Einstein Toolkit? Set of tools for numerical relativity

31 Community Effort! 社区做起

32 Einstein Toolkit (爱因斯坦工具箱) Supported by NSF (美国国家科学基金会) grants ( / / / ) Set of tools for numerical relativity, open source Over 50 contributors over the past decade, both physics and CS Currently 95 members from 50 sites worldwide 9 maintainers from 6 sites > 200 publications, > 30 theses building on these components Regular, tested releases User support through various channels Frank Lo ffler The Einstein Toolkit 爱 因 斯 坦 工 具 箱

33

34 Guiding Principles Open, community-driven software development Separation of physics software and computational infrastructure Completely modular Portable Stable interfaces, allowing extensions Simplify usage where possible, to be able to concentrate on physics

35 Modules C, C++, Fortran 77, Fortran 90 Encapsulating some functionality Rarely use MPI directly Communication/Configuration via defined APIs grid setup and memory allocation (driver) input/output interpolation initial data boundary conditions evolution systems equations of state remote steering (e.g. https server)

36 Basis Module Overview Basis for scalable algorithm development Most used: finite differences on structured meshes Parallel driver components Simple Unigrid Carpet: Multipatch, Mesh- refinement Method of lines Interfaces to external Libraries/Tools Interface to elliptic solvers (e.g. PETSc, Lorene) Input/Output: HDF5 Visualization: VisIt, OpenDX, Vish Other: PAPI, Hypre, Saga, Flickr, Twitter

37 Module dependencies

38 Basic Formalism: ADM Choose initial spacelike hypersurface Provide initial data (3-metric, extrinsic curvature) Choose next hypersurface: gauge(lapse, shift) Evolve 3-metric, extrinsic curvature

39 Modularizing on the equation-level

40 The Einstein Equations

41 spacetime curvature

42 spacetime curvature constants

43 spacetime curvature constants matter

44 spacetime curvature constants hydrodynamics matter el.-magnetism particle radiation

45

46 ADMBase

47 ADMBase TmunuBase

48 ADMBase TmunuBase ML_BSSN

49 ADMBase HydroBase TmunuBase ML_BSSN

50 ADMBase HydroBase TmunuBase ML_BSSN GRHydro

51 Initial Data / Analysis ADMBase HydroBase TmunuBase ML_BSSN GRHydro

52 ID / Analysis ID / Analysis ID / Analysis ADMBase HydroBase TmunuBase ML_BSSN G-evol G-evol GRHydro T-evol T-evol

53 Scaling Unigrid scales to hundreds of thousands of cores Production runs use 10 levels of mesh refinement, nested grids of size 60x60x60 Current mesh refinement runs scale up to 15k cores Runtime from weeks to few months

54 Programming Languages within the Toolkit ~/ET_2013_05$ cloc --skip-uniqueness lib src doc arrangements Makefile utils simfactory manifest repos text files unique files files ignored. v 1.56 T=116.0 s (29.0 files/s, lines/s) Language files blank comment code C C Fortran C/C++ Header Fortran Perl Bourne Shell Objective C MATLAB HTML make Python m Bourne Again Shell Pascal Lisp D awk Objective C vim script SUM:

55 Convenience Tools GetComponents 获得组件 Simfactory 模拟工厂 Formaline 福尔马林

56 Tools: GetComponents Task: Collect software from various repositories at different sites Example simulation assembly: Cactus Flesh and Toolkit (svn.cactuscode.org) Core Einstein Toolkit (svn.einsteintoolkit.org) Carpet AMR (carpetcode.org, git) Tools, Parameter Files and Data (svn.einsteintoolkit.org) Group Modules (x.groupthorns.org) Individual Modules (x.mythorns.org) x: cvs, svn, darcs, git, hg, http

57 Tools: Simulation Factory Task: Provide support for common, repetitive steps: Access remote systems, synchronize source code trees Configure and build on different systems semi-automatically Provide maintained list of supercomputer configurations Manage simulations (follow best practices, avoid human errors)

58 Tools: Formaline Task: Ensure that simulations are and remain repeatable, remember exactly how they were performed Take snapshots of source code, system configuration; store it in executable and/or git repository Tag all output files

59 Credits, Citations In academics: citations, citations, citations! For Einstein Toolkit: Open and free source No requirement to cite anything However: requested to cite a few publications Which publications: One, maybe two for the Toolkit itself Some components list a few as well List published on website and manage through publication database

60 Vision Roughly from near-term to long-term: Inclusion of more physics, e.g. more general MHD, more equations of state Improve scaling of existing mesh methods Radiation (neutrino, EM) Chemical reactions Fundamental extension/change of numerical methods Requirement-based scheduling Completely data-driven programming?

61 Summary Numerical relativity community: Now generally comfortable with sharing software Didn t happen overnight Some fundamental issues resolved first (e.g., BH-BH) Einstein Toolkit: Set of tools for numerical relativity Free software, developed by large number of groups Where to start: New users tutorial: for New Users Users mailing list: users@einsteintoolkit.org

62 Questions?

The Cactus Framework & Numerical Relativity: Petascale Requirements and Science Drivers

The Cactus Framework & Numerical Relativity: Petascale Requirements and Science Drivers The Cactus Framework & Numerical Relativity: Petascale Requirements and Science Drivers Gabrielle Allen, Ed Seidel, Peter Diener, Erik Schnetter, Christian Ott and others gallen@cct.lsu.edu Center for

More information

Cactus Tools for Petascale Computing

Cactus Tools for Petascale Computing Cactus Tools for Petascale Computing Erik Schnetter Reno, November 2007 Gamma Ray Bursts ~10 7 km He Protoneutron Star Accretion Collapse to a Black Hole Jet Formation and Sustainment Fe-group nuclei Si

More information

arxiv: v1 [gr-qc] 14 Nov 2011

arxiv: v1 [gr-qc] 14 Nov 2011 The Einstein Toolkit: A Community Computational Infrastructure for Relativistic Astrophysics arxiv:1111.3344v1 [gr-qc] 14 Nov 2011 Frank Löffler 1, Joshua Faber 2, Eloisa Bentivegna 3, Tanja Bode 4, Peter

More information

The Einstein Toolkit: A Community Computational Infrastructure for Relativistic Astrophysics

The Einstein Toolkit: A Community Computational Infrastructure for Relativistic Astrophysics The Einstein Toolkit: A Community Computational Infrastructure for Relativistic Astrophysics Frank Löffler 1, Joshua Faber 2, Eloisa Bentivegna 3, Tanja Bode 4, Peter Diener 1, Roland Haas 5,4, Ian Hinder

More information

arxiv: v2 [gr-qc] 2 Jun 2013

arxiv: v2 [gr-qc] 2 Jun 2013 An Introduction to the Einstein Toolkit arxiv:1305.5299v2 [gr-qc] 2 Jun 2013 Miguel Zilhão 1, Frank Löffler 2 1 Center for Computational Relativity and Gravitation, Rochester Institute of Technology, 74-2068,

More information

Binary Black Hole Simulations: Cactus and the Einstein Toolkit

Binary Black Hole Simulations: Cactus and the Einstein Toolkit Binary Black Hole Simulations: Cactus and the Einstein Toolkit Peter Diener Center for Computation & Technology and Department of Physics & Astronomy Louisiana State University 2010 International School

More information

Results on the classical high-! bar-mode instability in relativistic star models for polytropic EoS with adiabatic index!=2.75.

Results on the classical high-! bar-mode instability in relativistic star models for polytropic EoS with adiabatic index!=2.75. Results on the classical high-! bar-mode instability in relativistic star models for polytropic EoS with adiabatic index!=2.75 Luca Franci (1) in collaboration with Roberto De Pietri (1), Alessandra Feo

More information

DYNAMICS OF MIXED BINARIES

DYNAMICS OF MIXED BINARIES DYNAMICS OF MIXED BINARIES Luciano Rezzolla Albert Einstein Institute, Golm, Germany In collaboration with Frank Löffler & Marcus Ansorg [Phys. Rev. D 74 104018 (2006)] SISSA (Trieste, Italy), AEI (Golm,

More information

General Relativistic MHD Simulations of Neutron Star Mergers

General Relativistic MHD Simulations of Neutron Star Mergers General Relativistic MHD Simulations of Neutron Star Mergers Luca Baiotti Osaka University with Luciano Rezzolla, Bruno Giacomazzo, Kentaro Takami Plan of the talk Brief overview of the status of BNS simulations

More information

Computing Infrastructure for Gravitational Wave Data Analysis

Computing Infrastructure for Gravitational Wave Data Analysis Computing Infrastructure for Gravitational Wave Data Analysis Junwei Cao for the LIGO Scientific Collaboration Tsinghua University / MIT LIGO Laboratory The 3 rd China-U.S. Roundtable on Scientific Data

More information

Presentation for the 28 th Meeting of the NEA WPEC 9-13 May 2016 Paris, France. GE Zhigang

Presentation for the 28 th Meeting of the NEA WPEC 9-13 May 2016 Paris, France. GE Zhigang GE Zhigang China Nuclear Data Center(CNDC) China Nuclear Data Key Laboratory China Committee of Nuclear Data(CCND) China Institute of Atomic Energy(CIAE) P.O.Box 275-41,Beijing 102413, P.R.China E-Mail:gezg@ciae.ac.cn

More information

Measurement of accelerator neutron radiation field spectrum by Extended Range Neutron Multisphere Spectrometers and unfolding program

Measurement of accelerator neutron radiation field spectrum by Extended Range Neutron Multisphere Spectrometers and unfolding program Measurement of accelerator neutron radiation field spectrum by Extended Range Neutron Multisphere Spectrometers and unfolding program LI Guanjia( 李冠稼 ), WANG Qingbin( 王庆斌 ), MA Zhongjian( 马忠剑 ), GUO Siming(

More information

个人简历 冯新龙 : 男, 中共党员, 理学博士, 教授, 博士生导师通信地址 : 新疆大学数学与系统科学学院邮编 :830046

个人简历 冯新龙 : 男, 中共党员, 理学博士, 教授, 博士生导师通信地址 : 新疆大学数学与系统科学学院邮编 :830046 个人简历 冯新龙 : 男, 中共党员, 理学博士, 教授, 博士生导师通信地址 : 新疆大学数学与系统科学学院邮编 :830046 Email: fxlmath@gmail.com 或 fxlmath@xju.edu.cn 研究领域 : 复杂流体的可计算建模与高效算法研究 科学计算与不确定性量化 计算流体力学 保险精算等 1. 学习经历 1994.09-1998.07 新疆大学数学与系统科学学院,

More information

Galileo Galilei ( ) Title page of Galileo's Dialogue concerning the two chief world systems, published in Florence in February 1632.

Galileo Galilei ( ) Title page of Galileo's Dialogue concerning the two chief world systems, published in Florence in February 1632. Special Relativity Galileo Galilei (1564-1642) Title page of Galileo's Dialogue concerning the two chief world systems, published in Florence in February 1632. 2 Galilean Transformation z z!!! r ' = r

More information

Discretization of PDEs and Tools for the Parallel Solution of the Resulting Systems

Discretization of PDEs and Tools for the Parallel Solution of the Resulting Systems Discretization of PDEs and Tools for the Parallel Solution of the Resulting Systems Stan Tomov Innovative Computing Laboratory Computer Science Department The University of Tennessee Wednesday April 4,

More information

Multivariate Statistics Analysis: 多元统计分析

Multivariate Statistics Analysis: 多元统计分析 Multivariate Statistics Analysis: 多元统计分析 Course introduction Jun Li ( 李军 ) School of Geography and Planning Sun Yat-Sen University, Guangzhou, China Mobile: 13922375250; Office: D307 E-mail: lijun48@mail.sysu.edu.cn;

More information

Cosmology Simulations with Enzo

Cosmology Simulations with Enzo Cosmology Simulations with Enzo John Wise (Georgia Tech) Enzo Workshop 17 May 2012 Outline Based on the simulation setup of Abel, Wise, & Bryan (2007), The HII Region of a Primordial Star Introduction

More information

2012 AP Calculus BC 模拟试卷

2012 AP Calculus BC 模拟试卷 0 AP Calculus BC 模拟试卷 北京新东方罗勇 luoyong@df.cn 0-3- 说明 : 请严格按照实际考试时间进行模拟, 考试时间共 95 分钟 Multiple-Choice section A 部分 : 无计算器 B 部分 : 有计算器 Free-response section A 部分 : 有计算器 B 部分 : 无计算器 总计 45 题 /05 分钟 8 题,55 分钟

More information

The Next Generation of Astrophysical Simulations of Compact Objects

The Next Generation of Astrophysical Simulations of Compact Objects The Next Generation of Astrophysical Simulations of Compact Objects Christian Reisswig Caltech Einstein Symposium 2014 Motivation: Compact Objects Astrophysical phenomena with strong dynamical gravitational

More information

Syllabus. Course Number PHY Pre-requisites General Relativity (PHY 6938) Dr. Pedro Marronetti - Charles E. Schmidt College of Science

Syllabus. Course Number PHY Pre-requisites General Relativity (PHY 6938) Dr. Pedro Marronetti - Charles E. Schmidt College of Science Syllabus Course Name Numerical Relativity Course Number PHY 7566 Pre-requisites General Relativity (PHY 6938) Instructor Dr. Pedro Marronetti - Charles E. Schmidt College of Science Classroom SE 435 Room

More information

Tsinghua-Berkeley Shenzhen Institute (TBSI) PhD Program Design

Tsinghua-Berkeley Shenzhen Institute (TBSI) PhD Program Design 1. SCOPE Tsinghua-Berkeley Shenzhen Institute (TBSI) PhD Program Design (Approved in June, 2018, Applicable to Class 2018) This Ph.D. program is applicable for all doctoral students (including the international

More information

暗物质 II 毕效军 中国科学院高能物理研究所 2017 年理论物理前沿暑期讲习班 暗物质 中微子与粒子物理前沿, 2017/7/25

暗物质 II 毕效军 中国科学院高能物理研究所 2017 年理论物理前沿暑期讲习班 暗物质 中微子与粒子物理前沿, 2017/7/25 暗物质 II 毕效军 中国科学院高能物理研究所 2017 年理论物理前沿暑期讲习班 暗物质 中微子与粒子物理前沿, 2017/7/25 Outline 暗物质 profile 确定 Subhalo 计算 Axion 简介 温暗物质 sterile neutrino Nonthermal DM SIDM Fuzzy dm 2 看什么信号? Gamma, e+,pbar; 什么实验探测? 看什么地方?

More information

EXCISION TECHNIQUE IN CONSTRAINED FORMULATIONS OF EINSTEIN EQUATIONS

EXCISION TECHNIQUE IN CONSTRAINED FORMULATIONS OF EINSTEIN EQUATIONS EXCISION TECHNIQUE IN CONSTRAINED FORMULATIONS OF EINSTEIN EQUATIONS Journée Gravitation et Physique Fondamentale Meudon, 27 May 2014 Isabel Cordero-Carrión Laboratoire Univers et Théories (LUTh), Observatory

More information

An IntRoduction to grey methods by using R

An IntRoduction to grey methods by using R An IntRoduction to grey methods by using R Tan Xi Department of Statistics, NUFE Nov 6, 2009 2009-2-5 Contents: A brief introduction to Grey Methods An analysis of Degree of Grey Incidence Grey GM(, )

More information

能源化学工程专业培养方案. Undergraduate Program for Specialty in Energy Chemical Engineering 专业负责人 : 何平分管院长 : 廖其龙院学术委员会主任 : 李玉香

能源化学工程专业培养方案. Undergraduate Program for Specialty in Energy Chemical Engineering 专业负责人 : 何平分管院长 : 廖其龙院学术委员会主任 : 李玉香 能源化学工程专业培养方案 Undergraduate Program for Specialty in Energy Chemical Engineering 专业负责人 : 何平分管院长 : 廖其龙院学术委员会主任 : 李玉香 Director of Specialty: He Ping Executive Dean: Liao Qilong Academic Committee Director:

More information

git Tutorial Nicola Chiapolini Physik-Institut University of Zurich January 26, 2015

git Tutorial Nicola Chiapolini Physik-Institut University of Zurich January 26, 2015 Nicola Chiapolini, January 26, 2015 1 / 36 git Tutorial Nicola Chiapolini Physik-Institut University of Zurich January 26, 2015 Based on talk by Emanuele Olivetti https://github.com/emanuele/introduction_to_git.git

More information

Introduction to Numerical Relativity I. Erik Schnetter, Pohang, July 2007

Introduction to Numerical Relativity I. Erik Schnetter, Pohang, July 2007 Introduction to Numerical Relativity I Erik Schnetter, Pohang, July 2007 Lectures Overview I. The Einstein Equations (Formulations and Gauge Conditions) II. Analysis Methods (Horizons and Gravitational

More information

DEKDIV: A Linked-Data-Driven Web Portal for Learning Analytics Data Enrichment, Interactive Visualization, and Knowledge Discovery

DEKDIV: A Linked-Data-Driven Web Portal for Learning Analytics Data Enrichment, Interactive Visualization, and Knowledge Discovery DEKDIV: A Linked-Data-Driven Web Portal for Learning Analytics Data Enrichment, Interactive Visualization, and Knowledge Discovery Yingjie Hu, Grant McKenzie, Jiue-An Yang, Song Gao, Amin Abdalla, and

More information

Source mechanism solution

Source mechanism solution Source mechanism solution Contents Source mechanism solution 1 1. A general introduction 1 2. A step-by-step guide 1 Step-1: Prepare data files 1 Step-2: Start GeoTaos or GeoTaos_Map 2 Step-3: Convert

More information

Arches Part 1: Introduction to the Uintah Computational Framework. Charles Reid Scientific Computing Summer Workshop July 14, 2010

Arches Part 1: Introduction to the Uintah Computational Framework. Charles Reid Scientific Computing Summer Workshop July 14, 2010 Arches Part 1: Introduction to the Uintah Computational Framework Charles Reid Scientific Computing Summer Workshop July 14, 2010 Arches Uintah Computational Framework Cluster Node Node Node Node Node

More information

FRBs as Probes of Fundamental Physics

FRBs as Probes of Fundamental Physics FRBs as Probes of Fundamental Physics Xue-Feng Wu Purple Mountain Observatory, Chinese Academy of Sciences 2017.2.17 1 Outline Einstein s equivalence principle tests Constraints on the rest mass of photon

More information

矩阵论 马锦华 数据科学与计算机学院 中山大学

矩阵论 马锦华 数据科学与计算机学院 中山大学 矩阵论 马锦华 数据科学与计算机学院 中山大学 About The Instructor Education - Bachelor and master in mathematics, SYSU - PhD in computer science, HKBU Research Experience - Postdoc at Rutgers - Postdoc at Johns Hopkins - Postdoc

More information

Jules Henri Poincaré

Jules Henri Poincaré Jules Henri Poincaré Born: 29 April 1854 in Nancy, Lorraine, France Died: 17 July 1912 in Paris, France 法国数学家 物理学家 天文学家 生于一个显赫家族 他具有非凡的心算和数学思维能力 1875 年毕业于巴黎高工, 后来又取得了矿山学院的学位 1879 年任卡昂大学教授, 同年获得巴黎大学的科学博士学位

More information

偏微分方程及其应用国际会议在数学科学学院举行

偏微分方程及其应用国际会议在数学科学学院举行 1 偏微分方程及其应用国际会议在数学科学学院举行 2007 年 5 月 28 日至 31 日, 偏微分方程及其应用国际会议 (International Conference on PDEs and Applications) 在北京师范大学数学科学学院举行 国际著名数学家, 世界数学家大会一小时报告人, 美国科学院院士,University of Texas at Austin 教授 Luis Caffarelli

More information

Microbiology. Zhao Liping 赵立平 Chen Feng. School of Life Science and Technology, Shanghai Jiao Tong University

Microbiology. Zhao Liping 赵立平 Chen Feng. School of Life Science and Technology, Shanghai Jiao Tong University 1896 1920 1987 2006 Microbiology By Zhao Liping 赵立平 Chen Feng 陈峰 School of Life Science and Technology, Shanghai Jiao Tong University http://micro.sjtu.edu.cn 1896 1920 1987 2006 Preface : Introduction

More information

Computational Relativity and Gravitation at Petascale: Simulating and Visualizing Astrophysically Realistic Compact Binaries

Computational Relativity and Gravitation at Petascale: Simulating and Visualizing Astrophysically Realistic Compact Binaries Computational Relativity and Gravitation at Petascale: Simulating and Visualizing Astrophysically Realistic Compact Binaries Scott C. Noble PI: M. Campanelli J. Faber, B. Mundim, Y. Zlochower Center for

More information

General Physics I. Lecture 22: More Twists on Space and Time. Prof. WAN, Xin ( 万歆 )

General Physics I. Lecture 22: More Twists on Space and Time. Prof. WAN, Xin ( 万歆 ) General Physics I Lecture 22: More Twists on Space and Time Prof. WAN, Xin ( 万歆 ) xinwan@zju.edu.cn http://zimp.zju.edu.cn/~xinwan/ Outline The equivalence principle The consequences of general relativity

More information

High-Performance Scientific Computing

High-Performance Scientific Computing High-Performance Scientific Computing Instructor: Randy LeVeque TA: Grady Lemoine Applied Mathematics 483/583, Spring 2011 http://www.amath.washington.edu/~rjl/am583 World s fastest computers http://top500.org

More information

1 The length measurement unit in two difference space-time structures

1 The length measurement unit in two difference space-time structures On the origin of gravitationa fore Zhi Cheng (9 Bairong st. Baiyun Distrit, Guangzhou, China. 510400. gzhengzhi@hotmai.om Abstrat: Equivaene rinie is the basement of genera reativity theory. It oints out

More information

git Tutorial Nicola Chiapolini Physik-Institut University of Zurich June 8, 2015

git Tutorial Nicola Chiapolini Physik-Institut University of Zurich June 8, 2015 Nicola Chiapolini, June 8, 2015 1 / 36 git Tutorial Nicola Chiapolini Physik-Institut University of Zurich June 8, 2015 Based on talk by Emanuele Olivetti https://github.com/emanuele/introduction_to_git

More information

ArcGIS Enterprise: What s New. Philip Heede Shannon Kalisky Melanie Summers Sam Williamson

ArcGIS Enterprise: What s New. Philip Heede Shannon Kalisky Melanie Summers Sam Williamson ArcGIS Enterprise: What s New Philip Heede Shannon Kalisky Melanie Summers Sam Williamson ArcGIS Enterprise is the new name for ArcGIS for Server What is ArcGIS Enterprise ArcGIS Enterprise is powerful

More information

Surveying,Mapping and Geoinformation Services System for the Major Natural Disasters Emergency Management in China

Surveying,Mapping and Geoinformation Services System for the Major Natural Disasters Emergency Management in China Surveying,Mapping and Geoinformation Services System for the Major Natural Disasters Emergency Management in China 21 February 2013, Bangkok, Thailand Contents 2 1 2 3 4 Working Mechanism Geoinformation

More information

MapOSMatic, free city maps for everyone!

MapOSMatic, free city maps for everyone! MapOSMatic, free city maps for everyone! Thomas Petazzoni thomas.petazzoni@enix.org Libre Software Meeting 2012 http://www.maposmatic.org Thomas Petazzoni () MapOSMatic: free city maps for everyone! July

More information

Cauchy-Characteristic Extraction using the Einstein Toolkit

Cauchy-Characteristic Extraction using the Einstein Toolkit Cauchy-Characteristic Extraction using the Einstein Toolkit M. C. Babiuc, B. Szilagyi, J. Winicour, Y. Aug, 2011 EinsteinToolkit Telecon License This code is available under the GPL General Public License,

More information

Eloisa Bentivegna. Experience. Languages. Director at Wissenswerkstatt Berlin

Eloisa Bentivegna. Experience. Languages. Director at Wissenswerkstatt Berlin Eloisa Bentivegna Director at Wissenswerkstatt Berlin eloisa@wissenswerkstatt-berlin.de Experience Director at Wissenswerkstatt Berlin June 2013 - Present (1 year 2 months) I am the founder and director

More information

THE INVERSE DERIVATIVE

THE INVERSE DERIVATIVE Phsics Disquisition THE INVERSE DERIVATIVE The new algorithm of the derivative GuagSan Yu ( Harbin Macro Dnamics Institute. 1566, P. R. China ) E-mail:1951669731@qq.com ( 15.1.1 16.1.6 ) Abstract: The

More information

The Whisky,Cactus,Carpet codes and numerical methods for relativistic hydrodynamics

The Whisky,Cactus,Carpet codes and numerical methods for relativistic hydrodynamics The Whisky,Cactus,Carpet codes and numerical methods for relativistic hydrodynamics Luca Baiotti Yukawa Institute for Theoretical Physics University of Kyoto A bit of motivation Plan of the lecture the

More information

沙强 / 讲师 随时欢迎对有机化学感兴趣的同学与我交流! 理学院化学系 从事专业 有机化学. 办公室 逸夫楼 6072 实验室 逸夫楼 6081 毕业院校 南京理工大学 电子邮箱 研 究 方 向 催化不对称合成 杂环骨架构建 卡宾化学 生物活性分子设计

沙强 / 讲师 随时欢迎对有机化学感兴趣的同学与我交流! 理学院化学系 从事专业 有机化学. 办公室 逸夫楼 6072 实验室 逸夫楼 6081 毕业院校 南京理工大学 电子邮箱 研 究 方 向 催化不对称合成 杂环骨架构建 卡宾化学 生物活性分子设计 沙强 / 讲师 随时欢迎对有机化学感兴趣的同学与我交流! 院系 理学院化学系 从事专业 有机化学 学历 博士研究生 学位 博士 办公室 逸夫楼 6072 实验室 逸夫楼 6081 毕业院校 南京理工大学 电子邮箱 qsha@njau.edu.cn 研 究 方 向 催化不对称合成 杂环骨架构建 卡宾化学 生物活性分子设计 研究方向汇总图个人简介 2010 年毕业于南京理工大学制药工程专业, 获得工学学士学位,

More information

HPC in Physics. (particularly astrophysics) Reuben D. Budiardja Scientific Computing National Institute for Computational Sciences

HPC in Physics. (particularly astrophysics) Reuben D. Budiardja Scientific Computing National Institute for Computational Sciences HPC in Physics (particularly astrophysics) Reuben D. Budiardja Scientific Computing National Institute for Computational Sciences 1 Gravitational Wave Einstein s Unfinished Symphony Marcia Bartuciak Predicted

More information

Brad Gibson Centre for Astrophysics & Supercomputing Swinburne University

Brad Gibson Centre for Astrophysics & Supercomputing Swinburne University N-body Simulations: Tree and Mesh Approaches Brad Gibson Centre for Astrophysics & Supercomputing Swinburne University Demystifying the Jargon Trees Collisionless Boltzmann Equation Symplectic Time Integration

More information

git Tutorial Nicola Chiapolini University of St. Gallen September 12, 2017

git Tutorial Nicola Chiapolini University of St. Gallen September 12, 2017 Nicola Chiapolini, September 12, 2017 1 / 38 git Tutorial Nicola Chiapolini University of St. Gallen September 12, 2017 Based on talk by Emanuele Olivetti https://github.com/emanuele/introduction_to_git

More information

Fundamentals of Heat and Mass Transfer, 6 th edition

Fundamentals of Heat and Mass Transfer, 6 th edition Fundamentals of Heat and Mass Transfer, 6 th edition Presented: 杜文静 E-mail: wjdu@sdu.edu.cn Telephone: 88399596-2511 1 Chapter 4 two-dimensional steady state conduction Contents and objectives Two-dimensional

More information

UML. Design Principles.

UML. Design Principles. .. Babes-Bolyai University arthur@cs.ubbcluj.ro November 20, 2018 Overview 1 2 3 Diagrams Unified Modeling Language () - a standardized general-purpose modeling language in the field of object-oriented

More information

Rick Ebert & Joseph Mazzarella For the NED Team. Big Data Task Force NASA, Ames Research Center 2016 September 28-30

Rick Ebert & Joseph Mazzarella For the NED Team. Big Data Task Force NASA, Ames Research Center 2016 September 28-30 NED Mission: Provide a comprehensive, reliable and easy-to-use synthesis of multi-wavelength data from NASA missions, published catalogs, and the refereed literature, to enhance and enable astrophysical

More information

Toward Binary Black Hole Simulations in Numerical Relativity

Toward Binary Black Hole Simulations in Numerical Relativity Toward Binary Black Hole Simulations in Numerical Relativity Frans Pretorius California Institute of Technology BIRS Workshop on Numerical Relativity Banff, April 19 2005 Outline generalized harmonic coordinates

More information

(Multiscale) Modelling With SfePy

(Multiscale) Modelling With SfePy (Multiscale) Modelling With SfePy Random Remarks... Robert Cimrman & Eduard Rohan & others Department of Mechanics & New Technologies Research Centre University of West Bohemia Plzeň, Czech Republic PANM

More information

通量数据质量控制的理论与方法 理加联合科技有限公司

通量数据质量控制的理论与方法 理加联合科技有限公司 通量数据质量控制的理论与方法 理加联合科技有限公司 通量变量 Rn = LE + H + G (W m -2 s -1 ) 净辐射 潜热 感热 地表热 通量 通量 通量 通量 Fc (mg m -2 s -1 ) 二氧化碳通量 τ [(kg m s -1 ) m -2 s -1 ] 动量通量 质量控制 1. 概率统计方法 2. 趋势法 3. 大气物理依据 4. 测定实地诊断 5. 仪器物理依据 '

More information

新型人工电磁媒质对电磁波的调控及其应用. What s Metamaterial? Hot Research Topics. What s Metamaterial? Problem and Motivation. On Metamaterials 崔铁军 东南大学毫米波国家重点实验室

新型人工电磁媒质对电磁波的调控及其应用. What s Metamaterial? Hot Research Topics. What s Metamaterial? Problem and Motivation. On Metamaterials 崔铁军 东南大学毫米波国家重点实验室 What s Metamaterial? 新型人工电磁媒质对电磁波的调控及其应用 崔铁军 东南大学毫米波国家重点实验室 全国微波毫米波会议 2011 年 6 月 3 日 青岛 Metamaterial: 超材料 ; 新型人工电磁材料 ; 新型人工电磁媒质 ; 特异材料 ; 特异介质 ; What s Metamaterial? Hot Research Topics most materials Metamaterial>LHM

More information

Crossing the Chasm. On the Paths to Exascale: Presented by Mike Rezny, Monash University, Australia

Crossing the Chasm. On the Paths to Exascale: Presented by Mike Rezny, Monash University, Australia On the Paths to Exascale: Crossing the Chasm Presented by Mike Rezny, Monash University, Australia michael.rezny@monash.edu Crossing the Chasm meeting Reading, 24 th October 2016 Version 0.1 In collaboration

More information

IndiFrag v2.1: An Object-based Fragmentation Analysis Software Tool

IndiFrag v2.1: An Object-based Fragmentation Analysis Software Tool IndiFrag v2.1: An Object-based Fragmentation Analysis Software Tool Geo-Environmental Cartography and Remote Sensing Group http://cgat.webs.upv.es/software/ Universitat Politècnica de València Introduction

More information

Yu-Feng LI ( 李玉峰 ) Institute of High Energy Physics, Beijing May 23, The 4th Geo-neutrino Joint Meeting

Yu-Feng LI ( 李玉峰 ) Institute of High Energy Physics, Beijing May 23, The 4th Geo-neutrino Joint Meeting Yu-Feng LI ( 李玉峰 ) liyufeng@ihep.ac.cn Institute of High Energy Physics, Beijing May 23, 2016@IGG/CAS The 4th Geo-neutrino Joint Meeting 2 Discovery of Neutrino Oscillations "for the discovery of neutrino

More information

Chapter 4. Mobile Radio Propagation Large-Scale Path Loss

Chapter 4. Mobile Radio Propagation Large-Scale Path Loss Chapter 4 Mobile Radio Propagation Large-Scale Path Loss The mobile radio channel places fundamental limitations on the performance. The transmission path between the T-R maybe very complexity. Radio channels

More information

Distributed Memory Parallelization in NGSolve

Distributed Memory Parallelization in NGSolve Distributed Memory Parallelization in NGSolve Lukas Kogler June, 2017 Inst. for Analysis and Scientific Computing, TU Wien From Shared to Distributed Memory Shared Memory Parallelization via threads (

More information

ArcGIS Enterprise: What s New. Philip Heede Shannon Kalisky Melanie Summers Shreyas Shinde

ArcGIS Enterprise: What s New. Philip Heede Shannon Kalisky Melanie Summers Shreyas Shinde ArcGIS Enterprise: What s New Philip Heede Shannon Kalisky Melanie Summers Shreyas Shinde ArcGIS Enterprise is the new name for ArcGIS for Server ArcGIS Enterprise Software Components ArcGIS Server Portal

More information

王苏宁博士生导师加拿大女王大学科研项目主席 加拿大皇家科学院院士

王苏宁博士生导师加拿大女王大学科研项目主席 加拿大皇家科学院院士 王苏宁博士生导师加拿大女王大学科研项目主席 加拿大皇家科学院院士 Email : wangsn14@bit.edu.cn suning.wang@chem.queensu.ca http://faculty.chem.queensu.ca/people/faculty/wang /index.htm 欢迎校内外具有相关专业背景的本科生 研究生和博士后加入本课题组! 主要经历 1978-1982 年

More information

A new operational medium-range numerical weather forecast system of CHINA. NWPD/NMC/CMA (Beijing,CHINA)

A new operational medium-range numerical weather forecast system of CHINA. NWPD/NMC/CMA (Beijing,CHINA) A new operational medium-range numerical weather forecast system of CHINA NWPD/NMC/CMA (Beijing,CHINA) Organizational Chart of CMA NSMC (National Satellite Meteorological Center) NCC (National Climate

More information

New Newtonian Mechanics and New Laws of Motion

New Newtonian Mechanics and New Laws of Motion New Newtonian Mechanics and New Laws of Motion GuagSan Yu ( Harbin Macro Dynamics Institute. 150066, P. R. China ) E-mail:sxzyu35@hotmail.com ( 015.5.10 015.5.0 ) Abstract: The Newton third law by the

More information

Introduction to Portal for ArcGIS

Introduction to Portal for ArcGIS Introduction to Portal for ArcGIS Derek Law Product Management March 10 th, 2015 Esri Developer Summit 2015 Agenda Web GIS pattern Product overview Installation and deployment Security and groups Configuration

More information

Introduction. 固体化学导论 Introduction of Solid State Chemistry 新晶体材料 1976 年中科院要求各教研室讨论研究方向上海硅酸盐所 福州物质所. Textbooks and References

Introduction. 固体化学导论 Introduction of Solid State Chemistry 新晶体材料 1976 年中科院要求各教研室讨论研究方向上海硅酸盐所 福州物质所. Textbooks and References Introduction 固体化学导论 Introduction of Solid State Chemistry http://staff.ustc.edu.cn/~ychzhu/ 1976 年中科院要求各教研室讨论研究方向上海硅酸盐所 福州物质所 新晶体材料 陶瓷材料长春应化所稀土发光中科大无机化学 固体化学 Introduction of Solid State Chemistry Its former

More information

Time Domain Astronomy in the 2020s:

Time Domain Astronomy in the 2020s: Time Domain Astronomy in the 2020s: Developing a Follow-up Network R. Street Las Cumbres Observatory Workshop Movies of the Sky Vary in depth, sky region, wavelengths, cadence Many will produce alerts

More information

The ECHO code: from classical MHD to GRMHD in dynamical spacetimes

The ECHO code: from classical MHD to GRMHD in dynamical spacetimes The ECHO code: from classical MHD to GRMHD in dynamical spacetimes Luca Del Zanna Dipartimento di Fisica e Astronomia Università di Firenze Main collaborators: N. Bucciantini, O. Zanotti, S. Landi 09/09/2011

More information

Atomic & Molecular Clusters / 原子分子团簇 /

Atomic & Molecular Clusters / 原子分子团簇 / Atomic & Molecular Clusters / 原子分子团簇 / 王金兰 Email: jlwang@seu.edu.cn Department of Physics Southeast University What is nanometer? Nano is Small (10-7 --10-9 m; 1-100 nm) 10 0 m 10-1 m 10-2 m 10-3 m 10-4

More information

General-Relativistic Simulations of Stellar Collapse and The Formation of Stellar-Mass Black Holes

General-Relativistic Simulations of Stellar Collapse and The Formation of Stellar-Mass Black Holes General-Relativistic Simulations of Stellar Collapse and The Formation of Stellar-Mass Black Holes Christian D. Ott, TAPIR, Caltech cott@tapir.caltech.edu Work in Collaboration with: Evan O Connor, Fang

More information

git Tutorial Nicola Chiapolini Physik-Institut University of Zurich March 16, 2015

git Tutorial Nicola Chiapolini Physik-Institut University of Zurich March 16, 2015 Nicola Chiapolini, March 16, 2015 1 / 31 git Tutorial Nicola Chiapolini Physik-Institut University of Zurich March 16, 2015 Based on talk by Emanuele Olivetti https://github.com/emanuele/introduction_to_git.git

More information

Using the Land Ice V&V package to evaluate SMB

Using the Land Ice V&V package to evaluate SMB Using the Land Ice V&V package to evaluate SMB Kate Evans (ORNL, presenting), Joe Kennedy (ORNL, main developer), Mary M. Forrester (PhD student @ Colorado school of mines), Dan Lu (ORNL), Steve Price

More information

Geomechanical Issues of CO2 Storage in Deep Saline Aquifers 二氧化碳咸水层封存的力学问题

Geomechanical Issues of CO2 Storage in Deep Saline Aquifers 二氧化碳咸水层封存的力学问题 Geomechanical Issues of CO2 Storage in Deep Saline Aquifers 二氧化碳咸水层封存的力学问题 Li Xiaochun( 李小春 ) Yuan Wei ( 袁维 ) Institute of Rock and Soil Mechanics Chinese Academy of Science 中国科学院武汉岩土力学研究所 Outlines ( 提纲

More information

ORBIT Code Review and Future Directions. S. Cousineau, A. Shishlo, J. Holmes ECloud07

ORBIT Code Review and Future Directions. S. Cousineau, A. Shishlo, J. Holmes ECloud07 ORBIT Code Review and Future Directions S. Cousineau, A. Shishlo, J. Holmes ECloud07 ORBIT Code ORBIT (Objective Ring Beam Injection and Transport code) ORBIT is an object-oriented, open-source code started

More information

Magnetized Binary Neutron Stars with Whisky

Magnetized Binary Neutron Stars with Whisky Magnetized Binary Neutron Stars with Whisky Bruno Giacomazzo (AEI, Potsdam, Germany) in collaboration with Luca Baiotti (Tokyo) and Luciano Rezzolla (AEI) Plan of the Talk Introduction The Whisky(MHD)

More information

Magnetohydrodynamics

Magnetohydrodynamics Lecture -1 磁流体力学 Magnetohydrodynamics 王赤傅绥燕 中国科学院国家空间科学中心 1 课程安排 课程时间内容 1 11.09 等离子体的流体近似 2 11.16 磁流体静力学 3 11.23 等离子体的冻结与磁重联 4 11.30 磁流体力学波 5 12.14 激波与间断面 6 12.21 磁流体动力学不稳定性 7 01.04 习题讲解和复习 8 01.11 期末考试

More information

Data. Notes. are required reading for the week. textbook reading and a few slides on data formats and data cleaning

Data. Notes. are required reading for the week. textbook reading and a few slides on data formats and data cleaning CS 725/825 Information Visualization Fall 2017 Data Dr. Michele C. Weigle http://www.cs.odu.edu/~mweigle/cs725-f17/ Notes } We will not cover these slides in class, but they are required reading for the

More information

Numerical Solutions of Partial Differential Equations

Numerical Solutions of Partial Differential Equations Numerical Solutions of Partial Differential Equations Dr. Xiaozhou Li xiaozhouli@uestc.edu.cn School of Mathematical Sciences University of Electronic Science and Technology of China Introduction Overview

More information

Michael L. Norman Chief Scientific Officer, SDSC Distinguished Professor of Physics, UCSD

Michael L. Norman Chief Scientific Officer, SDSC Distinguished Professor of Physics, UCSD Michael L. Norman Chief Scientific Officer, SDSC Distinguished Professor of Physics, UCSD Parsing the Title OptiPortals Scalable display walls based on commodity LCD panels Developed by EVL and CalIT2

More information

Influence of Poloidal Rotation of Plasma on Peeling-Ballooning Modes *

Influence of Poloidal Rotation of Plasma on Peeling-Ballooning Modes * Applied Physics Frontier Volume, 1, PP.-1 Influence of Poloidal Rotation of Plasma on Peeling-Ballooning Modes * Yiyu Xiong 1, Shaoyong Chen 1, Changjian Tang 1, Jie Huang 1, Yang Luo 1 1. Key Laboratory

More information

Introduction to Portal for ArcGIS. Hao LEE November 12, 2015

Introduction to Portal for ArcGIS. Hao LEE November 12, 2015 Introduction to Portal for ArcGIS Hao LEE November 12, 2015 Agenda Web GIS pattern Product overview Installation and deployment Security and groups Configuration options Portal for ArcGIS + ArcGIS for

More information

There are only 92 stable elements in nature

There are only 92 stable elements in nature There are only stable elements in nature Jiang Chun-xuan P. O. Box, Beijing 0, P. R. China jcxxxx@.com Abstract Using mathematical method we prove that there are only stable elements in nature and obtain

More information

Numerical Simulation of Orbiting Black Holes

Numerical Simulation of Orbiting Black Holes Bernd Brügmann Penn State, 1/29/2004 Numerical Simulation of Orbiting Black Holes BB, Wolfgang Tichy, Nina Jansen (gr-qc/0312112) New: + evolutions last for one orbital time scale for close but still separate

More information

2 Results and Discussion

2 Results and Discussion 第 5 卷第 10 期无机材料学报 Vol. 5 No. 10 010 年 10 月 ournal of Inorganic Materials Oct., 010 Article ID: 1000-3X(010)10-1110-05 DOI: 10.37/SP..1077.010.10188 Optical Parameters of Nd 3+ Ion in Sr 3 Gd (BO 3 ) Crystal

More information

QTM - QUALITY TOOLS' MANUAL.

QTM - QUALITY TOOLS' MANUAL. 1 2.4.1 Design Of Experiments (DOE) 1. Definition Experimentation is a systematic approach to answer questions and more specifically; how do changes to a system actually affect the quality function or

More information

X 射线和 γ 射线天文观测 王俊贤 中国科技大学天体物理中心

X 射线和 γ 射线天文观测 王俊贤 中国科技大学天体物理中心 X 射线和 γ 射线天文观测 王俊贤 中国科技大学天体物理中心 Introduction Cherenkov Telescope Detectors A brief history of X-ray astronomy X-ray targets Imaging technique X-ray observatories Future Cosmic X-ray Background (CXB) High

More information

Cooling rate of water

Cooling rate of water Cooling rate of water Group 5: Xihui Yuan, Wenjing Song, Ming Zhong, Kaiyue Chen, Yue Zhao, Xiangxie Li 目录. Abstract:... 2. Introduction:... 2 2.. Statement of the problem:... 2 2.2 objectives:... 2 2.3.

More information

张平文 北京大学数学科学学院科学与工程计算系邮编 : 电话 : 传真 : 电子邮件 个人网页 :

张平文 北京大学数学科学学院科学与工程计算系邮编 : 电话 : 传真 : 电子邮件 个人网页 : 张平文 北京大学数学科学学院科学与工程计算系邮编 :100871 电话 :86 10 6275 9851 传真 :86 10 6275 1801 电子邮件 :pzhang@pku.edu.cn 个人网页 :http://www.math.pku.edu.cn/pzhang 教育背景 : 1988-1992: 博士研究生, 北京大学数学科学学院导师 : 应隆安教授 1984-1988: 学士, 北京大学数学系

More information

Raven Facing the Problem of assembling Multiple Models to Speed up the Uncertainty Quantification and Probabilistic Risk Assessment Analyses

Raven Facing the Problem of assembling Multiple Models to Speed up the Uncertainty Quantification and Probabilistic Risk Assessment Analyses 13 th International Conference on Probabilistic Safety Assessment and Management PSAM 13) Raven Facing the Problem of assembling Multiple Models to Speed up the Uncertainty Quantification and Probabilistic

More information

Numerical Relativity in Spherical Polar Coordinates: Calculations with the BSSN Formulation

Numerical Relativity in Spherical Polar Coordinates: Calculations with the BSSN Formulation Numerical Relativity in Spherical Polar Coordinates: Calculations with the BSSN Formulation Pedro Montero Max-Planck Institute for Astrophysics Garching (Germany) 28/01/13 in collaboration with T.Baumgarte,

More information

Einstein Toolkit Workshop. Joshua Faber Apr

Einstein Toolkit Workshop. Joshua Faber Apr Einstein Toolkit Workshop Joshua Faber Apr 05 2012 Outline Space, time, and special relativity The metric tensor and geometry Curvature Geodesics Einstein s equations The Stress-energy tensor 3+1 formalisms

More information

Mixed Black Hole - Neutron Star Simulations with Whisky

Mixed Black Hole - Neutron Star Simulations with Whisky Mixed Black Hole - Neutron Star Simulations with Whisky Roland Haas (Georgia Tech) Center for Relativistic Astrophysics Collaborators: Tanja Bode, Jim Healy, Pablo Laguna, Deirdre Shoemaker Oct 06, 2009

More information

The GPU code FARGO3D: presentation and implementation strategies

The GPU code FARGO3D: presentation and implementation strategies The GPU code FARGO3D: presentation and implementation strategies Frédéric Masset Universidad Nacional Autónoma de México (UNAM) Pablo Benítez-Llambay (UC, Argentina & NBI Copenhagen), David Velasco (UNAM

More information

How to simulate the most catastrophic events in the universe

How to simulate the most catastrophic events in the universe How to simulate the most catastrophic events in the universe Luciano Rezzolla Max-Planck-Institut für Gravitationsphysik, Albert Einstein Institut, Potsdam, Germany NYC, 25/06/13 2013 International Summer

More information

Massachusetts Institute of Technology Physics Black Holes and Astrophysics Spring 2003 MIDTERM EXAMINATION

Massachusetts Institute of Technology Physics Black Holes and Astrophysics Spring 2003 MIDTERM EXAMINATION Massachusetts Institute of Technology Physics 8.224. Black Holes and Astrophysics Spring 2003 MIDTERM EXAMINATION This exam is CLOSED BOOK; no printed materials are allowed. You may consult ONE 8.5 by

More information

Exercise 3: Galactic outflows Oscar Agertz, Jon Ramsey

Exercise 3: Galactic outflows Oscar Agertz, Jon Ramsey Exercise 3: Galactic outflows Oscar Agertz, Jon Ramsey In this exercise you will be using the RAMSES code to model galactic outflows. Prerequisites: You will need the following tools: git for downloading

More information

Chem Compute Science Gateway for Undergraduates. Mark J. Perri, M.S. Reeves, R.M. Whitnell

Chem Compute Science Gateway for Undergraduates. Mark J. Perri, M.S. Reeves, R.M. Whitnell Chem Compute Science Gateway for Undergraduates Mark J. Perri, M.S. Reeves, R.M. Whitnell Chemcompute.org Computational Chemistry GAMESS (Quantum) TINKER (MD) About Sonoma State University One of 23 California

More information