write_field_p Module


Used by

  • module~~write_field_p~~UsedByGraph module~write_field_p write_field_p proc~nxgraro2_loc nxgraro2_loc proc~nxgraro2_loc->module~write_field_p proc~dteta1_loc dteta1_loc proc~dteta1_loc->module~write_field_p proc~leapfrog_loc leapfrog_loc proc~leapfrog_loc->module~write_field_p proc~groupeun_loc groupeun_loc proc~groupeun_loc->module~write_field_p proc~gradiv2_loc gradiv2_loc proc~gradiv2_loc->module~write_field_p

Contents


Interfaces

public interface WriteField_p

  • public subroutine write_field3D_p(name, Field)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*) :: name
    real, dimension(:,:,:) :: Field
  • public subroutine write_field2D_p(name, Field)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*) :: name
    real, dimension(:,:) :: Field
  • public subroutine write_field1D_p(name, Field)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*) :: name
    real, dimension(:) :: Field

Subroutines

public subroutine write_field1D_p(name, Field)

Arguments

Type IntentOptional Attributes Name
character(len=*) :: name
real, dimension(:) :: Field

public subroutine write_field2D_p(name, Field)

Arguments

Type IntentOptional Attributes Name
character(len=*) :: name
real, dimension(:,:) :: Field

public subroutine write_field3D_p(name, Field)

Arguments

Type IntentOptional Attributes Name
character(len=*) :: name
real, dimension(:,:,:) :: Field