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

Public Member Functions

subroutine precond_mat (ia, aa, vect)
 
subroutine dirichlet_m (js, ia, ja, a0)
 
subroutine dirichlet_rescale_m (js, ia, ja, alpha, a0)
 
subroutine dirichlet_bloc_m (js_D, ia, ja, a0)
 
subroutine dir_nodes_size (js, sides, Dir, j_D_size)
 
subroutine dir_nodes_gen (js, sides, Dir, j_D)
 
subroutine dir_nodes_sides_gen (js, sides, Dir, j_D, s_D)
 
subroutine dirichlet_nodes (jjs_in, sides_in, dir_in, js_d)
 
subroutine dirichlet_nodes_sides (jjs_in, sides_in, dir_in, js_d, sides_D)
 
subroutine dirichlet_nodes_bloc (jjs_in, sides_in, dir_in, nb_bloc, bloc_size, js_d)
 

Detailed Description

Definition at line 4 of file dir_nodes.f90.

Member Function/Subroutine Documentation

subroutine dir_nodes::dir_nodes_gen ( integer, dimension(:,:), intent(in)  js,
integer, dimension(:), intent(in)  sides,
logical, dimension(:), intent(in)  Dir,
integer, dimension(:), intent(out)  j_D 
)

Definition at line 243 of file dir_nodes.f90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine dir_nodes::dir_nodes_sides_gen ( integer, dimension(:,:), intent(in)  js,
integer, dimension(:), intent(in)  sides,
logical, dimension(:), intent(in)  Dir,
integer, dimension(:), intent(out)  j_D,
integer, dimension(:), intent(out)  s_D 
)

Definition at line 360 of file dir_nodes.f90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine dir_nodes::dir_nodes_size ( integer, dimension(:,:), intent(in)  js,
integer, dimension(:), intent(in)  sides,
logical, dimension(:), intent(in)  Dir,
integer, intent(out)  j_D_size 
)

Definition at line 124 of file dir_nodes.f90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine dir_nodes::dirichlet_bloc_m ( type(dyn_int_line), dimension(:)  js_D,
integer, dimension(:), intent(in)  ia,
integer, dimension(:), intent(in)  ja,
real(kind=8), dimension(:), intent(inout)  a0 
)

Definition at line 95 of file dir_nodes.f90.

subroutine dir_nodes::dirichlet_m ( integer, dimension(:), intent(in)  js,
integer, dimension(:), intent(in)  ia,
integer, dimension(:), intent(in)  ja,
real(kind=8), dimension(:), intent(inout)  a0 
)

Definition at line 42 of file dir_nodes.f90.

subroutine dir_nodes::dirichlet_nodes ( integer, dimension(:,:), intent(in)  jjs_in,
integer, dimension(:), intent(in)  sides_in,
logical, dimension(:), intent(in)  dir_in,
integer, dimension(:), pointer  js_d 
)

Definition at line 495 of file dir_nodes.f90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine dir_nodes::dirichlet_nodes_bloc ( integer, dimension(:,:), intent(in)  jjs_in,
integer, dimension(:), intent(in)  sides_in,
logical, dimension(:), intent(in)  dir_in,
integer, intent(in)  nb_bloc,
integer, intent(in)  bloc_size,
integer, dimension(:), pointer  js_d 
)

Definition at line 530 of file dir_nodes.f90.

Here is the call graph for this function:

subroutine dir_nodes::dirichlet_nodes_sides ( integer, dimension(:,:), intent(in)  jjs_in,
integer, dimension(:), intent(in)  sides_in,
logical, dimension(:), intent(in)  dir_in,
integer, dimension(:), pointer  js_d,
integer, dimension(:), pointer  sides_D 
)

Definition at line 513 of file dir_nodes.f90.

Here is the call graph for this function:

subroutine dir_nodes::dirichlet_rescale_m ( integer, dimension(:), intent(in)  js,
integer, dimension(:), intent(in)  ia,
integer, dimension(:), intent(in)  ja,
real(kind=8), intent(in)  alpha,
real(kind=8), dimension(:), intent(inout)  a0 
)

Definition at line 69 of file dir_nodes.f90.

subroutine dir_nodes::precond_mat ( integer, dimension(:), intent(in)  ia,
real(kind=8), dimension(:), intent(inout)  aa,
real(kind=8), dimension(:), intent(out)  vect 
)

Definition at line 8 of file dir_nodes.f90.


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