IFEM icon indicating copy to clipboard operation
IFEM copied to clipboard

IFEM - Isogeometric Toolbox for the solution of PDEs

Results 28 IFEM issues
Sort by recently updated
recently updated
newest added

This adds optional support for solution transfer in adaptive simulations. In particular add support for SIMSolverAdap using AdaptiveISolver.

This is a collection of several un-related fixes and improvements, to facilitate solving general unstructured Lagrange FE models read from external files. Among other things: - Tesselation of unstructured 2D...

Fixes for issues disclosed by debug-iterator builds. Yes, will be squashed and commit messages pruned. Just for keeping track of things for now.

If we have a non-rectangular domain and want to output results in a 2D raster image. (For optimal sensor placement calculations).

Needed when projecting a multi-patch field function.

this allows to stop the time stepping based on some kind of application-defined norm. e.g. when the norm of increments between timesteps falls below some threshold

this allows for a generic f(texture(X)) where f can be scalar or vector valued. ideally f would be a function of property name but as we do not have a...

This allows for functions to be written in python. Needed for HAM.