Skip to content

Commit

Permalink
Remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
cnr12 committed Nov 6, 2023
1 parent 66a53ac commit 3540a47
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions ffcx/codegeneration/ufcx.h
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ extern "C"

typedef struct ufcx_dofmap
{

/// String identifying the dofmap
const char* signature;

Expand All @@ -231,18 +230,6 @@ extern "C"
/// Offset for closure dofs of each entity in entity_closure_dofs
int *entity_closure_dof_offsets;

/// Number of dofs associated with each cell entity of dimension d
int *num_entity_dofs;

/// Tabulate the local-to-local mapping of dofs on entity (d, i)
void (*tabulate_entity_dofs)(int* restrict dofs, int d, int i);

/// Number of dofs associated with the closure of each cell entity of dimension d
int *num_entity_closure_dofs;

/// Tabulate the local-to-local mapping of dofs on the closure of entity (d, i)
void (*tabulate_entity_closure_dofs)(int* restrict dofs, int d, int i);

/// Number of sub dofmaps (for a mixed element)
int num_sub_dofmaps;

Expand Down

0 comments on commit 3540a47

Please sign in to comment.