rprecon Function

public function rprecon(v, M1)

This is an empty preconditioner for real-type input v

Arguments

Type IntentOptional Attributes Name
real(kind=realdp), intent(in), dimension(:,:) :: v
type(preconditioner), intent(in) :: M1

Return Value real(kind=realdp), dimension(size(v,1),size(v,2))


Called by

proc~~rprecon~~CalledByGraph proc~rprecon rprecon interface~operator(SLASH) OPERATOR(/) interface~operator(SLASH)->proc~rprecon