0.6.0
Loading...
Searching...
No Matches
heat_equation_1D.f90 File Reference

Functions/Subroutines

program test_heat_equation_1d
 
subroutine init_positions (positions)
 
subroutine init_dx (dx, pos)
 
subroutine init_field (field, pos)
 
subroutine print_solution (it, t, pos, field)
 

Function/Subroutine Documentation

◆ init_dx()

subroutine test_heat_equation_1d::init_dx ( double precision, dimension(:), intent(out) dx,
double precision, dimension(:), intent(in) pos )
private

◆ init_field()

subroutine test_heat_equation_1d::init_field ( double precision, dimension(:), intent(out) field,
double precision, dimension(:), intent(in) pos )
private

◆ init_positions()

subroutine test_heat_equation_1d::init_positions ( double precision, dimension(:), intent(out) positions)

◆ print_solution()

subroutine test_heat_equation_1d::print_solution ( integer, intent(in) it,
double precision, intent(in) t,
double precision, dimension(:), intent(in) pos,
double precision, dimension(:), intent(in) field )
private

◆ test_heat_equation_1d()

program test_heat_equation_1d