Jacobian-Free Newton-Krylov
Introduction The Jacobian-Free Newton–Krylov (JFNK) method is a nonlinear solver that combines Newton’s method with Krylov-subspace linear solvers without ever forming the Jacobian matrix explicit...
Create new package via PkgTemplates.jl
Create new package via PkgTemplates.jl using PkgTemplates t = Template( user = "Your_GitHub_username", authors = ["name <your_email@example.com>"], # Specify the directory whe...
Difference between get(), getproperty(), and getfield()
get Scope:Generally used to retrieve values from indexable data structures (such as Dict, Array) or other containers with customizable interfaces. Function:get(collection, key, def...
Control Flow
Different ways to write for loop in Julia lang.
Timing and Benchmarking
Timing and benchmarking of the Julia language.
Plot
Plotting in the Julia language.
Inputs and Outputs
Basic input and output of the Julia language.
Customize the Favicon
The favicons of Chirpy are placed in the directory assets/img/favicons/. You may want to replace them with your own. The following sections will guide you to create and replace the default favicons...
Writing a New Post
This tutorial will guide you how to write a post in the Chirpy template, and it’s worth reading even if you’ve used Jekyll before, as many features require specific variables to be set. Naming and...