WARPXM v1.10.0
|
Represents a single subdomain geometry. More...
Represents a single subdomain geometry.
Public Member Functions | |
def | __init__ (self, mesh_file, m_id, name, sd_idx, primitive_id, conn_dtype, conn_slab, conn_shape, coord_dtype, coord_shape) |
def | read_geometry (self, ndims=None) |
Reads the coordinates and connectivities of this subdomain. | |
Public Attributes | |
mesh_file | |
m_id | |
name | |
sd_idx | |
primitive_id | |
sd_elems | |
conn_dtype | |
conn_slab | |
conn_shape | |
coord_dtype | |
coord_shape | |
def warpy.dataset.subdomain.__init__ | ( | self, | |
mesh_file, | |||
m_id, | |||
name, | |||
sd_idx, | |||
primitive_id, | |||
conn_dtype, | |||
conn_slab, | |||
conn_shape, | |||
coord_dtype, | |||
coord_shape | |||
) |
mesh_file | |
m_id | |
name | subdomain name |
sd_idx | subdomain index, or None if this is a dg mesh |
primitive_id | |
conn_dtype | |
conn_slab | |
conn_shape | |
coord_dtype | |
coord_shape |
def warpy.dataset.subdomain.read_geometry | ( | self, | |
ndims = None |
|||
) |
Reads the coordinates and connectivities of this subdomain.
ndims | number of dimensions of coordinates to read in, or None to read all. |
warpy.dataset.subdomain.conn_dtype |
warpy.dataset.subdomain.conn_shape |
warpy.dataset.subdomain.conn_slab |
warpy.dataset.subdomain.coord_dtype |
warpy.dataset.subdomain.coord_shape |
warpy.dataset.subdomain.m_id |
warpy.dataset.subdomain.mesh_file |
warpy.dataset.subdomain.name |
warpy.dataset.subdomain.primitive_id |
warpy.dataset.subdomain.sd_elems |
warpy.dataset.subdomain.sd_idx |