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

Data Types

interface  mod_extrapolate_field_time::extrapolate_field_time
 
interface  mod_extrapolate_field_time::extrapolate_field_time_o1
 
interface  mod_extrapolate_field_time::extrapolate_field_time_o2
 
interface  mod_extrapolate_field_time::extrapolate_field_time_o3
 
interface  mod_extrapolate_field_time::time_extrapolate_rec_field_o2
 
interface  mod_extrapolate_field_time::extrapolate_field_time_rec
 

Modules

module  mod_extrapolate_field_time
 Extrapolate a field (for example the velocity or pressure) foward in time.
 

Functions/Subroutines

subroutine mod_extrapolate_field_time::extrapolate_edge_field_time_o1 (field_tm0, t, field_res)
 Extrapolate the edge field to field_res at order 1.
 
subroutine mod_extrapolate_field_time::extrapolate_face_field_time_o1 (field_tm0, t, field_res)
 Extrapolate the face field to field_res at order 1.
 
subroutine mod_extrapolate_field_time::extrapolate_scalar_field_time_o1 (field_tm0, t, field_res)
 Extrapolate the scalar field to field_res at order 1.
 
subroutine mod_extrapolate_field_time::extrapolate_edge_field_time_o2 (field_tm1, field_tm0, dtm1, t, field_res)
 Extrapolate the edge fields to field_res at the given time, order 2.
 
subroutine mod_extrapolate_field_time::extrapolate_face_field_time_o2 (field_tm1, field_tm0, dtm1, t, field_res)
 Extrapolate the face fields to field_res atthe given time, order 2.
 
subroutine mod_extrapolate_field_time::extrapolate_scalar_field_time_o2 (field_tm1, field_tm0, dtm1, t, field_res)
 Extrapolate the scalar fields to field_res at the given time, order 2.
 
subroutine mod_extrapolate_field_time::extrapolate_edge_field_time_o3 (field_tm2, field_tm1, field_tm0, dtm2, dtm1, t, field_res)
 Extrapolate the edge fields to field_res at the given time, order 3.
 
subroutine mod_extrapolate_field_time::extrapolate_face_field_time_o3 (field_tm2, field_tm1, field_tm0, dtm2, dtm1, t, field_res)
 Extrapolate the face fields to field_res at the given time, order 3.
 
subroutine mod_extrapolate_field_time::extrapolate_scalar_field_time_o3 (field_tm2, field_tm1, field_tm0, dtm2, dtm1, t, field_res)
 Extrapolate the fields to field_res at the given time, order 3.
 
subroutine mod_extrapolate_field_time::time_extrapolate_rec_face_field_o2 (field_tm1, field_tm0, dtm1, dt, t, field_res)
 Extrapolate (reconstruct) the face fields to field_res at \(t=dt_0\), order 2.
 
subroutine mod_extrapolate_field_time::time_extrapolate_rec_scalar_field_o2 (field_tm1, field_tm0, dtm1, dt, t, field_res)
 Extrapolate (reconstruct) the scalar fields to field_res at \(t=dt_0\), order 2.
 
subroutine mod_extrapolate_field_time::time_extrapolate_rec_scalar_field_o3 (field_tm2, field_tm1, field_tm0, dtm2, dtm1, dt, t, field_res)