MCPcopy Create free account
hub / github.com/OpenSees/OpenSees / BenchmarkRow

Class BenchmarkRow

EXAMPLES/SolverBenchmark/benchmark_python_sparse.py:195–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193
194@dataclass
195class BenchmarkRow:
196 solver_name: str
197 mesh_factor: float
198 mesh_size: float
199 num_elements: int
200 num_nodes: int
201 num_equations: int
202 status: int
203 time_seconds: float
204 displacement_x: Optional[float] = None
205 displacement_y: Optional[float] = None
206 displacement_z: Optional[float] = None
207
208
209CSV_HEADER = (

Callers 1

run_benchmarkFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected