Numerical Methods, Solvers & HPC

This section addresses: how to discretize physical equations into computable forms, how to design solvers for stable and efficient convergence, and how to leverage multi-core, multi-node parallelism for large-scale cases.

1. Discretization Methods

Different frameworks (FVM / FEM / DG) have different applicable scenarios. Selection must consider both physical problem characteristics and subsequent solver complexity and parallel-friendliness.

2. Time Integration

3. Linear Solvers

Core of implicit methods is solving sparse linear systems—this is the performance bottleneck and key to parallelization.

4. Nonlinear Solvers

5. HPC & Parallel Computing

From single-core to multi-core, single-node to clusters: how to make algorithms fully utilize hardware resources.

6. My Practice

Currently focused on:

Specific algorithm implementations, performance analysis, and optimization experience will be detailed in projects and technical notes.