Skip to content

Examples of academic usage #183

@ChrisRackauckas

Description

@ChrisRackauckas

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions