SPHinXsys  alpha version
Public Member Functions | Protected Attributes | List of all members
SPH::RefinedMesh< CoarseMeshType > Class Template Reference

Abstract base class derived from the coarse mesh but has double resolution. Currently, the design is simple but can be extending for more inter-mesh operations. More...

#include <base_mesh.h>

Inherits CoarseMeshType.

Public Member Functions

template<typename... Args>
 RefinedMesh (BoundingBox tentative_bounds, CoarseMeshType &coarse_mesh, Args &&...args)
 

Protected Attributes

CoarseMeshType & coarse_mesh_
 

Detailed Description

template<class CoarseMeshType>
class SPH::RefinedMesh< CoarseMeshType >

Abstract base class derived from the coarse mesh but has double resolution. Currently, the design is simple but can be extending for more inter-mesh operations.


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