analysis

All user defined applications using HAD must include a subroutine called "analysis" and another called "analysis_pt". One of these two routines is called after each evolution step. Quantities used to monitor the solution may be calculed here, such as constraints, energies, etc. The "analysis_pt" routine is for pointwise analysis. Default behavior is to call "analysis".

Notes

See Also

setup, point_wise_analysis, initial_analysis, analysis_[field_name], List of required routines

Index of all manual pages

Examples

had/src/hyperCurvedWave/analysis.f90