Community Profile

photo

Precise Simulation


Precise Simulation Ltd.

Active since 2014

Followers: 0   Following: 0

Message

FEATool Multiphysics is a Matlab Finite Element FEM and CFD toolbox for modeling and simulation of physics and engineering applications with the finite element method. FEATool is a fully integrated, complete and self contained toolbox featuring a full suite of functions and subroutines for preprocessing, grid generation, FEM assembly, solvers, postprocessing and visualization. Visit http://www.featool.com/ for more information.

Statistics

  • First Submission
  • Solver

View badges

Feeds

View by

Solved


Weighted average
Given two lists of numbers, determine the weighted average. Example [1 2 3] and [10 15 20] should result in 33.333...

meer dan 9 jaar ago

Solved


Is my wife right?
Regardless of input, output the string 'yes'.

meer dan 9 jaar ago

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

meer dan 9 jaar ago

Solved


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

meer dan 9 jaar ago

Solved


Find matching parenthesis
One of the most indispensable things about a great text editor for programming is the ability to quickly jump between matching p...

meer dan 9 jaar ago