Dummy at the moment, but now the boundary condition kernel caller can see what vertex buffer name is in use.
This commit is contained in:
@@ -45,7 +45,8 @@ AcResult acKernelPeriodicBoundconds(const cudaStream_t stream, const int3 start,
|
||||
AcReal* vtxbuf);
|
||||
/** */
|
||||
AcResult acKernelGeneralBoundconds(const cudaStream_t stream, const int3 start, const int3 end,
|
||||
AcReal* vtxbuf, const AcMeshInfo config, const int3 bindex);
|
||||
AcReal* vtxbuf, const VertexBufferHandle vtxbuf_handle,
|
||||
const AcMeshInfo config, const int3 bindex);
|
||||
|
||||
|
||||
/** */
|
||||
|
Reference in New Issue
Block a user