16 #ifndef dealii_fe_abf_h 17 #define dealii_fe_abf_h 105 FE_ABF(
const unsigned int p);
124 const unsigned int face_index)
const override;
129 const std::vector<Vector<double>> &support_point_values,
130 std::vector<double> & nodal_values)
const override;
135 virtual std::unique_ptr<FiniteElement<dim, dim>>
136 clone()
const override;
152 static std::vector<unsigned int>
void initialize_restriction()
Table< 3, double > interior_weights
virtual void convert_generalized_support_point_values_to_dof_values(const std::vector< Vector< double >> &support_point_values, std::vector< double > &nodal_values) const override
Table< 2, double > boundary_weights
virtual std::string get_name() const override
const unsigned int degree
std::vector< std::vector< Tensor< 1, dim > > > shape_values
Table< 2, double > boundary_weights_abf
virtual std::unique_ptr< FiniteElement< dim, dim > > clone() const override
Table< 3, double > interior_weights_abf
#define DEAL_II_NAMESPACE_CLOSE
friend class InternalDataBase
std::vector< std::vector< Tensor< 2, dim > > > shape_gradients
const unsigned int rt_order
#define DEAL_II_NAMESPACE_OPEN
virtual std::size_t memory_consumption() const override
static std::vector< unsigned int > get_dpo_vector(const unsigned int degree)
void initialize_support_points(const unsigned int rt_degree)
virtual bool has_support_on_face(const unsigned int shape_index, const unsigned int face_index) const override