Searched refs:rules_path (Results 1 – 1 of 1) sorted by relevance
| /petsc/lib/petsc/bin/maint/ |
| H A D | petscdt_create_quadrature_headers.py | 17 def triangle_rules(rules_path): argument 23 compact_folder = os.path.join(rules_path, "compact", "tri") 24 expanded_folder = os.path.join(rules_path, "expanded", "tri") 82 def tetrahedron_rules(rules_path): argument 89 rules_path = os.path.join(rules_path, "cubatures_tet_sym_repository") 90 for file in glob.glob(os.path.join(rules_path, "*_compact.txt")): 97 with open(os.path.join(rules_path,file),"r") as f: 106 with open(os.path.join(rules_path, exname),"r") as f:
|