0.6.0
Loading...
Searching...
No Matches
face_field_initialization.f90 File Reference

Modules

module  mod_face_field_initialization
 

Functions/Subroutines

subroutine mod_face_field_initialization::initialize_face_field (initializer, field)
 
subroutine set_face_field_vector_component_2d (base_point, di, dj, init, component, sampling, result, leg_points, leg_weights)
 
subroutine set_face_field_vector_component_3d (base_point, di, dj, dk, init, component, sampling, result, leg_points, leg_weights)
 

Function/Subroutine Documentation

◆ set_face_field_vector_component_2d()

subroutine initialize_face_field::set_face_field_vector_component_2d ( double precision, dimension(3), intent(in) base_point,
double precision, intent(in) di,
double precision, intent(in) dj,
class(t_vector_initializer), intent(in) init,
integer, intent(in) component,
integer, intent(in) sampling,
double precision, intent(inout) result,
double precision, dimension(:), optional leg_points,
double precision, dimension(:), optional leg_weights )

◆ set_face_field_vector_component_3d()

subroutine initialize_face_field::set_face_field_vector_component_3d ( double precision, dimension(3), intent(in) base_point,
double precision, intent(in) di,
double precision, intent(in) dj,
double precision, intent(in) dk,
class(t_vector_initializer), intent(in) init,
integer, intent(in) component,
integer, intent(in) sampling,
double precision, intent(inout) result,
double precision, dimension(:), optional leg_points,
double precision, dimension(:), optional leg_weights )
private