Home
last modified time | relevance | path

Searched defs:output (Results 1 – 3 of 3) sorted by relevance

/honee/tests/junit-xml/junit_xml/
H A D__init__.py404 def add_error_info(self, message=None, output=None, error_type=None): argument
423 def add_failure_info(self, message=None, output=None, failure_type=None): argument
442 def add_skipped_info(self, message=None, output=None): argument
/honee/src/
H A Dpetsc_ops.c172 …peratorCreateLocalVecs(CeedOperator op, VecType vec_type, MPI_Comm comm, Vec *input, Vec *output) { in CeedOperatorCreateLocalVecs()
/honee/qfunctions/
H A Dutils.h44 CeedScalar output = 0; in DotN() local