pymor.discretizers.builtin.domaindiscretizers.default¶
Module Contents¶
Functions¶
Mesh a |
- pymor.discretizers.builtin.domaindiscretizers.default.discretize_domain_default(domain_description, diameter=1 / 100, grid_type=None)[source]¶
Mesh a
DomainDescriptionusing an appropriate default implementation.This method can discretize the following
DomainDescriptions:DomainDescription
grid_type
default
X
X
X
X
X
GmshGridX
Parameters
- domain_description
A
DomainDescriptionof the domain to mesh.- diameter
Maximal diameter of the codim-0 entities of the generated
Grid.- grid_type
The class of the
Gridwhich is to be constructed. IfNone, a default choice is made according to the table above.
Returns
- grid
The generated
Grid.- boundary_info
The generated
BoundaryInfo.