Home
last modified time | relevance | path

Searched refs:o (Results 1 – 7 of 7) sorted by relevance

/honee/
H A DMakefile82 src.o = $(src.c:%.c=$(OBJDIR)/%.o) $(src.cpp:%.cpp=$(OBJDIR)/%.o)
179 $(OBJDIR)/navierstokes: $(src.o) | navierstokes
180 navierstokes: $(src.o) | $(petsc.pc) $(ceed.pc)
181 $(call quiet,LINK.o) $(LDFLAGS) $^ $(LOADLIBES) $(LDLIBS) -o $(OBJDIR)/$@
194 $(OBJDIR)/src/honee-config.o: Makefile
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
201 $(OBJDIR)/%.o : %.cpp | $$(@D)/.DIR
H A D.gitignore5 *.o
H A DDoxyfile1501 # a.o. the download links, offline the HTML help workshop was already many years
2750 # files in one run (i.e. multiple -o and -T options on the command line). This
2782 # <outfile_format> -o <outputfile> <inputfile>. The external tool should support
/honee/src/
H A Dbc_definition.c357 for (PetscInt o = 0; o < num_orientations_values; o++) { in BCDefinitionAddOperators() local
359 PetscInt orientation = orientation_values[o]; in BCDefinitionAddOperators()
H A Dstrong_boundary_conditions.c89 for (PetscInt o = 0; o < num_orientations_values; o++) { in SetupStrongSTG_Ceed() local
92 PetscInt orientation = orientation_values[o]; in SetupStrongSTG_Ceed()
/honee/problems/
H A Dadvection.c250 for (PetscInt o = 0; o < num_orientations_values; o++) { in DivDiffFluxProjectionCreateRHS_Direct_AdvDif() local
256 …PetscInt orientation = orientation_values[o], dm_field_q = 0, height_cell = 0, height_f… in DivDiffFluxProjectionCreateRHS_Direct_AdvDif()
H A Dnewtonian.c215 for (PetscInt o = 0; o < num_orientations_values; o++) { in DivDiffFluxProjectionCreateRHS_Direct_NS() local
221 …PetscInt orientation = orientation_values[o], dm_field_q = 0, height_cell = 0, height_f… in DivDiffFluxProjectionCreateRHS_Direct_NS()