A simple code to perform 1D Richardson Extrapolation.
This solves the extrapolation to
There are two ways to use this code. First, if it is known that equal_space_example.txt
and es_match_gen_example.txt
, and is recommended if possible.
Alternatively, if the spacing between the points is not constant, then a list of general_example.txt
and gen_match_es_example.txt
.
Note that the module src/richardson_module.f90
is portable and can be dropped into another program if desired.