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) |
| 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 ) |
|
private |