|
Vlasiator ebf0dd394 on dev (v5.4.0 + 1054 commits)
|
#include <velocity_mesh_parameters.h>
Public Member Functions | |
| MeshWrapper () | |
| ~MeshWrapper () | |
| MeshWrapper (const MeshWrapper &other) | |
| MeshWrapper & | operator= (const MeshWrapper &other) |
| void | initVelocityMeshes (const uint nMeshes) |
| void | uploadMeshWrapper () |
Public Attributes | |
| std::vector< vmesh::MeshParameters > * | velocityMeshesCreation |
| std::array< vmesh::MeshParameters, MAX_VMESH_PARAMETERS_COUNT > * | velocityMeshes |
Definition at line 73 of file velocity_mesh_parameters.h.
|
inline |
Definition at line 74 of file velocity_mesh_parameters.h.

|
inline |
Definition at line 78 of file velocity_mesh_parameters.h.
|
inline |
| void vmesh::MeshWrapper::initVelocityMeshes | ( | const uint | nMeshes | ) |
Pre-calculate more helper parameters for velocity meshes.
Definition at line 114 of file velocity_mesh_parameters.cpp.


|
inline |
| void vmesh::MeshWrapper::uploadMeshWrapper | ( | ) |
| std::array<vmesh::MeshParameters,MAX_VMESH_PARAMETERS_COUNT>* vmesh::MeshWrapper::velocityMeshes |
Definition at line 95 of file velocity_mesh_parameters.h.
| std::vector<vmesh::MeshParameters>* vmesh::MeshWrapper::velocityMeshesCreation |
Definition at line 91 of file velocity_mesh_parameters.h.