CoMD
A Mini-app for Co-Design of Classical Molecular Dynamics.
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
yamlOutput.h File Reference

Write simulation information in YAML format. More...

#include <stdio.h>
Include dependency graph for yamlOutput.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void yamlBegin (void)
 
void yamlEnd (void)
 
void yamlAppInfo (FILE *file)
 
void printSeparator (FILE *file)
 

Variables

FILE * yamlFile
 Provide access to the YAML file in other compliation units. More...
 

Detailed Description

Write simulation information in YAML format.

Definition in file yamlOutput.h.

Function Documentation

void printSeparator ( FILE *  file)

Definition at line 98 of file yamlOutput.c.

Here is the caller graph for this function:

void yamlAppInfo ( FILE *  file)

Definition at line 63 of file yamlOutput.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void yamlBegin ( void  )

Definition at line 45 of file yamlOutput.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void yamlEnd ( void  )

Definition at line 90 of file yamlOutput.c.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

FILE* yamlFile

Provide access to the YAML file in other compliation units.

Definition at line 23 of file yamlOutput.c.