-
Notifications
You must be signed in to change notification settings - Fork 66
Open
Description
I am interested in using this in a more academic case, and in previous discussions it sounds like that's a development target. So I was wondering if there could be examples showing how to do it. Essentially, I would not want any of the physics related parts of the FEM, just the ability to discretize equations. For example, for the Heat Equation
u_t = u_xx + f(t,u)is there a step-by-step for how to:
a) Discretize space (into a tetrahedral mesh)
b) Assemble the stiffness matrix
c) Get back a vector for the values at elements and the matrices for the assembled operators so I can then solve the equation in my own ways?
Metadata
Metadata
Assignees
Labels
No labels