Function lili::mesh::PrintMeshSize

Function Documentation

void lili::mesh::PrintMeshSize(const MeshSize &mesh_size, lili::output::LiliCout &lout)

Function to print MeshSize information.

Print the MeshSize information to the standard output.

Example:

====== Mesh information ======
dim = 3
n   = (100, 100, 100)
ng  = (2, 2, 2)
l   = (1.0, 1.0, 1.0)
r0  = (0.0, 0.0, 0.0)

Parameters:
  • mesh_sizeMesh size information

  • lout – Custom LiliCout class for output