interpl_c2v Subroutine

public subroutine interpl_c2v(self, p_out, p, x_interpl_c2v, y_interpl_c2v, z_interpl_c2v)

Interpolation of a scalar field from cell centres to vertices.

Input field is at cell centres (data_loc=CELL) in DIR_Z layout. Output field is at vertices (data_loc=VERT) in DIR_X layout.

Type Bound

vector_calculus_t

Arguments

Type IntentOptional Attributes Name
class(vector_calculus_t) :: self
class(field_t), intent(inout) :: p_out
class(field_t), intent(in) :: p
class(tdsops_t), intent(in) :: x_interpl_c2v
class(tdsops_t), intent(in) :: y_interpl_c2v
class(tdsops_t), intent(in) :: z_interpl_c2v

Calls

proc~~interpl_c2v~~CallsGraph proc~interpl_c2v m_vector_calculus::vector_calculus_t%interpl_c2v proc~get_block m_allocator::allocator_t%get_block proc~interpl_c2v->proc~get_block proc~release_block m_allocator::allocator_t%release_block proc~interpl_c2v->proc~release_block reorder reorder proc~interpl_c2v->reorder tds_solve tds_solve proc~interpl_c2v->tds_solve 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

Called by

proc~~interpl_c2v~~CalledByGraph proc~interpl_c2v m_vector_calculus::vector_calculus_t%interpl_c2v proc~compute_pressure_vert m_solver::solver_t%compute_pressure_vert proc~compute_pressure_vert->proc~interpl_c2v proc~run m_base_case::base_case_t%run proc~run->proc~compute_pressure_vert program~xcompact xcompact program~xcompact->proc~run