Blog posts

2023

Compile and run MOOSE on HPC

2 minute read

Published:

This post is a note on installing and running the finite element framework MOOSE on HPC.

MPI Introduction

4 minute read

Published:

This post is my note on MPI coding.

FEniCS studying notes

less than 1 minute read

Published:

This note records my study route of FEniCS, an open-source finite element library.

2022

Notes on scientific writing

1 minute read

Published:

This post contains some cherry-picked information for writing scientific papers.

My LeetCode summary

3 minute read

Published:

This post is a summary of my short journey in LeetCode.

2021

C++ vector

3 minute read

Published:

This is a quick note for the Vector implemented in C++ STL library.