|
|
|
|
|
__init__(self,
mesh,
local_discretization=None,
order=None,
init_cuda=True,
debug=set(),
device=None,
default_scalar_type=numpy.float32,
tune_for=None,
run_context=None,
mpi_cuda_dev_filter=lambda dev: True)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| _new_vec(self,
shape,
create_func,
dtype,
base_size) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from discretization.Discretization:
__len__,
add_function,
boundary_nonempty,
boundary_normals,
compile,
convert_dtype,
dt_factor,
dt_geometric_factor,
dt_non_geometric_factor,
find_el_data,
find_el_discretization,
find_el_range,
find_element,
get_boundary,
get_point_evaluator,
inner_product,
integral,
interpolate_boundary_function,
interpolate_volume_function,
len_boundary,
mesh_volume,
norm
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|