Home
last modified time | relevance | path

Searched refs:c (Results 1 – 14 of 14) sorted by relevance

/honee/tests/junit-xml/junit_xml/
H A D__init__.py127 if any(c.assertions for c in self.test_cases):
128 …test_suite_attributes["assertions"] = str(sum([int(c.assertions) for c in self.test_cases if c.ass…
129 … test_suite_attributes["disabled"] = str(len([c for c in self.test_cases if not c.is_enabled]))
130 test_suite_attributes["errors"] = str(len([c for c in self.test_cases if c.is_error()]))
131 test_suite_attributes["failures"] = str(len([c for c in self.test_cases if c.is_failure()]))
133 test_suite_attributes["skipped"] = str(len([c for c in self.test_cases if c.is_skipped()]))
135 … test_suite_attributes["time"] = str(sum(c.elapsed_sec for c in self.test_cases if c.elapsed_sec))
/honee/
H A DMakefile35 CXXFLAGS = -std=c++17 -Wno-deprecated -Wno-tautological-compare
65 src.c += $(sort $(wildcard $(PROBLEMDIR)/torch/*.c))
81c := examples/navierstokes.c $(filter-out $(wildcard **/smartsim/*), $(sort $(wildcard $(PROBLEMDI…
82 src.o = $(src.c:%.c=$(OBJDIR)/%.o) $(src.cpp:%.cpp=$(OBJDIR)/%.o)
90 src.c += $(sort $(wildcard $(SRCDIR)/smartsim/*.c))
195 $(OBJDIR)/src/honee-config.o src/honee-config.c.tidy: CONFIGFLAGS += -DHONEE_GIT_VERSION="\"$(GIT_D…
196 $(OBJDIR)/src/honee-config.o src/honee-config.c.tidy: CONFIGFLAGS += -DHONEE_BUILD_CONFIGURATION="\…
198 $(OBJDIR)/%.o : %.c | $$(@D)/.DIR
232 examples.c := $(sort $(wildcard examples/*.c))
233 examples := $(examples.c:examples/%.c=$(OBJDIR)/%)
[all …]
H A DLICENSE-BSD3 Copyright (c) 2017-2024, University of Colorado Boulder, Lawrence Livermore National Security, LLC …
H A DCONTRIBUTING.md41 (c) The contribution was provided directly to me by some other person who certified (a), (b) or (c)…
H A DREADME.md93 $ export PETSC_DIR=$PWD PETSC_ARCH=arch-linux-c-opt
H A DLICENSE-APACHE100 (c) You must retain, in the Source form of any Derivative Works
H A DDoxyfile980 # If left blank the following patterns are tested:*.c, *.cc, *.cxx, *.cxxm,
981 # *.cpp, *.cppm, *.c++, *.c++m, *.java, *.ii, *.ixx, *.ipp, *.i++, *.inl, *.idl,
987 FILE_PATTERNS = *.c \
991 *.c++ \
/honee/src/
H A Ddm-utils.c313 for (PetscInt c = 0; c < num_comp; c++) weights[c] = 1.0; in PetscDTUniformTensorQuadrature() local
321 for (PetscInt c = 0; c < num_comp; c++) weights[i * num_comp + c] = 1.0; in PetscDTUniformTensorQuadrature() local
334 … for (PetscInt c = 0; c < num_comp; c++) weights[(i * num_points + j) * num_comp + c] = 1.0; in PetscDTUniformTensorQuadrature() local
351 …for (PetscInt c = 0; c < num_comp; c++) weights[((i * num_points + j) * num_points + k) * num_comp… in PetscDTUniformTensorQuadrature() local
614 const CeedInt c = 0; in ComputeFieldTabulationP2C() local
618 …terp)[q * P + p_ceed] = tabulation->T[0][((face * Q + q) * P * num_comp + p_petsc) * num_comp + c]; in ComputeFieldTabulationP2C()
620 …+ p_ceed] = tabulation->T[1][(((face * Q + q) * P * num_comp + p_petsc) * num_comp + c) * dim + d]; in ComputeFieldTabulationP2C()
/honee/qfunctions/
H A Dutils.h530 for (CeedInt c = 0; c < num_comp; c++) { in GradUnpackND() local
531 grad_local[dim * c + d] = grad[(Q * num_comp) * d + Q * c + i]; in GradUnpackND()
H A Dnewtonian_state.h273 …rvativeAXPBYPCZ(CeedScalar a, StateConservative X, CeedScalar b, StateConservative Y, CeedScalar c, in StateConservativeAXPBYPCZ() argument
276 R.density = a * X.density + b * Y.density + c * Z.density; in StateConservativeAXPBYPCZ()
277 …for (int i = 0; i < 3; i++) R.momentum[i] = a * X.momentum[i] + b * Y.momentum[i] + c * Z.momentum… in StateConservativeAXPBYPCZ()
278 R.E_total = a * X.E_total + b * Y.E_total + c * Z.E_total; in StateConservativeAXPBYPCZ()
/honee/tests/junit-xml/
H A DLICENSE.txt3 Copyright (c) 2013 Kyrus Tech, Inc., Brian Beyer
/honee/tests/
H A Djunit_common.py840 return any(c.is_failure() or c.is_error() for c in test_suite.test_cases)
/honee/doc/
H A Dauxiliary.md386 Those scalar filter widths correspond to the scaling correspond to $\bm{D} = c \bm{I}$, where $c$ i…
H A Dexamples.md186 $$T = T_w \left [ 1 + \frac{Pr \hat{E}c}{3} \left \{1 - \left(\frac{x_2}{H}\right)^4 \right \} \ri…