yungyuc / turgon

Code and notes for the CESE method
4 stars 8 forks source link

scisprint20#1 #10

Closed yungyuc closed 4 years ago

yungyuc commented 4 years ago

This ticket is to collect information for the libst sprint (scisprint20#1). To join the sprint please comment on this issue with your name (in addition to GitHub account).

Gitter: https://gitter.im/yyc-turgon/community

Introduction

Numerical simulation of partial differential equations is a powerful tool for studying complex problems. The simulation is too specialized to use general software, and we have to pursue custom code that takes a lot of time to develop. libst is such a custom code, but it attempts to employ the modern tool chain that allows customization without impacting runtime performance. The kernel uses modern C++, and provides Python interface for easy scripting. We would like to keep both flexibility and performance.

Another goal is to handle complex geometry. It is required for industry application. The challenge is to avoid ad hoc code. At the moment, libst has only one-dimensional grid. Meshes in multi-dimensional space will follow by porting from its predecessor SOLVCON.

The target users will be both academic and industry. It is open-source for productivity and frictionless utilization. It uses mainstream practices for build system, version control, unit testing, continuous integration, and other engineering infrastructure.

Objective

The sprint will focus more on the (software) engineering. We will try to improve the following aspects of the code:

We are not limited to the above topics. New ideas are welcome.

Attendees

GitHub name
@yungyuc Yung-Yu Chen
@tenacity0310 Peter Li
@YenPeiChen07 Jenny Yen
@yuko29 Yu-Fang Hu
@OhMyBuggg Po-Yu
@Joechiaotung Chuing-I
@linyc0817 Yen-Chun
@kunxianhuang Kunxian Huang
@sophiiim05g Shu-Fen
@plChao Ping-Lien

Tasks

tenacity0310 commented 4 years ago

Scisprint20 #1:

Date: SAT. March, 21st, 2020. Time: 13:30-16:30 Venue: R203, SC BLDG II, NCTU. Map: See here

yungyuc commented 4 years ago

Thanks @tenacity0310 , you are Peter right?

tenacity0310 commented 4 years ago

YES!

Yung-Yu Chen notifications@github.com 於 2020年3月13日 週五 下午2:29寫道:

Thanks @tenacity0310 https://github.com/tenacity0310 , you are Peter right?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/yungyuc/turgon/issues/10#issuecomment-598571953, or unsubscribe https://github.com/notifications/unsubscribe-auth/AODZCECMFDR3EPOTGCNOVGLRHHHDHANCNFSM4LGXRCDQ .

-- Peter

*What doesn't kill you makes you stronger. -----Friedrich Wilhelm Nietzsche*

tenacity0310 commented 4 years ago

This ticket is to collect information for the libst sprint (scisprint20#1). To join the sprint please comment on this issue and leaving your name.

  • Date: Sat, 21st March, 2020
  • Time: 13:30 -- 16:30
  • Venue: R203, SC BLDG II, NCTU
  • Map: see here

Attendees:

GitHub name @yungyuc Yung-Yu Chen @tenacity0310 Peter Li

YenPeiChen07 commented 4 years ago

Hi, I'm Jenny.

This ticket is to collect information for the libst sprint (scisprint20#1). To join the sprint please comment on this issue with your name (in addition to GitHub account).

Attendees:

GitHub name @yungyuc Yung-Yu Chen @tenacity0310 Peter Li @YenPeiChen07 Jenny Yen

yungyuc commented 4 years ago

Thanks @tenacity0310 and @YenPeiChen07 . Could you upload some avatars for your GitHub accounts? It make you more distinguishable and help discussions.

yuko29 commented 4 years ago

Hi, I'm Yu-Fang. @yuko29 Yu-Fang Hu

OhMyBuggg commented 4 years ago

Hi, I'm Po-Yu.

jejewu commented 4 years ago

Hi, I'm Chiung-I. @Joechiaotung

yungyuc commented 4 years ago

Thank you @yuko29, @OhMyBuggg, and @Joechiaotung.

The ticket is updated with the introduction and objective of the sprint.

tenacity0310 commented 4 years ago

@OhMyBuggg Please remind your roomate 彥淳 of attending the sprint.

To all: Due to the access control, do please wait in front of the gate of 2F, SC BLDG II by 13:20.

OhMyBuggg commented 4 years ago

@tenacity0310 got it!

linyc0817 commented 4 years ago

Hi, I'm Yen-Chun(彥淳). I was invited by Sophi & Peter to join this sprint. Glad to join this team.

kunxianhuang commented 4 years ago

I will go to the sprint. (坤賢) See you later.

sophiiim05g commented 4 years ago

Hi, I'm Shu-Fen.

plChao commented 4 years ago

Hi, I'm Ping-Lien.

yungyuc commented 4 years ago

Gitter: https://gitter.im/yyc-turgon/community

yungyuc commented 4 years ago

Thank you everyone for joining the sprint today. For the cmake installation issue that many encountered, please take a look at #12.