|
|
| __init__(self,
mesh,
local_discretization=None,
order=None,
flux_plan=None,
init_cuda=True,
debug=False,
dev=None,
default_scalar_type=numpy.float32) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from discretization.Discretization:
__len__,
add_instrumentation,
boundary_nonempty,
dt_factor,
dt_geometric_factor,
dt_non_geometric_factor,
find_el_data,
find_el_discretization,
find_el_range,
find_element,
get_boundary,
get_flux_operator,
integral,
len_boundary,
norm
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|