laplacian Subroutine

public subroutine laplacian(self, lapl_u, u, x_der2nd, y_der2nd, z_der2nd)

Laplacian of a scalar field 'u'.

Evaluated at the data_loc defined by the input u field

Input and output fields are in DIR_X layout.

Type Bound

vector_calculus_t

Arguments

Type IntentOptional Attributes Name
class(vector_calculus_t) :: self
class(field_t), intent(inout) :: lapl_u
class(field_t), intent(in) :: u
class(tdsops_t), intent(in) :: x_der2nd
class(tdsops_t), intent(in) :: y_der2nd
class(tdsops_t), intent(in) :: z_der2nd

Calls

proc~~laplacian~~CallsGraph proc~laplacian m_vector_calculus::vector_calculus_t%laplacian proc~get_block m_allocator::allocator_t%get_block proc~laplacian->proc~get_block proc~release_block m_allocator::allocator_t%release_block proc~laplacian->proc~release_block reorder reorder proc~laplacian->reorder sum_yintox sum_yintox proc~laplacian->sum_yintox sum_zintox sum_zintox proc~laplacian->sum_zintox tds_solve tds_solve proc~laplacian->tds_solve none~get_padded_dims m_mesh::mesh_t%get_padded_dims proc~get_block->none~get_padded_dims proc~create_block m_allocator::allocator_t%create_block proc~get_block->proc~create_block proc~set_shape m_field::field_t%set_shape proc~get_block->proc~set_shape proc~get_padded_dims_dir m_mesh::mesh_t%get_padded_dims_dir none~get_padded_dims->proc~get_padded_dims_dir proc~get_padded_dims_phi m_mesh::mesh_t%get_padded_dims_phi none~get_padded_dims->proc~get_padded_dims_phi none~get_n_groups m_mesh::mesh_t%get_n_groups proc~get_padded_dims_dir->none~get_n_groups proc~get_padded_dims_phi->none~get_padded_dims proc~get_n_groups_dir m_mesh::mesh_t%get_n_groups_dir none~get_n_groups->proc~get_n_groups_dir proc~get_n_groups_phi m_mesh::mesh_t%get_n_groups_phi none~get_n_groups->proc~get_n_groups_phi proc~get_n_groups_phi->none~get_n_groups