SFEMaNS  version 5.3
Reference documentation for SFEMaNS
rhs_gauss_computing Module Reference

Functions/Subroutines

subroutine, public rhs_ns_gauss_3x3 (vv_mesh, pp_mesh, communicator, list_mode, time, V1m, pn, pn_inc, rotv_v, rhs_gauss, opt_tempn)
 
subroutine, public rhs_residual_ns_gauss_3x3 (vv_mesh, pp_mesh, communicator, list_mode, time, du_dt, pn, rotv_v, rhs_gauss, opt_tempn)
 
subroutine, public rhs_residual_ns_gauss_3x3_mom (vv_mesh, pp_mesh, list_mode, time, du_dt, pn, density, rotb_b, rhs_gauss, opt_tempn)
 
subroutine, public rhs_ns_gauss_3x3_art_comp_mom (vv_mesh, pp_mesh, communicator, list_mode, time, V1m, pn, rotv_v, rhs_gauss, tempn, density)
 

Function/Subroutine Documentation

subroutine, public rhs_gauss_computing::rhs_ns_gauss_3x3 ( type(mesh_type vv_mesh,
type(mesh_type pp_mesh,
  communicator,
integer, dimension(:), intent(in)  list_mode,
real(kind=8), intent(in)  time,
real(kind=8), dimension(:,:,:), intent(in)  V1m,
real(kind=8), dimension(:,:,:), intent(in)  pn,
real(kind=8), dimension(:,:,:), intent(in)  pn_inc,
real(kind=8), dimension(:,:,:), intent(in)  rotv_v,
real(kind=8), dimension(vv_mesh%gauss%l_g*vv_mesh%dom_me,6,size(list_mode)), intent(out)  rhs_gauss,
real(kind=8), dimension(:,:,:), intent(in), optional  opt_tempn 
)

Definition at line 9 of file computing_rhs_gauss.f90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine, public rhs_gauss_computing::rhs_ns_gauss_3x3_art_comp_mom ( type(mesh_type vv_mesh,
type(mesh_type pp_mesh,
  communicator,
integer, dimension(:), intent(in)  list_mode,
real(kind=8), intent(in)  time,
real(kind=8), dimension(:,:,:), intent(in)  V1m,
real(kind=8), dimension(:,:,:), intent(in)  pn,
real(kind=8), dimension(:,:,:), intent(in)  rotv_v,
real(kind=8), dimension(vv_mesh%gauss%l_g*vv_mesh%dom_me,6,size(list_mode)), intent(out)  rhs_gauss,
real(kind=8), dimension(:,:,:), intent(in)  tempn,
real(kind=8), dimension(:,:,:), intent(in)  density 
)

Definition at line 350 of file computing_rhs_gauss.f90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine, public rhs_gauss_computing::rhs_residual_ns_gauss_3x3 ( type(mesh_type vv_mesh,
type(mesh_type pp_mesh,
  communicator,
integer, dimension(:), intent(in)  list_mode,
real(kind=8), intent(in)  time,
real(kind=8), dimension(:,:,:), intent(in)  du_dt,
real(kind=8), dimension(:,:,:), intent(in)  pn,
real(kind=8), dimension(:,:,:), intent(in)  rotv_v,
real(kind=8), dimension(vv_mesh%gauss%l_g*vv_mesh%dom_me,6,size(list_mode)), intent(out)  rhs_gauss,
real(kind=8), dimension(:,:,:), intent(in), optional  opt_tempn 
)

Definition at line 155 of file computing_rhs_gauss.f90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine, public rhs_gauss_computing::rhs_residual_ns_gauss_3x3_mom ( type(mesh_type vv_mesh,
type(mesh_type pp_mesh,
integer, dimension(:), intent(in)  list_mode,
real(kind=8), intent(in)  time,
real(kind=8), dimension(:,:,:), intent(in)  du_dt,
real(kind=8), dimension(:,:,:), intent(in)  pn,
real(kind=8), dimension(:,:,:), intent(in)  density,
real(kind=8), dimension(:,:,:), intent(in)  rotb_b,
real(kind=8), dimension(vv_mesh%gauss%l_g*vv_mesh%dom_me,6,size(list_mode)), intent(out)  rhs_gauss,
real(kind=8), dimension(:,:,:), intent(in), optional  opt_tempn 
)

Definition at line 260 of file computing_rhs_gauss.f90.

Here is the call graph for this function:

Here is the caller graph for this function: