SPHinXsys  alpha version
Public Member Functions | Protected Attributes | List of all members
SPH::BaseMeshField Class Referenceabstract

Abstract base class for the field data saved on a mesh. More...

#include <base_mesh.h>

Inherited by SPH::BaseCellLinkedList, and SPH::BaseLevelSet.

Public Member Functions

 BaseMeshField (const std::string &name)
 
std::string Name ()
 
virtual void writeMeshFieldToPlt (std::ofstream &output_file)=0
 

Protected Attributes

std::string name_
 

Detailed Description

Abstract base class for the field data saved on a mesh.

Member Function Documentation

◆ writeMeshFieldToPlt()

virtual void SPH::BaseMeshField::writeMeshFieldToPlt ( std::ofstream &  output_file)
pure virtual

output mesh data for Tecplot visualization

Implemented in SPH::CellLinkedList, and SPH::LevelSet.


The documentation for this class was generated from the following file: