Pinned Repositories
fftpack
Double precision version of fftpack
fpm
Fortran Package Manager (fpm)
stdlib
Fortran Standard Library
auto-diff
Fortran backward (reverse) mode automatic differentiation.
easy_plplot
Matplotlib personality wrapper for PlPlot in Fortran
fffc
自用的免费函数集合(Self-use free function collection)
forlab
Forlab is a Fortran module that provides a lot of functions for scientific computing mostly inspired by Matlab and Python's package NumPy.
Fortran-Design-Patterns
Fortran Design Patterns.(Fortran语言设计模式)
progress-bar
A simple progress bar module that is typically used to display the time integration process.
sph
💦光滑粒子流体动力学代码(🌊A smoothed particle hydrodynamics (SPH) code)
zoziha's Repositories
zoziha/sph
💦光滑粒子流体动力学代码(🌊A smoothed particle hydrodynamics (SPH) code)
zoziha/Fortran-Design-Patterns
Fortran Design Patterns.(Fortran语言设计模式)
zoziha/forlab
Forlab is a Fortran module that provides a lot of functions for scientific computing mostly inspired by Matlab and Python's package NumPy.
zoziha/progress-bar
A simple progress bar module that is typically used to display the time integration process.
zoziha/AMPD-Algorithm
Automatic Multiscale-based Peak Detection (AMPD) Algorithm
zoziha/rkf45
Fehlberg fourth-fifth order Runge-Kutta method. (rkf45)
zoziha/nnps
NNPS scheme practice in CFD particle method.🌲
zoziha/display
A simple display 📺 module for displaying scalar, vector, and matrix floating-point, integer, logical, and string values on the screen in a general, formatted manner, often used for debugging code or syntax demonstration.
zoziha/timer
A simple timer module to get the number of seconds between two timestamps.
zoziha/slinked-list
Simple generic singly linked list module for in-memory storage of small amounts of data.
zoziha/argparse-f
Modern Fortran command line parser, implemented with OOP.
zoziha/checksum
A simple checksum module, generally used to check if an ASCII file has changed.
zoziha/demo-readfile
zoziha/escape-f
Convert the common C escape characters in a string to Fortran characters
zoziha/fftpack
double precision version of fftpack
zoziha/ford-bugs
zoziha/fortls
fortls - the Fortran Language Server
zoziha/fpm
Fortran Package Manager (fpm)
zoziha/gettext
zoziha/learnxinyminutes-docs
Code documentation written as code! How novel and totally my idea!
zoziha/lfortran
Official main repository for LFortran
zoziha/meson
The Meson Build System
zoziha/meson-bug-report
zoziha/Microbenchmarks
Microbenchmarks comparing the Julia Programming language with other languages
zoziha/MINGW-packages
Package scripts for MinGW-w64 targets to build under MSYS2.
zoziha/quickstart-fortran
An easy Windows installer for GFortran and the Fortran Package Manager
zoziha/SM3-Fortran
The SM3 password hashing algorithm is a hash algorithm similar to SHA-256, which belongs to the Chinese national standard. This library only contains a Fortran interface `SM3` of GmSSL and its usage examples.
zoziha/sparse_fortran
sparse coo and csr
zoziha/stdlib
Fortran Standard Library
zoziha/to_f90
Alan Miller's tool for converting Fortran 77 code to free-form Fortran 90 code