Building Finite-Element Matrix Expressions with Boost Proto and the Eigen Library
Offered By: CppNow via YouTube
Course Description
Overview
Explore the intricacies of building finite-element matrix expressions using Boost Proto and the Eigen library in this comprehensive CppNow conference talk. Dive into a step-by-step Boost.Proto tutorial that addresses two key challenges: integrating an external expression template library (Eigen) with Boost.Proto and incorporating user-defined functions into a domain-specific language. Begin with a calculator-like example program to grasp fundamental concepts before delving into real-world applications within the Coolfluid 3 code. Learn to create an Eigen grammar, implement total matches functions, define functors, and integrate Eigen matrices. Discover techniques for handling Eigen types, solution identification, and transformation processes. Understand the intricacies of stork result expressions, including evaluation methods and result type declarations. Explore the addition of user-defined terminals, functions, and operations, complete with practical testing examples. Gain insights into compute result types, dispatch functions, and functor creation. By the end of this talk, acquire the knowledge to leverage Boost Proto and Eigen for building powerful finite-element matrix expressions in your own projects.
Syllabus
Introduction
Context
Outline
Eigen grammar
Total matches function
Defining a functor
Integrating Eigen matrices
Eigen types
Eigen
Solution
Identification
Transformation
How does it work
The stork result expression
Evaluating the stork result expression
Why the first argument
Declaring the result type
Declaring the product value type
Wrapping up the expression
Testing the expression
Recap
Adding userdefined terminals
Reminder of photo expressions
Userdefined functions
Userdefined terminals
Evaluate userup
Compute result type
Dispatch function
Creating a functor
Testing the functor
Effect
Userdefined operations
Testing example
A bit of a hack
Required changes
Onetoone mapping
Taught by
CppNow
Related Courses
Computer GraphicsUniversity of California, San Diego via edX Intro to Parallel Programming
Nvidia via Udacity Initiation à la programmation (en C++)
École Polytechnique Fédérale de Lausanne via Coursera C++ For C Programmers, Part A
University of California, Santa Cruz via Coursera Introduction à la programmation orientée objet (en C++)
École Polytechnique Fédérale de Lausanne via Coursera