Provide a class to write EnSight Gold files More...
| Data Types | |
| type | mod_ensight_gold::t_ensight_gold | 
| Class to write a EnSight Gold file.  More... | |
| Functions/Subroutines | |
| 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. | |
Provide a class to write EnSight Gold files
| 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 ) | 
Initialize EnSight Gold writer.
Multiple call of this routine have not effect.
| [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 |