programmer's documentation
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions/Subroutines
fldprp.f90 File Reference

Properties definition initialization, according to calculation type selected by the user. More...

Functions/Subroutines

subroutine fldprp
 
subroutine add_property_field_nd (name, label, dim, iprop)
 add_property_field_nd More...
 
subroutine add_property_field_hidden (name, dim, iprop)
 add_property_field_hidden More...
 
subroutine add_property_field (name, label, iprop)
 add_property_field More...
 
subroutine hide_property (iprop)
 hide_property More...
 
subroutine fldprp_check_nproce
 fldprp_check_nproce More...
 

Detailed Description

Properties definition initialization, according to calculation type selected by the user.

Function/Subroutine Documentation

subroutine add_property_field ( character(len=*), intent(in)  name,
character(len=*), intent(in)  label,
integer, intent(out)  iprop 
)

add_property_field

add field defining a property field defined on cells, with default options It is recommended not to define property names of more than 16 characters, to get a clear execution listing (some advanced writing levels take into account only the first 16 characters).

Parameters
[in]namefield name
[in]labelfield default label, or empty
[out]ipropmatching field property id
subroutine add_property_field_hidden ( character(len=*), intent(in)  name,
integer, intent(in)  dim,
integer, intent(out)  iprop 
)

add_property_field_hidden

add field defining a hidden property field defined on cells

Parameters
[in]namefield name
[in]dimfield dimension
[out]ipropmatching field property id
subroutine add_property_field_nd ( character(len=*), intent(in)  name,
character(len=*), intent(in)  label,
integer, intent(in)  dim,
integer, intent(out)  iprop 
)

add_property_field_nd

add field defining a property field defined on cells, with default options It is recommended not to define property names of more than 16 characters, to get a clear execution listing (some advanced writing levels take into account only the first 16 characters).

Parameters
[in]namefield name
[in]labelfield default label, or empty
[in]dimfield dimension
[out]ipropmatching field property id
subroutine fldprp ( )
subroutine fldprp_check_nproce ( )

fldprp_check_nproce

check npromx is sufficient for the required number of properties.

subroutine hide_property ( integer, intent(in)  iprop)

hide_property

disable logging and postprocessing for a property

Parameters
[in]ipropproperty id