Skip to content
Snippets Groups Projects
Commit d59bec9d authored by Andreas Dedner's avatar Andreas Dedner
Browse files

added name attribute to quadpy quadrature class

parent f6c4a773
No related branches found
No related tags found
1 merge request!140Feature/add python bindings
......@@ -46,6 +46,8 @@ try:
@property
def order(self):
return self.quadrature_.degree
def name(self):
return self.method_
def rule(gt,quadDescription):
try:
gt = gt.type
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment