Function lili::mesh::PrintMeshSize¶
Defined in File mesh.cpp
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_size – Mesh size information
lout – Custom LiliCout class for output