Home
last modified time | relevance | path

Searched refs:BCDefinitionDestroy (Results 1 – 3 of 3) sorted by relevance

/honee/include/
H A Dbc_definition.h59 PetscErrorCode BCDefinitionDestroy(BCDefinition *bc_def);
/honee/src/
H A Dbc_definition.c42 …, BC_DEFINITION_CLASSID, "BCDefinition", "BCDefinition", "BCDefinition", comm, BCDefinitionDestroy, in BCDefinitionCreate()
59 PetscErrorCode BCDefinitionDestroy(BCDefinition *bc_def) { in BCDefinitionDestroy() function
H A Dhonee.c108 PetscCall(BCDefinitionDestroy(&problem->bc_defs[i])); in HoneeDestroy()