Skip to content

Commit

Permalink
Added New HDivFamily called EHDivOptimized
Browse files Browse the repository at this point in the history
  • Loading branch information
giavancini committed Jun 4, 2024
1 parent 5e49ebf commit 4afa492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Shape/TPZEnumApproxFamily.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define TPZENUMAPPROXFAMILY_H

/// Enum stating which flavor of HDiv spaces is being used
enum class HDivFamily {EHDivStandard,EHDivConstant,EHDivKernel};
enum class HDivFamily {EHDivStandard,EHDivConstant,EHDivKernel,EHDivOptimized};

/// Enum stating which flavor of H1 spaces is being used
enum class H1Family {EH1Standard};
Expand Down

0 comments on commit 4afa492

Please sign in to comment.