Skip to content

Commit

Permalink
Remove note about FFCx generated elements (#3414)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgensd authored Sep 17, 2024
1 parent 2cdc1f3 commit de18733
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions cpp/demo/interpolation-io/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ using namespace dolfinx;
/// and outputs the finite element function to a VTX file for
/// visualisation.
///
/// Also shows how to create a finite element using Basix.
///
/// @tparam T Scalar type of the finite element function.
/// @tparam U Float type for the finite element basis and the mesh.
/// @param mesh Mesh.
Expand Down Expand Up @@ -190,8 +188,8 @@ void interpolate_nedelec(std::shared_ptr<mesh::Mesh<U>> mesh,
#endif
}

/// @brief This program shows how to create finite element spaces without FFCx
/// generated code.
/// @brief This program shows how to interpolate functions into different types
/// of finite element spaces and output the result to file for visualisation.
int main(int argc, char* argv[])
{
dolfinx::init_logging(argc, argv);
Expand Down

0 comments on commit de18733

Please sign in to comment.