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

Public Member Functions

subroutine qs_diff_mass_vect_m (type_op, LA, mesh, visco, mass, stab, mode, matrix)
 
subroutine qs_diff_mass_scal_m (mesh, LA, visco, mass, stab, mode, matrix)
 
subroutine qs_diff_mass_scal_m_variant (mesh, LA, heat_capa, visco, mass, stab, mode, matrix)
 
subroutine qs_mass_vect_3x3 (LA, mesh, mass, matrix)
 
subroutine qs_diff_mass_vect_3x3 (type_op, LA, mesh, visco, mass, stab, stab_bdy_ns, mode, matrix)
 
subroutine qs_diff_mass_vect_3x3_divpenal (type_op, LA, mesh, visco, mass, stab, stab_bdy_ns, mode, matrix)
 
subroutine qs_00_m (mesh, alpha, LA, matrix)
 
subroutine qs_11_m (mesh, visco, LA, matrix)
 
subroutine qs_diff_mass_scal_m_level (mesh, LA, visco, mass, stab, mode, matrix)
 

Detailed Description

Definition at line 6 of file fem_M_axi.f90.

Member Function/Subroutine Documentation

subroutine fem_m_axi::qs_00_m ( type(mesh_type), intent(in)  mesh,
real(kind=8), intent(in)  alpha,
type(petsc_csr_la)  LA,
  matrix 
)

Definition at line 1152 of file fem_M_axi.f90.

subroutine fem_m_axi::qs_11_m ( type(mesh_type), target  mesh,
real(kind=8), intent(in)  visco,
type(petsc_csr_la)  LA,
  matrix 
)

Definition at line 1198 of file fem_M_axi.f90.

subroutine fem_m_axi::qs_diff_mass_scal_m ( type(mesh_type), intent(in)  mesh,
type(petsc_csr_la)  LA,
real(kind=8), intent(in)  visco,
real(kind=8), intent(in)  mass,
real(kind=8), intent(in)  stab,
integer, intent(in)  mode,
  matrix 
)

Definition at line 127 of file fem_M_axi.f90.

Here is the caller graph for this function:

subroutine fem_m_axi::qs_diff_mass_scal_m_level ( type(mesh_type), intent(in)  mesh,
type(petsc_csr_la)  LA,
real(kind=8), intent(in)  visco,
real(kind=8), intent(in)  mass,
real(kind=8), intent(in)  stab,
integer, intent(in)  mode,
  matrix 
)

Definition at line 1250 of file fem_M_axi.f90.

Here is the caller graph for this function:

subroutine fem_m_axi::qs_diff_mass_scal_m_variant ( type(mesh_type), intent(in)  mesh,
type(petsc_csr_la)  LA,
real(kind=8), dimension(:), intent(in)  heat_capa,
real(kind=8), dimension(:), intent(in)  visco,
real(kind=8), intent(in)  mass,
real(kind=8), intent(in)  stab,
integer, intent(in)  mode,
  matrix 
)

Definition at line 198 of file fem_M_axi.f90.

Here is the caller graph for this function:

subroutine fem_m_axi::qs_diff_mass_vect_3x3 ( integer, intent(in)  type_op,
type(petsc_csr_la)  LA,
type(mesh_type), target  mesh,
real(kind=8), intent(in)  visco,
real(kind=8), intent(in)  mass,
real(kind=8), intent(in)  stab,
real(kind=8), intent(in)  stab_bdy_ns,
integer, intent(in)  mode,
  matrix 
)

Definition at line 356 of file fem_M_axi.f90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine fem_m_axi::qs_diff_mass_vect_3x3_divpenal ( integer, intent(in)  type_op,
type(petsc_csr_la)  LA,
type(mesh_type), target  mesh,
real(kind=8), intent(in)  visco,
real(kind=8), intent(in)  mass,
real(kind=8), intent(in)  stab,
real(kind=8), intent(in)  stab_bdy_ns,
integer, intent(in)  mode,
  matrix 
)

Definition at line 669 of file fem_M_axi.f90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine fem_m_axi::qs_diff_mass_vect_m ( integer, intent(in)  type_op,
type(petsc_csr_la)  LA,
type(mesh_type), intent(in)  mesh,
real(kind=8), intent(in)  visco,
real(kind=8), intent(in)  mass,
real(kind=8), intent(in)  stab,
integer, intent(in)  mode,
  matrix 
)

Definition at line 11 of file fem_M_axi.f90.

Here is the call graph for this function:

subroutine fem_m_axi::qs_mass_vect_3x3 ( type(petsc_csr_la)  LA,
type(mesh_type)  mesh,
real(kind=8), intent(in)  mass,
  matrix 
)

Definition at line 269 of file fem_M_axi.f90.

Here is the caller graph for this function:


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