Provide a class to write EnSight Gold files
More...
|
subroutine | mod_ensight_gold::notus_ensight_initialize (ensight, path, base_name, use_constant_mesh) |
| Initialize EnSight Gold writer.
|
|
subroutine | mod_notus_ensight_output_grids_and_fields::notus_ensight_output_grids_and_fields () |
| EnSight Gold output grid and fields routine.
|
|
◆ notus_ensight_initialize()
subroutine mod_ensight_gold::notus_ensight_initialize |
( |
class(t_ensight_gold), intent(inout) | ensight, |
|
|
character(len=*), intent(in) | path, |
|
|
character(len=*), intent(in) | base_name, |
|
|
logical, intent(in) | use_constant_mesh ) |
Multiple call of this routine have not effect.
- Parameters
-
[in,out] | ensight | EnSight Gold writer |
[in] | path | path of the EnSight case file |
[in] | base_name | base name of the EnSight case file |
[in] | use_constant_mesh | the mesh does not depend on time |