SFEMaNS  version 4.1 (work in progress)
Reference documentation for SFEMaNS
 All Classes Files Functions Variables Groups Pages
rhs_gauss_computing Module Reference

Public Member Functions

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 inject (jj_c, jj_f, pp_c, pp_f)
 

Detailed Description

Definition at line 1 of file computing_rhs_gauss.f90.

Member Function/Subroutine Documentation

subroutine rhs_gauss_computing::inject ( integer, dimension(:,:), intent(in)  jj_c,
integer, dimension(:,:), intent(in)  jj_f,
real(kind=8), dimension(:), intent(in)  pp_c,
real(kind=8), dimension(:), intent(out)  pp_f 
)

Definition at line 335 of file computing_rhs_gauss.f90.

Here is the caller graph for this function:

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 6 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 145 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 247 of file computing_rhs_gauss.f90.

Here is the call graph for this function:

Here is the caller graph for this function:


The documentation for this module was generated from the following file: