SFEMaNS  version 5.3
Reference documentation for SFEMaNS
dir_nodes Module Reference

Functions/Subroutines

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)
 

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 244 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 361 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 125 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 96 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 43 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 496 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 532 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 514 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 70 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 9 of file dir_nodes.f90.