yt-project / libyt

In-situ analysis with yt
https://libyt.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
9 stars 3 forks source link

Paper #9

Open hyschive opened 3 years ago

hyschive commented 3 years ago

Tasks

cindytsai commented 2 years ago

Example Papers

ApJS

cindytsai commented 2 years ago

Outline of the Paper

1. INTRODUCTION

2. CODE METHOD

2.1 Big Picture of libyt

2.2 Embedding Python in C++ Application

2.3 Connecting libyt to yt

2.4 Supported yt Functionalities

2.5 Parallelism

2.6 Collecting Grid Information

2.7 Loading Intrinsic Fields

2.8 Computing Derived Fields

2.9 Supporting Particle Data

3. DEMONSTRATION: HOW TO IMPLEMENT LIBYT TO SIMULATION CODE

3.1 Initialization

3.2 Setting yt Parameters

3.3 Setting Code-Specific Parameters

3.4 Setting Fields Information

3.5 Adding Derived Field

3.6 Setting Particles Information

3.7 Setting Local Grids Information

3.8 Committing Your Settings

3.9 Performing Inline-Analysis

3.10 Freeing Resource

3.11 Finalization

4. SCIENTIFIC APPLICATIONS

Reference