solve_system

| main | Tutorials | Functions | website |

Computes the shape functions for a given parametric point and element type.

Version : 1.0

Author : George Kourakos

email: giorgk@gmail.com

web : http://groundwater.ucdavis.edu/msim

Date 18-Mar-2014

Department of Land Air and Water

University of California Davis

Contents

Usage

H = solve_system(Kglo, H, F)

Input

Kglo: System matrix

H: Solution vector. This function will have scalar values on the nodes associated with dirichlet boundary conditions and nan on the unknown dofs

F: The right hand side

Output

H: The solution of the system

| main | Tutorials | Functions | website |