![]() |
MESH toolbox
0.1
Matlab/Octave mesh utils
|
refines the mesh Th by a factor of 4 More...
Go to the source code of this file.
Functions | |
| function [
RefTh , MatProj ] = | RefineMesh (varargin) |
| refines the mesh Th by a factor of 4 | |
refines the mesh Th by a factor of 4
Definition in file RefineMesh.m.
| function [ RefTh , MatProj ] = RefineMesh | ( | varargin | ) |
refines the mesh Th by a factor of 4
Thr1=RefineMesh(Th);
Thr2=RefineMesh(Th,'sort',true);
| varargin | RefineMesh ( Th,
"sort", sort_value ] )
|
Definition at line 17 of file RefineMesh.m.